Click here to Skip to main content
15,905,508 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralSeriously, Win10, What's with the restart? Pin
raddevus17-Feb-18 8:12
mvaraddevus17-Feb-18 8:12 
GeneralRe: Seriously, Win10, What's with the restart? Pin
#realJSOP17-Feb-18 9:00
professional#realJSOP17-Feb-18 9:00 
GeneralRe: Seriously, Win10, What's with the restart? Pin
raddevus17-Feb-18 9:04
mvaraddevus17-Feb-18 9:04 
GeneralRe: Seriously, Win10, What's with the restart? Pin
kalberts19-Feb-18 1:36
kalberts19-Feb-18 1:36 
GeneralRe: Seriously, Win10, What's with the restart? Pin
kmoorevs17-Feb-18 10:24
kmoorevs17-Feb-18 10:24 
GeneralRe: Seriously, Win10, What's with the restart? Pin
raddevus17-Feb-18 10:29
mvaraddevus17-Feb-18 10:29 
GeneralRe: Seriously, Win10, What's with the restart? Pin
charlieg18-Feb-18 10:37
charlieg18-Feb-18 10:37 
GeneralRe: Seriously, Win10, What's with the restart? Pin
Randor 17-Feb-18 13:03
professional Randor 17-Feb-18 13:03 
Hi,

I *highly* doubt that EseDiskFlushConsistency brought the system down... all this function does is flush database modifications to disk.

If you are interested in finding out what brought the system down then download WinDbg and open the minidump. If you setup the symbols... you will get the exact exception and entire callstack... Bugcheck 0x9F is a DRIVER_POWER_STATE_FAILURE meaning that one of the device drivers installed on your laptop improperly handled a power state.


Instructions for debugging a device driver power management error is here:

How to Debug DRIVER_POWER_STATE_FAILURE[^]

Look at your second bugcheck number: 0xffffee8039c5ac40

I think if you open the minidump in WinDbg and do:
!devstack 0xffffee8039c5ac40[^]

You will find exactly which driver caused the bug check. Always remember that Microsoft Windows allows third-party vendors to write device drivers. Don't be surprised if this is a third-party device driver.

Btw, once you learn how to use WinDbg you will probably not ask many questions[^]... because it's faster to just fire up WinDbg and get the answer.
GeneralRe: Seriously, Win10, What's with the restart? Pin
Jörgen Andersson17-Feb-18 20:21
professionalJörgen Andersson17-Feb-18 20:21 
GeneralRe: Seriously, Win10, What's with the restart? Pin
raddevus18-Feb-18 4:54
mvaraddevus18-Feb-18 4:54 
JokeRe: Seriously, Win10, What's with the restart? Pin
Randor 18-Feb-18 6:00
professional Randor 18-Feb-18 6:00 
GeneralRe: Seriously, Win10, What's with the restart? Pin
Nelek18-Feb-18 9:22
protectorNelek18-Feb-18 9:22 
GeneralRe: Seriously, Win10, What's with the restart? Pin
raddevus18-Feb-18 9:40
mvaraddevus18-Feb-18 9:40 
GeneralRe: Seriously, Win10, What's with the restart? Pin
Randor 18-Feb-18 10:00
professional Randor 18-Feb-18 10:00 
GeneralRe: Seriously, Win10, What's with the restart? Pin
raddevus18-Feb-18 10:22
mvaraddevus18-Feb-18 10:22 
GeneralRe: Seriously, Win10, What's with the restart? Pin
Randor 18-Feb-18 10:51
professional Randor 18-Feb-18 10:51 
GeneralRe: Seriously, Win10, What's with the restart? Pin
raddevus18-Feb-18 11:20
mvaraddevus18-Feb-18 11:20 
GeneralRe: Seriously, Win10, What's with the restart? Pin
Randor 18-Feb-18 11:42
professional Randor 18-Feb-18 11:42 
GeneralRe: Seriously, Win10, What's with the restart? Pin
raddevus18-Feb-18 12:33
mvaraddevus18-Feb-18 12:33 
GeneralRe: Seriously, Win10, What's with the restart? Pin
lopatir18-Feb-18 5:37
lopatir18-Feb-18 5:37 
GeneralRe: Seriously, Win10, What's with the restart? Pin
charlieg18-Feb-18 10:39
charlieg18-Feb-18 10:39 
RantRe: Seriously, Win10, What's with the restart? Pin
mgama18-Feb-18 16:13
mgama18-Feb-18 16:13 
GeneralEarthquake hits the UK Pin
OriginalGriff17-Feb-18 5:10
mveOriginalGriff17-Feb-18 5:10 
GeneralRe: Earthquake hits the UK Pin
phil.o17-Feb-18 5:45
professionalphil.o17-Feb-18 5:45 
GeneralRe: Earthquake hits the UK Pin
Munchies_Matt17-Feb-18 7:20
Munchies_Matt17-Feb-18 7:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.