Ticket #11467 (closed defect: worksforme)
BSOD when Win8 x64 goes to Hybrid Shutdown
Reported by: | piotrb | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 4.2.6 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | Windows |
Description
Host OS: Windows 8 Pro AMD64
VirtualBox's 4.2.6 VboxNetFlt driver causes BSOD 0x9F (DRIVER_POWER_STATE_FAILURE). See minidump and analyze log of memory.dmp.
Attached is the WinDbg log of the crash dump with !analyze -v and !irp <blocked_IRP> commands executed.
Attachments
Change History
comment:1 Changed 9 years ago by anshul makkar
Hi,
We have been unable to reproduce the crash in the lab.
Please can you share the exact details of what all operations you performed when the crash is observed and what is the guest that you are using. Is it repetitive and reproducible?
comment:2 Changed 9 years ago by frank
Also, how often do you see this BSOD -- on every shutdown of the host?
comment:3 Changed 9 years ago by anshul makkar
And also please can you let us know if the guest network was configured in bridged or NAT mode. ?
comment:4 Changed 9 years ago by frank
Is anybody else experiencing the same problem and can answer the above questions?
comment:5 Changed 9 years ago by piotrb
„1) Please can you share the exact details of what all operations you performed when the crash is observed and what is the guest that you are using. Is it repetitive and reproducible? 2) Also, how often do you see this BSOD -- on every shutdown of the host? 3) And also please can you let us know if the guest network was configured in bridged or NAT mode. ?”
Crash happened at hybrid shutdown of host. Guests: Windows XP, Debian Wheezy, Fedora 19. All were turned off at least a few minutes before turning off the computer. Crash happened often(but not every time) at hybrid shutdown. Guest network was bridged. On the same network adapter runs Qbik Wingate7 NAT. Solution for me was:
- Remove VirtualBox Bridged Networking Driver from network connections
- Switch virtual machines to Host only adapter
- Make bridge in system between host only adapter and adapter connected to home LAN.
Since then, this bsod didn't occur.
comment:6 Changed 9 years ago by anshul makkar
Even with the above steps, crash is not reproducible in the lab.
Working on the issue to find a fix.