Opened 15 years ago
Closed 15 years ago
#7107 closed defect (fixed)
Bugcheck 0xD1 in VBoxGuest.sys at shutdown
Reported by: | Dennis Lawler | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 3.2.6 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Windows |
Description
ntRtlpBreakWithStatusInstruction ntKiBugCheckDebugBreak nt!KeBugCheck2 nt!KiTrap0E VBoxGuest!VBoxGuestPower
Function VBoxGuestPower in VBoxGuest.sys is pageable:
#pragma alloc_text (PAGE, VBoxGuestPower)
However, this function may be called at DISPATCH_LEVEL at shutdown. Either set DO_POWER_PAGABLE in the device object flags, or comment the above line out to make this function nonpaged.
Note:
See TracTickets
for help on using tickets.
Committed. Thanks.