VirtualBox

Opened 14 years ago

Closed 14 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.

Change History (1)

comment:1 by Sander van Leeuwen, 14 years ago

Resolution: fixed
Status: newclosed

Committed. Thanks.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use