Laptop wakes up from sleep, then crashes after a few seconds.

Page 1 of 2 12 LastLast

  1. Posts : 179
    Windows 7
       #1

    Laptop wakes up from sleep, then crashes after a few seconds.


    Hello all,

    So I've only noticed this recently since I usually am on AC power. These past few days, I've been using my battery. I've noticed that when I wake it up, I can punch in my password, no problem, then when it logs on, I have a few seconds where I can see my programs (Chrome, and maybe a Word document), and then everything becomes non-responsive. The taskbar disappears, and sometimes my desktop icons will disappear too. Then the computer shuts off, and reboots itself. I'm not sure what is going on. I've attached the SF Diagnostic files. Any help would be greatly appreciated.

    If it helps:
    -I am using an Asus U46e-BAL5 laptop (core i5)
    -The primary drive is a Kingston HyperX 120GB SSD
    -I took out the DVD drive and put in the original hard drive (Seagate 750GB)

    All programs are installed on the SSD (and a few documents and random screenshots) and all downloads, movies, etc. are stored on the Seagate.

    Thanks!
      My Computer

  2.    #2

    Not all the files seem to be uploaded for some reason, please upload the files manually:

    SystemInfo:


    1. Start
    2. Type: cmd > Right Click > Run as Administrator
    3. systeminfo.exe>C:\Systeminfo.txt
    4. Place in a zipped folder


    MSINFO32:


    1. Start
    2. Type: msinfo32
    3. File, Save
    4. Place into a zipped folder


    Upload the zipped folder in your post with Screenshots and Files - Upload and Post in Seven Forums
      My Computer


  3. Posts : 179
    Windows 7
    Thread Starter
       #3

    x BlueRobot said:
    Not all the files seem to be uploaded for some reason, please upload the files manually:

    SystemInfo:


    1. Start
    2. Type: cmd > Right Click > Run as Administrator
    3. systeminfo.exe>C:\Systeminfo.txt
    4. Place in a zipped folder


    MSINFO32:


    1. Start
    2. Type: msinfo32
    3. File, Save
    4. Place into a zipped folder


    Upload the zipped folder in your post with Screenshots and Files - Upload and Post in Seven Forums
    Thanks! Here rare the other files you requested.
      My Computer

  4.    #4

    Code:
    BugCheck F4, {3, fffffa8007ef69e0, fffffa8007ef6cc0, fffff8000317e350}
    
    ----- ETW minidump data unavailable-----
    Probably caused by : csrss.exe
    Code:
    2: kd> !process fffffa8007ef69e0 3
    GetPointerFromAddress: unable to read from fffff800030af000
    PROCESS fffffa8007ef69e0
        SessionId: none  Cid: 023c    Peb: 7fffffd9000  ParentCid: 0228
        DirBase: 1e9290000  ObjectTable: fffff8a005108b20  HandleCount: <Data Not Accessible>
        Image: csrss.exe
        VadRoot fffffa8011f00830 Vads 155 Clone 0 Private 1690. Modified 7812. Locked 1032.
        DeviceMap fffff8a000006090
        Token                             fffff8a0051b9060
        ReadMemory error: Cannot get nt!KeMaximumIncrement value.
    fffff78000000000: Unable to get shared data
        ElapsedTime                       00:00:00.000
        UserTime                          00:00:00.000
        KernelTime                        00:00:00.000
        QuotaPoolUsage[PagedPool]         483232
        QuotaPoolUsage[NonPagedPool]      28688
        Working Set Sizes (now,min,max)  (4221, 50, 345) (16884KB, 200KB, 1380KB)
        PeakWorkingSetSize                6853
        VirtualSize                       211 Mb
        PeakVirtualSize                   220 Mb
        PageFaultCount                    16965
        MemoryPriority                    BACKGROUND
        BasePriority                      13
        CommitCharge                      2981
    Code:
    EXCEPTION_CODE: (NTSTATUS) 0xc0000006 - The instruction at 0x%p referenced memory at 0x%p. The required data was not placed into memory because of an I/O error status of 0x%x.
    Code:
    2: kd> k
    Child-SP          RetAddr           Call Site
    fffff880`02783e38 fffff800`03205d22 nt!KeBugCheckEx
    fffff880`02783e40 fffff800`031b208b nt!PspCatchCriticalBreak+0x92
    fffff880`02783e80 fffff800`03132144 nt! ?? ::NNGAKEGL::`string'+0x17486
    fffff880`02783ed0 fffff800`02e76e93 nt!NtTerminateProcess+0xf4
    fffff880`02783f50 fffff800`02e73450 nt!KiSystemServiceCopyEnd+0x13
    fffff880`027840e8 fffff800`02ec281f nt!KiServiceLinkage
    fffff880`027840f0 fffff800`02e77282 nt! ?? ::FNODOBFM::`string'+0x488e4
    fffff880`02784900 fffff800`02e75dfa nt!KiExceptionDispatch+0xc2
    fffff880`02784ae0 00000000`76da9c12 nt!KiPageFault+0x23a
    00000000`00c41170 00000000`00000000 0x76da9c12
    The problem seems to have resulted, due to a page fault which wasn't handled, the working set has already exceeded it's maximum value, I'm wondering the page fault couldn't be handled because there wasn't enough physical memory, and for some reason working set trimming wasn't carried out. However, because Stop 0xF4's are usually related to storage difficulties, then a driver may have referenced and accessed a page which wasn't in physical memory, and therefore had to paged from the disk, but it couldn't due to I/O problems.

    --------------------------------------------------------------------------

    Reduce the number of programs at startup, to avoid any driver or program conflicts:

    Run some hard-drive diagnostics and follow these steps:

    Find your hard-drive manufacturer and run their tests.

    Additional Tests:

    Post a screenshot of Crystal Disk Info summary:

    writhziden said:
    If you have an SSD, make sure the following are up to date:
    • SSD firmware
    • BIOS Version
    • Chipset Drivers
    • Hard disk controller drivers/SATA drivers
    • If you have a Marvell IDE ATA/ATAPI device, make sure the drivers are up to date from the Intel site or Marvell site and not from your motherboard/vendor support site.
    Check for any file system errors and bad sectors using Option #2 of:

    Use this command with Disk Check:

    Code:
    chkdsk C: /f /r
    Remove:

    Code:
    Start Menu\Programs\ASUS Utility\SmartLogon
    Start Menu\Programs\ASUS Utility\ASUS Live Update
    Start Menu\Programs\ASUS Utility
    These programs are simply bloatware which can slow down and corrupt your system, please remove these programs completely with Revo Uninstaller Pro - Uninstall Software, Remove Programs easily, Forced Uninstall, Leftovers Uninstaller
      My Computer


  5. Posts : 179
    Windows 7
    Thread Starter
       #5

    x BlueRobot said:
    Code:
    BugCheck F4, {3, fffffa8007ef69e0, fffffa8007ef6cc0, fffff8000317e350}
    
    ----- ETW minidump data unavailable-----
    Probably caused by : csrss.exe
    Code:
    2: kd> !process fffffa8007ef69e0 3
    GetPointerFromAddress: unable to read from fffff800030af000
    PROCESS fffffa8007ef69e0
        SessionId: none  Cid: 023c    Peb: 7fffffd9000  ParentCid: 0228
        DirBase: 1e9290000  ObjectTable: fffff8a005108b20  HandleCount: <Data Not Accessible>
        Image: csrss.exe
        VadRoot fffffa8011f00830 Vads 155 Clone 0 Private 1690. Modified 7812. Locked 1032.
        DeviceMap fffff8a000006090
        Token                             fffff8a0051b9060
        ReadMemory error: Cannot get nt!KeMaximumIncrement value.
    fffff78000000000: Unable to get shared data
        ElapsedTime                       00:00:00.000
        UserTime                          00:00:00.000
        KernelTime                        00:00:00.000
        QuotaPoolUsage[PagedPool]         483232
        QuotaPoolUsage[NonPagedPool]      28688
        Working Set Sizes (now,min,max)  (4221, 50, 345) (16884KB, 200KB, 1380KB)
        PeakWorkingSetSize                6853
        VirtualSize                       211 Mb
        PeakVirtualSize                   220 Mb
        PageFaultCount                    16965
        MemoryPriority                    BACKGROUND
        BasePriority                      13
        CommitCharge                      2981
    Code:
    EXCEPTION_CODE: (NTSTATUS) 0xc0000006 - The instruction at 0x%p referenced memory at 0x%p. The required data was not placed into memory because of an I/O error status of 0x%x.
    Code:
    2: kd> k
    Child-SP          RetAddr           Call Site
    fffff880`02783e38 fffff800`03205d22 nt!KeBugCheckEx
    fffff880`02783e40 fffff800`031b208b nt!PspCatchCriticalBreak+0x92
    fffff880`02783e80 fffff800`03132144 nt! ?? ::NNGAKEGL::`string'+0x17486
    fffff880`02783ed0 fffff800`02e76e93 nt!NtTerminateProcess+0xf4
    fffff880`02783f50 fffff800`02e73450 nt!KiSystemServiceCopyEnd+0x13
    fffff880`027840e8 fffff800`02ec281f nt!KiServiceLinkage
    fffff880`027840f0 fffff800`02e77282 nt! ?? ::FNODOBFM::`string'+0x488e4
    fffff880`02784900 fffff800`02e75dfa nt!KiExceptionDispatch+0xc2
    fffff880`02784ae0 00000000`76da9c12 nt!KiPageFault+0x23a
    00000000`00c41170 00000000`00000000 0x76da9c12
    The problem seems to have resulted, due to a page fault which wasn't handled, the working set has already exceeded it's maximum value, I'm wondering the page fault couldn't be handled because there wasn't enough physical memory, and for some reason working set trimming wasn't carried out. However, because Stop 0xF4's are usually related to storage difficulties, then a driver may have referenced and accessed a page which wasn't in physical memory, and therefore had to paged from the disk, but it couldn't due to I/O problems.

    --------------------------------------------------------------------------

    Reduce the number of programs at startup, to avoid any driver or program conflicts:

    Run some hard-drive diagnostics and follow these steps:

    Find your hard-drive manufacturer and run their tests.

    Additional Tests:

    Post a screenshot of Crystal Disk Info summary:

    writhziden said:
    If you have an SSD, make sure the following are up to date:
    • SSD firmware
    • BIOS Version
    • Chipset Drivers
    • Hard disk controller drivers/SATA drivers
    • If you have a Marvell IDE ATA/ATAPI device, make sure the drivers are up to date from the Intel site or Marvell site and not from your motherboard/vendor support site.
    Check for any file system errors and bad sectors using Option #2 of:

    Use this command with Disk Check:

    Code:
    chkdsk C: /f /r
    Remove:

    Code:
    Start Menu\Programs\ASUS Utility\SmartLogon
    Start Menu\Programs\ASUS Utility\ASUS Live Update
    Start Menu\Programs\ASUS Utility
    These programs are simply bloatware which can slow down and corrupt your system, please remove these programs completely with Revo Uninstaller Pro - Uninstall Software, Remove Programs easily, Forced Uninstall, Leftovers Uninstaller

    Wow, those are a lot of tests. Thank you for this advice. I will do this later tonight since I'm at work. I'll post results as soon as possible.
      My Computer

  6.    #6

    Okay thanks :)
      My Computer


  7. Posts : 179
    Windows 7
    Thread Starter
       #7

    x BlueRobot said:
    Okay thanks :)
    Hmm the check disk seemed fine. I ran the seagate hard drive tests and nothing was wrong either. There are no firmware updates for my Kingston unfortunately.

    I've attached the screenshot of the CrystalDiskInfo. Now that you mention the page fault thing.. I feel like I might have tweaked something in the settings regarding that. I used this SSD optimization guide (Sean's, I believe). Maybe that has something to do with it?
    Last edited by darknightz0117; 15 Aug 2013 at 09:25. Reason: Forgot to attach haha.
      My Computer

  8.    #8

    Run Driver Verifier to scan for any corrupted drivers which may be causing problems, this program works by running various stress tests on drivers, in order to produce a BSOD which will locate the driver; run for least 24 hours:

       Information



    Run Memtest86+ for least 9-10 passes, and preferably overnight as it can take a while to fully complete.

    Test each RAM stick individually, if an error is found then move the same RAM stick into the next DIMM slot and test again, if errors are found for the same RAM stick in every available slot then you have a faulty RAM module. On the other hand, if no errors are found in the next slot or the other slots for the same RAM module, then you have a faulty DIMM slot.

    Test each RAM stick and every motherboard DIMM slot available.

    Arc said:
    No code has to be inserted here. It is a RAM, a bad RAM.

    But if you have got a result like that:
    No code has to be inserted here. It is a motherboard issue. The particular slot is bad.
      My Computer


  9. Posts : 179
    Windows 7
    Thread Starter
       #9

    x BlueRobot said:
    Run Driver Verifier to scan for any corrupted drivers which may be causing problems, this program works by running various stress tests on drivers, in order to produce a BSOD which will locate the driver; run for least 24 hours:

       Information



    Run Memtest86+ for least 9-10 passes, and preferably overnight as it can take a while to fully complete.

    Test each RAM stick individually, if an error is found then move the same RAM stick into the next DIMM slot and test again, if errors are found for the same RAM stick in every available slot then you have a faulty RAM module. On the other hand, if no errors are found in the next slot or the other slots for the same RAM module, then you have a faulty DIMM slot.

    Test each RAM stick and every motherboard DIMM slot available.

    Arc said:
    No code has to be inserted here. It is a RAM, a bad RAM.

    But if you have got a result like that:
    No code has to be inserted here. It is a motherboard issue. The particular slot is bad.
    Hmm okay. Let me go burn a memtest disk and get this back to you tmr. Driver verifier is the thing that makes Windows crash like crazy, right?
      My Computer

  10.    #10

    If there's problems with the drivers it will :)
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:13.
Find Us