Sleep Mood results in Blue Screen of Death (pic inside)

Page 1 of 2 12 LastLast

  1. Posts : 29
    Windows 7 Professional (build 7600)
       #1

    Sleep Mood results in Blue Screen of Death (pic inside)


    I upgraded from Vista Home Premium and I've been having issues when I close the lid of my laptop, it'll automatically go to sleep.
    When I open the lid, a blue screen comes up, notifying me that there is an issue and then it restarts.




    Any thoughts?
      My Computer


  2. Posts : 4,280
    Windows 7 ultimate 64 bit / XP Home sp3
       #2

    I didn't read this entire post but you might want to give it a read Sleep Mode Still Freeze up, Win 7 RTM
      My Computer


  3. Posts : 5,705
    Win7 x64 + x86
       #3

    Please zip up the contents of the C:\Windows\Minidump folder and upload the .zip file with your next post.

    If that folder doesn't have anything in it, check in C:\Windows for a file named MEMORY.DMP and let us know if it's there. You can also upload it to a file sharing service and let us download it from there.

    Here's more info on the STOP 0xc5 error: BSOD Index As you can see, it also suggests using the Driver Verifier to determine what's wrong.

    Please follow these instructions to use Driver Verifier:
    Using Driver Verifier is an iffy proposition. Most times it'll crash and it'll tell you what the driver is. But sometimes it'll crash and won't tell you the driver. Other times it'll crash before you can log in to Windows. If you can't get to Safe Mode, then you'll have to resort to offline editing of the registry to disable Driver Verifier.

    So, I'd suggest that you first backup your stuff and then make sure you've got access to another computer so you can contact us if problems arise. Then make a System Restore point (so you can restore the system using the Vista Startup Repair feature).

    Then, here's the procedure:
    - Go to Start and type in "verifier" (without the quotes) and press Enter
    - Select "Create custom settings (for code developers)" and click "Next"
    - Select "Select individual settings from a full list" and click "Next"
    - Select everything EXCEPT FOR "Low Resource Simulation" and click "Next" (NOTE: This is where you get to select Special Pool)
    - Select "Automatically select unsigned drivers" and click "Next"
    If no drivers show up, then select "Select driver names from a list" and click "Next"
    Then select all drivers NOT provided by Microsoft and click "Next"
    - Select "Finish" on the next page.

    Reboot the system and wait for it to crash to the Blue Screen. Continue to use your system normally, and if you know what causes the crash, do that repeatedly. The objective here is to get the system to crash because Driver Verifier is stressing the drivers out.

    Reboot into Windows (after the crash) and turn off Driver Verifier by going back in and selecting "Delete existing settings" on the first page, then locate and zip up the memory dump file and upload it with your next post.

    If you can't get into Windows because it crashes too soon, try it in Safe Mode.
    If you can't get into Safe Mode, try using System Restore from your installation DVD to set the system back to the previous restore point that you created.
    If that doesn't work, post back and we'll have to see about fixing the registry entry off-line.
    More info on this at this link: Using Driver Verifier to identify issues with Windows drivers for advanced users
      My Computer


  4. Posts : 29
    Windows 7 Professional (build 7600)
    Thread Starter
       #4

    usasma,

    Thanks for sharing this information.
    I have uploaded the file you requested.

    Meantime, I'll work on a backup copy then I'll follow the instructions for verifier.
    Thanks again!
      My Computer


  5. Posts : 5,705
    Win7 x64 + x86
       #5

    Lot's of problems with the memory dump file, but there's a couple of things that you can start on:

    The VVBackd5.sys is the closest to the crash in the stack, so I'd suspect it first. It belongs to FarStone Backup Data Driver. Manufacturer: FarStone Technology, Inc. FarStone Technology - Best Data Backup & System Recovery, Data Protection, Virtual CD/DVD Drive, DriveClone, TreasureStone, and Quick Restore Uninstall it for now.

    Next is dcsnap.sys - most likely associated with Drive Clone. Uninstall it for now.

    Next is Unknown_Module_0c0dc6fe I have no clue about this one and hope that the Driver Verifier will tell us what it is.

    Finally, there's the memory corruption. Although it's unlikely to be the cause, it's advisable to run a memory diagnostic to be sure that your memory is OK. Instructions on that here: Memory Diagnostics

    Here's the analysis of the memory dump:
    Code:
    Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Windows\Minidump\101209-34944-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (2 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7600.16385.x86fre.win7_rtm.090713-1255
    Machine Name:
    Kernel base = 0x82a0a000 PsLoadedModuleList = 0x82b52810
    Debug session time: Mon Oct 12 13:58:53.816 2009 (GMT-4)
    System Uptime: 0 days 12:47:25.973
    Loading Kernel Symbols
    ....................................................
    Loading User Symbols
    Loading unloaded module list
    ..
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck C5, {c080, 2, 1, 82b2a585}
    
    *** WARNING: Unable to verify timestamp for VVBackd5.sys
    *** ERROR: Module load completed but symbols could not be loaded for VVBackd5.sys
    *** WARNING: Unable to verify timestamp for dcsnap.sys
    *** ERROR: Module load completed but symbols could not be loaded for dcsnap.sys
    Unable to load image Unknown_Module_0c0dc6fe, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for Unknown_Module_0c0dc6fe
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_0c0dc6fe
    Probably caused by : memory_corruption
    
    Followup: memory_corruption
    ---------
    
    0: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    DRIVER_CORRUPTED_EXPOOL (c5)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is
    caused by drivers that have corrupted the system pool.  Run the driver
    verifier against any new (or suspect) drivers, and if that doesn't turn up
    the culprit, then use gflags to enable special pool.
    Arguments:
    Arg1: 0000c080, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000001, value 0 = read operation, 1 = write operation
    Arg4: 82b2a585, address which referenced memory
    
    Debugging Details:
    ------------------
    
    
    BUGCHECK_STR:  0xC5_2
    
    CURRENT_IRQL:  2
    
    FAULTING_IP: 
    nt!ExAllocatePoolWithTag+9d4
    82b2a585 7270            jb      nt!ExAllocatePoolWithTag+0xa46 (82b2a5f7)
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  CODE_CORRUPTION
    
    PROCESS_NAME:  System
    
    TRAP_FRAME:  82b2a544 -- (.trap 0xffffffff82b2a544)
    ErrCode = 00000002
    eax=0000c080 ebx=000006e0 ecx=20707249 edx=00000000 esi=856f89e0 edi=000001ff
    eip=82b2a585 esp=82b2a5b8 ebp=82b2a600 iopl=0         nv up ei pl nz na po nc
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010202
    nt!ExAllocatePoolWithTag+0x9d4:
    82b2a585 7270            jb      nt!ExAllocatePoolWithTag+0xa46 (82b2a5f7) [br=0]
    Resetting default scope
    
    LAST_CONTROL_TRANSFER:  from 82b2a585 to 82a507eb
    
    STACK_TEXT:  
    82b2a544 82b2a585 badb0d00 00000000 244c8d01 nt!KiTrap0E+0x2cf
    82b2a600 82a96727 00000000 00000244 20707249 nt!ExAllocatePoolWithTag+0x9d4
    82b2a634 82ac0acf 00000002 00000000 8b5b7c09 nt!IopAllocateIrpPrivate+0x148
    82b2a648 8b5b7c09 86148205 00000000 48081000 nt!IoAllocateIrp+0x14
    WARNING: Stack unwind information not available. Following frames may be wrong.
    82b2a664 8b5b8005 86148290 00000004 95761200 VVBackd5+0x1c09
    82b2a6ac 8b5bbdd3 86208258 00000004 48081000 VVBackd5+0x2005
    82b2a71c 82a72b33 86208258 89110828 8b5ba18e VVBackd5+0x5dd3
    82b2a764 8b3d5498 82b2a798 8b3d5229 862087f0 nt!IopfCompleteRequest+0x128
    82b2a76c 8b3d5229 862087f0 89110828 00000000 CLASSPNP!ClassCompleteRequest+0x11
    82b2a798 8b3d53bf 862087f0 89110828 862087f0 CLASSPNP!ClassReadWrite+0x98
    82b2a7ac 82a464bc 862087f0 89110828 89110920 CLASSPNP!ClassGlobalDispatch+0x20
    82b2a7c4 8af20230 00000000 89110828 86148348 nt!IofCallDriver+0x63
    82b2a7d8 8af202e5 86208590 89110904 862084d8 partmgr!PmReadWrite+0x112
    82b2a7ec 82a464bc 862084d8 89110828 00000001 partmgr!PmGlobalDispatch+0x1d
    82b2a804 8b201679 8b200cb8 86148290 89110828 nt!IofCallDriver+0x63
    82b2a848 82a464bc 86148290 89110828 89110828 dcsnap+0x1679
    82b2a860 8b5b7ce1 48081000 000001fc 00000200 nt!IofCallDriver+0x63
    82b2a874 8b5b8005 86148290 00000004 95761200 VVBackd5+0x1ce1
    82b2a8bc 8b5bbdd3 86208258 00000004 48081000 VVBackd5+0x2005
    82b2a92c 82a72b33 86208258 85880db8 8b5ba18e VVBackd5+0x5dd3
    82b2a974 8b3d5498 82b2a9a8 8b3d5229 862087f0 nt!IopfCompleteRequest+0x128
    82b2a97c 8b3d5229 862087f0 85880db8 00000000 CLASSPNP!ClassCompleteRequest+0x11
    82b2a9a8 8b3d53bf 862087f0 85880db8 862087f0 CLASSPNP!ClassReadWrite+0x98
    82b2a9bc 82a464bc 862087f0 85880db8 85880eb0 CLASSPNP!ClassGlobalDispatch+0x20
    82b2a9d4 8af20230 00000000 85880db8 86148348 nt!IofCallDriver+0x63
    82b2a9e8 8af202e5 86208590 85880e94 862084d8 partmgr!PmReadWrite+0x112
    82b2a9fc 82a464bc 862084d8 85880db8 00000001 partmgr!PmGlobalDispatch+0x1d
    82b2aa14 8b201679 8b200cb8 86148290 85880db8 nt!IofCallDriver+0x63
    82b2aa58 82a464bc 86148290 85880db8 85880db8 dcsnap+0x1679
    82b2aa70 8b5b7ce1 48081000 000001fc 00000200 nt!IofCallDriver+0x63
    82b2aa84 8b5b8005 86148290 00000004 95761200 VVBackd5+0x1ce1
    82b2aacc 8b5bbdd3 86208258 00000004 48081000 VVBackd5+0x2005
    82b2ab3c 82a72b33 86208258 85a97468 8b5ba18e VVBackd5+0x5dd3
    82b2ab84 8b3d5498 82b2abb8 8b3d5229 862087f0 nt!IopfCompleteRequest+0x128
    82b2ab8c 8b3d5229 862087f0 85a97468 00000000 CLASSPNP!ClassCompleteRequest+0x11
    82b2abb8 8b3d53bf 862087f0 85a97468 862087f0 CLASSPNP!ClassReadWrite+0x98
    82b2abcc 82a464bc 862087f0 85a97468 85a97560 CLASSPNP!ClassGlobalDispatch+0x20
    82b2abe4 8af20230 00000000 85a97468 86148348 nt!IofCallDriver+0x63
    82b2abf8 8af202e5 86208590 85a97544 862084d8 partmgr!PmReadWrite+0x112
    82b2ac0c 82a464bc 862084d8 85a97468 00000001 partmgr!PmGlobalDispatch+0x1d
    82b2ac24 8b201679 8b200cb8 86148290 85a97468 nt!IofCallDriver+0x63
    82b2ac68 82a464bc 86148290 85a97468 85a97468 dcsnap+0x1679
    82b2ac80 8b5b7ce1 48081000 000001fc 00000200 nt!IofCallDriver+0x63
    82b2ac94 8b5b8005 86148290 00000004 95761200 VVBackd5+0x1ce1
    82b2acdc 8b5bbdd3 86208258 00000004 48081000 VVBackd5+0x2005
    82b2ad4c 82a72b33 86208258 88d8a440 8b5ba18e VVBackd5+0x5dd3
    82b2ad94 8b3d5498 82b2adc8 8b3d5229 862087f0 nt!IopfCompleteRequest+0x128
    82b2ad9c 8b3d5229 862087f0 88d8a440 00000000 CLASSPNP!ClassCompleteRequest+0x11
    82b2adc8 8b3d53bf 862087f0 88d8a440 862087f0 CLASSPNP!ClassReadWrite+0x98
    82b2addc 82a464bc 862087f0 88d8a440 88d8a538 CLASSPNP!ClassGlobalDispatch+0x20
    82b2adf4 8af20230 00000000 88d8a440 86148348 nt!IofCallDriver+0x63
    82b2ae08 8af202e5 86208590 88d8a51c 862084d8 partmgr!PmReadWrite+0x112
    82b2ae1c 82a464bc 862084d8 88d8a440 00000001 partmgr!PmGlobalDispatch+0x1d
    82b2ae34 8b201679 8b200cb8 86148290 88d8a440 nt!IofCallDriver+0x63
    82b2ae78 82a464bc 86148290 88d8a440 88d8a440 dcsnap+0x1679
    82b2ae90 8b5b7ce1 48081000 000001fc 00000200 nt!IofCallDriver+0x63
    82b2aea4 8b5b8005 86148290 00000004 95761200 VVBackd5+0x1ce1
    82b2aeec 8b5bbdd3 86208258 00000004 48081000 VVBackd5+0x2005
    82b2af5c 82a72b33 86208258 859a8968 8b5ba18e VVBackd5+0x5dd3
    82b2afa4 8b3d5498 82b2afd8 8b3d5229 862087f0 nt!IopfCompleteRequest+0x128
    82b2afac 8b3d5229 862087f0 859a8968 00000000 CLASSPNP!ClassCompleteRequest+0x11
    82b2afd8 8b3d53bf 862087f0 859a8968 862087f0 CLASSPNP!ClassReadWrite+0x98
    82b2afec 82a464bc 862087f0 859a8968 859a8a60 CLASSPNP!ClassGlobalDispatch+0x20
    82b2b004 8af20230 00000000 859a8968 86148348 nt!IofCallDriver+0x63
    82b2b018 8af202e5 86208590 859a8a44 862084d8 partmgr!PmReadWrite+0x112
    82b2b02c 82a464bc 862084d8 859a8968 00000001 partmgr!PmGlobalDispatch+0x1d
    82b2b044 8b201679 8b200cb8 86148290 859a8968 nt!IofCallDriver+0x63
    82b2b088 82a464bc 86148290 859a8968 859a8968 dcsnap+0x1679
    82b2b0a0 8b5b7ce1 48081000 000001fc 00000200 nt!IofCallDriver+0x63
    82b2b0b4 8b5b8005 86148290 00000004 95761200 VVBackd5+0x1ce1
    82b2b0fc 8b5bbdd3 86208258 00000004 48081000 VVBackd5+0x2005
    82b2b16c 82a72b33 86208258 856c5688 8b5ba18e VVBackd5+0x5dd3
    82b2b1b4 8b3d5498 82b2b1e8 8b3d5229 862087f0 nt!IopfCompleteRequest+0x128
    82b2b1bc 8b3d5229 862087f0 856c5688 00000000 CLASSPNP!ClassCompleteRequest+0x11
    82b2b1e8 8b3d53bf 862087f0 856c5688 862087f0 CLASSPNP!ClassReadWrite+0x98
    
    
    STACK_COMMAND:  kb
    
    CHKIMG_EXTENSION: !chkimg -lo 50 -d !nt
        82b2a000-82b2a009  10 bytes - nt!ExAllocatePoolWithTag+450
        [ f0 0f 85 28 ff ff ff bf:23 2b 00 00 24 2b 00 00 ]
        82b2a00c-82b2a01d  18 bytes - nt!ExAllocatePoolWithTag+45c (+0x0c)
        [ 57 ff 74 24 24 e8 ef df:26 2b 00 00 27 2b 00 00 ]
        82b2a020-82b2a02d  14 bytes - nt!ExAllocatePoolWithTag+470 (+0x14)
        [ ff 44 24 18 83 7c 24 18:2b 2b 00 00 2c 2b 00 00 ]
        82b2a02f-82b2a034  6 bytes - nt!ExAllocatePoolWithTag+47f (+0x0f)
        [ f7 05 c0 4a b4 82:00 2f 2b 00 00 00 ]
        82b2a036 - nt!ExAllocatePoolWithTag+486 (+0x07)
        [ 02:00 ]
        82b2a038-82b2a03c  5 bytes - nt!ExAllocatePoolWithTag+488 (+0x02)
        [ 00 0f 84 f4 01:01 00 00 00 00 ]
        82b2a03f-82b2a044  6 bytes - nt!ExAllocatePoolWithTag+48f (+0x07)
        [ 50 53 e8 1a 06 00:00 00 20 cc 8d 19 ]
        82b2a046-82b2a056  17 bytes - nt!ExAllocatePoolWithTag+496 (+0x07)
        [ e9 e0 fe ff ff 8b 0e 8b:00 00 00 00 b2 02 00 00 ]
        82b2a058-82b2a075  30 bytes - nt!ExAllocatePoolWithTag+4a8 (+0x12)
        [ 8b 56 04 39 32 0f 85 bd:00 00 00 00 00 00 00 00 ]
        82b2a078-82b2a173  252 bytes - nt!ExAllocatePoolWithTag+4c8 (+0x20)
        [ 23 c7 3b 44 24 14 0f 84:00 00 01 00 00 00 00 00 ]
        82b2a176 - nt!ExAllocatePoolWithTag+5c6 (+0xfe)
        [ 66:01 ]
        82b2a178-82b2a183  12 bytes - nt!ExAllocatePoolWithTag+5c8 (+0x02)
        [ 4e 02 66 83 c8 02 8b d7:20 3d b3 82 44 a5 b2 82 ]
        82b2a187-82b2a18f  9 bytes - nt!ExAllocatePoolWithTag+5d7 (+0x0f)
        [ 66 0b c1 66 89 46 02 f6:01 00 00 00 00 00 00 00 ]
        82b2a194-82b2a1a2  15 bytes - nt!ExAllocatePoolWithTag+5e4 (+0x0d)
        [ 4c 24 30 ff 15 30 b1 a0:00 00 00 00 00 00 00 00 ]
        82b2a1a4-82b2a1a8  5 bytes - nt!ExAllocatePoolWithTag+5f4 (+0x10)
        [ 00 fe 88 8b 02:80 d2 b3 82 00 ]
        82b2a1ac-82b2a1c3  24 bytes - nt!ExAllocatePoolWithTag+5fc (+0x08)
        [ 4b 04 83 61 04 00 33 c0:85 a5 b2 82 00 e0 b2 82 ]
        82b2a1c8-82b2a1e1  26 bytes - nt!ExAllocatePoolWithTag+618 (+0x1c)
        [ 8d 50 fe f0 0f b1 11 3b:02 00 00 00 01 00 00 00 ]
        82b2a1e4-82b2a1e6  3 bytes - nt!ExAllocatePoolWithTag+634 (+0x1c)
        [ 8d 81 86:00 00 00 ]
        82b2a1ea-82b2a1eb  2 bytes - nt!ExAllocatePoolWithTag+63a (+0x06)
        [ 66 ff:00 00 ]
        82b2a1ed-82b2a1ee  2 bytes - nt!ExAllocatePoolWithTag+63d (+0x03)
        [ 0f b7:00 00 ]
        82b2a1f0-82b2a1f8  9 bytes - nt!ExAllocatePoolWithTag+640 (+0x03)
        [ 66 85 c0 75 0c 8d 41 40:00 00 00 00 00 00 00 00 ]
        82b2a1fa-82b2a21d  36 bytes - nt!ExAllocatePoolWithTag+64a (+0x0a)
        [ 74 05 e8 e9 96 f0 ff 33:00 00 00 00 00 00 00 00 ]
        82b2a220-82b2a223  4 bytes - nt!ExAllocatePoolWithTag+670 (+0x26)
        [ 8b 4e 04 6a:00 00 00 00 ]
        82b2a225-82b2a24c  40 bytes - nt!ExAllocatePoolWithTag+675 (+0x05)
        [ ff 31 50 56 6a 03 6a 19:00 00 00 00 00 00 00 00 ]
        82b2a24e - nt!ExAllocatePoolWithTag+69d (+0x29)
        [ 6a:00 ]
        82b2a250-82b2a25e  15 bytes - nt!ExAllocatePoolWithTag+69f (+0x02)
        [ 50 51 56 6a 41 eb d6 f6:00 00 00 00 00 00 00 00 ]
        82b2a260-82b2a26b  12 bytes - nt!ExAllocatePoolWithTag+6af (+0x10)
        [ 00 c0 e8 cd 06 f2 ff 33:30 00 00 00 23 00 00 00 ]
        82b2a26e-82b2a29e  49 bytes - nt!ExAllocatePoolWithTag+6bd (+0x0e)
        [ 83 26 00 66 8b 0e 8b 44:00 00 20 3d b3 82 02 a6 ]
        82b2a2a1-82b2a2bb  27 bytes - nt!ExAllocatePoolWithTag+6f0 (+0x33)
        [ 66 23 cb 66 83 c9 02 8b:00 00 00 00 00 00 00 00 ]
        82b2a2bd-82b2a2e7  43 bytes - nt!ExAllocatePoolWithTag+70c (+0x1c)
        [ 8d 4f 01 2b ca 66 8b 53:00 00 00 00 00 00 00 00 ]
        82b2a2eb-82b2a30d  35 bytes - nt!ExAllocatePoolWithTag+73a (+0x2e)
        [ 42 f0 0f c1 10 8b 44 24:00 00 00 00 00 00 00 00 ]
        82b2a311-82b2a32c  28 bytes - nt!ExAllocatePoolWithTag+760 (+0x26)
        [ f6 01 01 75 13 83 c1 04:00 00 00 00 00 00 00 00 ]
        82b2a32f-82b2a332  4 bytes - nt!ExAllocatePoolWithTag+77e (+0x1e)
        [ 66 ff 88 86:00 00 00 00 ]
        82b2a336-82b2a340  11 bytes - nt!ExAllocatePoolWithTag+785 (+0x07)
        [ 8d 51 04 89 44 24 28 f0:00 00 00 00 00 00 00 00 ]
        82b2a342-82b2a35e  29 bytes - nt!ExAllocatePoolWithTag+791 (+0x0c)
        [ 72 14 8b 4c 24 10 83 c1:00 00 00 00 00 00 00 00 ]
        82b2a361-82b2a364  4 bytes - nt!ExAllocatePoolWithTag+7b0 (+0x1f)
        [ fe 80 8b 02:00 00 00 00 ]
        82b2a367-82b2a372  12 bytes - nt!ExAllocatePoolWithTag+7b6 (+0x06)
        [ 8b 44 24 24 83 c3 08 8d:00 00 00 00 00 00 00 00 ]
        82b2a375-82b2a396  34 bytes - nt!ExAllocatePoolWithTag+7c4 (+0x0e)
        [ 8b 50 04 89 03 89 53 04:00 00 00 00 00 00 00 00 ]
        82b2a399-82b2a39c  4 bytes - nt!ExAllocatePoolWithTag+7e8 (+0x24)
        [ fe 88 8b 02:00 00 00 00 ]
        82b2a39f-82b2a3a4  6 bytes - nt!ExAllocatePoolWithTag+7ee (+0x06)
        [ 8d 51 04 83 62 04:00 00 00 00 00 00 ]
        82b2a3a6-82b2a3dd  56 bytes - nt!ExAllocatePoolWithTag+7f5 (+0x07)
        [ 33 c0 40 8b da f0 0f c1:00 00 00 00 00 00 00 00 ]
        82b2a3e0-82b2a3e2  3 bytes - nt!ExAllocatePoolWithTag+82f (+0x3a)
        [ 8d 82 86:00 00 00 ]
        82b2a3e6-82b2a3e7  2 bytes - nt!ExAllocatePoolWithTag+835 (+0x06)
        [ 66 ff:00 00 ]
        82b2a3e9-82b2a3ea  2 bytes - nt!ExAllocatePoolWithTag+838 (+0x03)
        [ 0f b7:00 00 ]
        82b2a3ec-82b2a3f4  9 bytes - nt!ExAllocatePoolWithTag+83b (+0x03)
        [ 66 85 c0 75 10 8d 42 40:00 00 00 00 00 00 00 00 ]
        82b2a3f6-82b2a44b  86 bytes - nt!ExAllocatePoolWithTag+845 (+0x0a)
        [ 74 09 e8 ed 94 f0 ff 8b:00 00 00 00 00 00 00 00 ]
        82b2a44e-82b2a45f  18 bytes - nt!ExAllocatePoolWithTag+89d (+0x58)
        [ e8 94 10 ff ff 8b 45 08:00 00 00 00 00 00 00 00 ]
        82b2a461-82b2a49b  59 bytes - nt!ExAllocatePoolWithTag+8b0 (+0x13)
        [ e8 64 c2 f1 ff 8b 04 85:00 00 00 00 00 00 00 00 ]
        82b2a4a0 - nt!ExAllocatePoolWithTag+8ef (+0x3f)
        [ 24:00 ]
        82b2a4bc-82b2a4c1  6 bytes - nt!ExAllocatePoolWithTag+90b (+0x1c)
        [ d8 69 db 5f 9e 00:00 00 00 00 80 c0 ]
    WARNING: !chkimg output was truncated to 50 lines. Invoke !chkimg without '-lo [num_lines]' to view  entire output.
    2422 errors : !nt (82b2a000-82b2aa94)
    
    MODULE_NAME: memory_corruption
    
    IMAGE_NAME:  memory_corruption
    
    FOLLOWUP_NAME:  memory_corruption
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  0
    
    MEMORY_CORRUPTOR:  LARGE
    
    FAILURE_BUCKET_ID:  MEMORY_CORRUPTION_LARGE
    
    BUCKET_ID:  MEMORY_CORRUPTION_LARGE
    
    Followup: memory_corruption
    ---------
    
    0: kd> !chkimg
    2422 errors : @eip (82b2a000-82b2aa94)
    0: kd> lmtn
    start    end        module name
    0c0dc6fe 1418cd08   Unknown_Module_0c0dc6fe Unknown_Module_0c0dc6fe unavailable (00000000)
    80bcd000 80bd5000   kdcom    kdcom.dll    Mon Jul 13 21:08:58 2009 (4A5BDAAA)
    82a0a000 82e1a000   nt       ntkrpamp.exe Mon Jul 13 19:15:19 2009 (4A5BC007)
    82e1a000 82e51000   hal      halmacpi.dll Mon Jul 13 19:11:03 2009 (4A5BBF07)
    8ac18000 8ac90000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll unavailable (00000000)
    8ac90000 8aca1000   PSHED    PSHED.dll    unavailable (00000000)
    8aca1000 8aca9000   BOOTVID  BOOTVID.dll  unavailable (00000000)
    8aca9000 8aceb000   CLFS     CLFS.SYS     unavailable (00000000)
    8aceb000 8ad96000   CI       CI.dll       unavailable (00000000)
    8ad96000 8adca000   fltmgr   fltmgr.sys   unavailable (00000000)
    8adca000 8addb000   fileinfo fileinfo.sys unavailable (00000000)
    8addb000 8ade6000   klbg     klbg.sys     unavailable (00000000)
    8ae00000 8ae09000   amdxata  amdxata.sys  Tue May 19 13:57:35 2009 (4A12F30F)
    8ae12000 8ae83000   Wdf01000 Wdf01000.sys Mon Jul 13 19:11:36 2009 (4A5BBF28)
    8ae83000 8ae91000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    8ae91000 8aed9000   ACPI     ACPI.sys     Mon Jul 13 19:11:11 2009 (4A5BBF0F)
    8aed9000 8aee2000   WMILIB   WMILIB.SYS   Mon Jul 13 19:11:22 2009 (4A5BBF1A)
    8aee2000 8aeea000   msisadrv msisadrv.sys Mon Jul 13 19:11:09 2009 (4A5BBF0D)
    8aeea000 8af14000   pci      pci.sys      Mon Jul 13 19:11:16 2009 (4A5BBF14)
    8af14000 8af1f000   vdrvroot vdrvroot.sys Mon Jul 13 19:46:19 2009 (4A5BC74B)
    8af1f000 8af30000   partmgr  partmgr.sys  Mon Jul 13 19:11:35 2009 (4A5BBF27)
    8af30000 8af38000   compbatt compbatt.sys Mon Jul 13 19:19:18 2009 (4A5BC0F6)
    8af38000 8af43000   BATTC    BATTC.SYS    Mon Jul 13 19:19:15 2009 (4A5BC0F3)
    8af43000 8af53000   volmgr   volmgr.sys   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    8af53000 8af9e000   volmgrx  volmgrx.sys  Mon Jul 13 19:11:41 2009 (4A5BBF2D)
    8af9e000 8afa5000   intelide intelide.sys Mon Jul 13 19:11:19 2009 (4A5BBF17)
    8afa5000 8afb3000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:11:15 2009 (4A5BBF13)
    8afb3000 8afc9000   mountmgr mountmgr.sys Mon Jul 13 19:11:27 2009 (4A5BBF1F)
    8afc9000 8afd2000   atapi    atapi.sys    Mon Jul 13 19:11:15 2009 (4A5BBF13)
    8afd2000 8aff5000   ataport  ataport.SYS  Mon Jul 13 19:11:18 2009 (4A5BBF16)
    8aff5000 8afff000   msahci   msahci.sys   Mon Jul 13 19:45:50 2009 (4A5BC72E)
    8b015000 8b144000   Ntfs     Ntfs.sys     Mon Jul 13 19:12:05 2009 (4A5BBF45)
    8b144000 8b16f000   msrpc    msrpc.sys    Mon Jul 13 19:11:59 2009 (4A5BBF3F)
    8b16f000 8b182000   ksecdd   ksecdd.sys   Mon Jul 13 19:11:56 2009 (4A5BBF3C)
    8b182000 8b1df000   cng      cng.sys      Mon Jul 13 19:32:55 2009 (4A5BC427)
    8b1df000 8b1ed000   pcw      pcw.sys      Mon Jul 13 19:11:10 2009 (4A5BBF0E)
    8b1ed000 8b1f6000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:11:14 2009 (4A5BBF12)
    8b200000 8b212260   dcsnap   dcsnap.sys   Mon Jul 07 02:23:13 2008 (4871B651)
    8b235000 8b2ec000   ndis     ndis.sys     Mon Jul 13 19:12:24 2009 (4A5BBF58)
    8b2ec000 8b32a000   NETIO    NETIO.SYS    Mon Jul 13 19:12:35 2009 (4A5BBF63)
    8b32a000 8b34f000   ksecpkg  ksecpkg.sys  Mon Jul 13 19:34:00 2009 (4A5BC468)
    8b34f000 8b38e000   volsnap  volsnap.sys  Mon Jul 13 19:11:34 2009 (4A5BBF26)
    8b38e000 8b3c0000   fvevol   fvevol.sys   Mon Jul 13 19:13:01 2009 (4A5BBF7D)
    8b3c0000 8b3d1000   disk     disk.sys     Mon Jul 13 19:11:28 2009 (4A5BBF20)
    8b3d1000 8b3f6000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:11:20 2009 (4A5BBF18)
    8b400000 8b42d000   rdyboost rdyboost.sys Mon Jul 13 19:22:02 2009 (4A5BC19A)
    8b433000 8b57c000   tcpip    tcpip.sys    Mon Jul 13 19:13:18 2009 (4A5BBF8E)
    8b57c000 8b5ad000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:12:03 2009 (4A5BBF43)
    8b5ad000 8b5b5380   vmstorfl vmstorfl.sys Mon Jul 13 19:28:44 2009 (4A5BC32C)
    8b5b6000 8b5d8fe0   VVBackd5 VVBackd5.sys Wed May 07 21:39:27 2008 (482259CF)
    8b5d9000 8b5e1000   spldr    spldr.sys    Mon May 11 12:13:47 2009 (4A084EBB)
    8b5e1000 8b5f1000   mup      mup.sys      Mon Jul 13 19:14:14 2009 (4A5BBFC6)
    8b5f1000 8b5f9000   hwpolicy hwpolicy.sys Mon Jul 13 19:11:01 2009 (4A5BBF05)
    
    Unloaded modules:
    30ae3080 316630d2   Unknown_Module_30ae3080
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    325f3246 32e63270   Unknown_Module_325f3246
        Timestamp: unavailable (00000000)
        Checksum:  00000000
      My Computer


  6. Posts : 29
    Windows 7 Professional (build 7600)
    Thread Starter
       #6

    Wow... that's a lot of wrong.

    Anyways, I ran the verifier and I got a screenshot of things that were wrong before I rebooted the system.




    After the reboot, the system attempted to fix these problems but didn't work, it'd flash the blue screen really fast I couldn't take a picture of it then it would just restart.
    It did that few times till I did a system restore to get back to windows.

    What do you think the next step is now? I don't know how to uninstall these points you mentioned above.
      My Computer


  7. Posts : 28,845
    Win 8 Release candidate 8400
       #7

    egydarceyes


    Its obvious you upgraded rather than clean install. At some point in time its just going to be easier to do a re-install

    ken
      My Computer


  8. Posts : 5,705
    Win7 x64 + x86
       #8

    The point of using the Driver Verifier is to make the system crash. The stress that it puts on the drivers will usually force it to identify the faulty driver.

    So, upload the contents of the C:\Windows\Minidump folder so we can see the BSOD's from the Driver Verifier crashes.

    Also, please go to Start and type in "msinfo32.exe" (without the quotes) and press Enter.
    Save the report as an .nfo file, zip it up and upload the .zip file with your next post. That'll tell us what programs you'll need to uninstall to figure this out.
      My Computer


  9. Posts : 393
    Windows 7 Ultimate x64
       #9

    I was having the same problem with my Compaq CQ60-418DX, I would put it to sleep and it would crash when the screen was off or it would blue screen when awoke.
    I was using the newest nVidia drivers, I went back to Vista 64bit drivers that came with the laptop and now it sleeps fine.
      My Computer


  10. Posts : 29
    Windows 7 Professional (build 7600)
    Thread Starter
       #10

    zigzag3143 said:
    egydarceyes


    Its obvious you upgraded rather than clean install. At some point in time its just going to be easier to do a re-install

    ken

    Originally I upgraded and the problem appeared so then I did 3 clean installs and each time I find the same issue with the sleep mood.
      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 00:17.
Find Us