BSODs while AFK (perhaps related to suspend/resume/hibernation?)

interloperux

New member
Local time
1:42 PM
Messages
2
Hey. I don't have much more to go on with this. I've been coming back to my laptop recently after being away for five minutes to find its had a BSOD and restarted. I suspect that its failing to hibernate properly, when it goes into standby. Tried to install the debugging tools to have a look myself, but I gave up on that =/ Couldn't get it to install. Hope you can help.

Oh, it may be relevant that I saw some sort of memory leak issues in the event log recently. I haven't looked into that yet, but I did notice the section here on those, and might have a look into it myself.
 

My Computer My Computer

At a glance

Windows 7 x64Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz4GB SODIMM Samsung 1333MHzRadeon (TM) HD 6750M & Intel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
HP Pavilion dv4
OS
Windows 7 x64
CPU
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
Motherboard
1646 12.26
Memory
4GB SODIMM Samsung 1333MHz
Graphics Card(s)
Radeon (TM) HD 6750M & Intel HD Graphics
Hard Drives
Hitachi HTS547575A9E384 700Gb
Antivirus
avast free 2014
Browser
Firefox 25.0.1
Code:
[COLOR=Red]BugCheck 9F[/COLOR], {[COLOR=Blue]3[/COLOR], [COLOR=Orange]fffffa80077a5b30[/COLOR], fffff80000ba2748,[COLOR=SeaGreen] fffffa8004d18c10[/COLOR]}

Probably caused by : [COLOR=Red]usbaapl64.sys[/COLOR]

Code:
0: kd> [COLOR=SeaGreen]lmvm usbaapl64[/COLOR]
start             end                 module name
fffff880`0bb65000 fffff880`0bb77000   usbaapl64 T (no symbols)           
    Loaded symbol image file: usbaapl64.sys
    Image path: \SystemRoot\System32\Drivers\usbaapl64.sys
    Image name: usbaapl64.sys
    Timestamp:       [COLOR=Red] Tue Nov 27 23:38:02 2012[/COLOR] (50B54EDA)
    CheckSum:         0001669F
    ImageSize:        00012000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

Your Apple iPod/iPhone Mobile USB device driver seems to be causing problems, please check for any updated drivers from the Apple Support Page if possible, I'm not sure if you'll find any updates - Apple - Support

Or, don't use the device when placing the laptop into Sleep/Hibernate mode.

The bugcheck indicates that a IRP has been pending for more than 10 minutes. Every 100 seconds a timer is expired, and a DPC routine called nt!PopCheckIrpWatchdog is used to scan for any pending IRP stored with the nt!PopIrpList, for each scan a counter is incremented. Once the counter threshold (around 41) has been exceeded, then nt!PopCheckIrpWatchdog is called to produce the bugcheck.

Code:
0: kd> [COLOR=SeaGreen]!irp fffffa8004d18c10[/COLOR]
Irp is active with 7 stacks 4 is current (= 0xfffffa8004d18db8)
 No Mdl: No System Buffer: Thread 00000000:  Irp stack trace.  
     cmd  flg cl Device   File     Completion-Context
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

            Args: 00000000 00000000 00000000 00000000
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

            Args: 00000000 00000000 00000000 00000000
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

            Args: 00000000 00000000 00000000 00000000
[COLOR=Red]>[ 16, 2][/COLOR]   0 e1 fffffa80077a5b30 00000000 00000000-00000000    [COLOR=Red]pending[/COLOR]
           \Driver\USBAAPL64
            Args: 00041100 00000001 00000001 00000002
 [ 16, 2]   0 e1 fffffa800cbd47c0 00000000 00000000-00000000    pending
           \Driver\WinUsb
            Args: 00041100 00000001 00000001 00000002
 [ 16, 2]   0 e1 fffffa80075a24b0 00000000 00000000-00000000    pending
           \Driver\WUDFRd
            Args: 00041100 00000001 00000001 00000002
 [  0, 0]   0  0 00000000 00000000 00000000-fffffa800c9dccb0    

            Args: 00000000 00000000 00000000 00000000

We can clearly see that it's a Power Related IRP with the Major Function Code of 16, and the Minor Function of 2 to set the power state.

Code:
0: kd> [COLOR=SeaGreen]!devobj fffffa80077a5b30[/COLOR]
Device object (fffffa80077a5b30) is for:
 Cannot read info offset from nt!ObpInfoMaskToOffset
 \Driver\USBAAPL64 DriverObject [COLOR=Red]fffffa800c9b7340[/COLOR]
Current Irp 00000000 RefCount 1 Type 00000022 Flags 00003040
DevExt fffffa80077a5c80 DevObjExt fffffa80077a5e40 DevNode fffffa800cbcf7b0 
ExtensionFlags (0x00000800)  DOE_DEFAULT_SD_PRESENT
Characteristics (0x00000100)  FILE_DEVICE_SECURE_OPEN
AttachedDevice (Upper) fffffa800cbd47c0 \Driver\WinUsb
Device queue is not busy.

Code:
0: kd> [COLOR=SeaGreen]!devnode fffffa800cbcf7b0[/COLOR]
DevNode 0xfffffa800cbcf7b0 for PDO [COLOR=Orange]0xfffffa80077a5b30[/COLOR]
  Parent 0xfffffa800780ad90   Sibling 0000000000   Child 0000000000
  InstancePath is "USB\VID_05AC&PID_1299&MI_00\0"
  ServiceName is "WUDFRd"
  State = DeviceNodeStarted (0x308)
  Previous State = DeviceNodeEnumerateCompletion (0x30d)
  StateHistory[12] = DeviceNodeEnumerateCompletion (0x30d)
  StateHistory[11] = DeviceNodeEnumeratePending (0x30c)
  StateHistory[10] = DeviceNodeStarted (0x308)
  StateHistory[09] = DeviceNodeEnumerateCompletion (0x30d)
  StateHistory[08] = DeviceNodeEnumeratePending (0x30c)
  StateHistory[07] = DeviceNodeStarted (0x308)
  StateHistory[06] = DeviceNodeStartPostWork (0x307)
  StateHistory[05] = DeviceNodeStartCompletion (0x306)
  StateHistory[04] = DeviceNodeStartPending (0x305)
  StateHistory[03] = DeviceNodeResourcesAssigned (0x304)
  StateHistory[02] = DeviceNodeDriversAdded (0x303)
  StateHistory[01] = DeviceNodeInitialized (0x302)
  StateHistory[00] = DeviceNodeUninitialized (0x301)
  StateHistory[19] = Unknown State (0x0)
  StateHistory[18] = Unknown State (0x0)
  StateHistory[17] = Unknown State (0x0)
  StateHistory[16] = Unknown State (0x0)
  StateHistory[15] = Unknown State (0x0)
  StateHistory[14] = Unknown State (0x0)
  StateHistory[13] = Unknown State (0x0)
  Flags (0x68000130)  DNF_ENUMERATED, DNF_IDS_QUERIED, 
                      DNF_NO_RESOURCE_REQUIRED, DNF_NO_LOWER_CLASS_FILTERS, 
                      DNF_NO_UPPER_DEVICE_FILTERS, DNF_NO_UPPER_CLASS_FILTERS
  CapabilityFlags (0x00001653)  DeviceD1, DeviceD2, 
                                Removable, UniqueID, 
                                SurpriseRemovalOK, WakeFromD0, 
                                WakeFromD2
Code:
0: kd> [COLOR=SeaGreen]!devstack fffffa80077a5b30[/COLOR]
  !DevObj   !DrvObj            !DevExt   ObjectName
  fffffa80075a24b0  \Driver\WUDFRd     fffffa80075a2600  InfoMask field not found for _OBJECT_HEADER at fffffa80075a2480

  fffffa800cbd47c0  \Driver\WinUsb     fffffa80076db860  InfoMask field not found for _OBJECT_HEADER at fffffa800cbd4790

> [COLOR=Orange]fffffa80077a5b30[/COLOR]  \Driver\USBAAPL64  fffffa80077a5c80  Cannot read info offset from nt!ObpInfoMaskToOffset

!DevNode fffffa800cbcf7b0 :
  DeviceInst is "USB\VID_05AC&PID_1299&MI_00\0"
  ServiceName is "WUDFRd
 

My Computer My Computer

Computer type
Laptop
Apple support seems to be a mess of unanswered forum threads going back 2-3 years =/ I've removed and reinstalled the driver. Hopefully that might fix it. Thanks for the assist!
 

My Computer My Computer

At a glance

Windows 7 x64Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz4GB SODIMM Samsung 1333MHzRadeon (TM) HD 6750M & Intel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
HP Pavilion dv4
OS
Windows 7 x64
CPU
Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
Motherboard
1646 12.26
Memory
4GB SODIMM Samsung 1333MHz
Graphics Card(s)
Radeon (TM) HD 6750M & Intel HD Graphics
Hard Drives
Hitachi HTS547575A9E384 700Gb
Antivirus
avast free 2014
Browser
Firefox 25.0.1
Back
Top