Changes between Initial Version and Version 1 of Ticket #3168
- Timestamp:
- Jan 26, 2009 8:22:45 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3168
- Property Host type other → Windows
- Property Component other → network/hostif
-
Ticket #3168 – Description
initial v1 1 1 Virtualbox crashed my computer today when I resumed the computer from hibernation. Here's the !analyze -v output from WinDbg: 2 {{{ 2 3 1: kd> !analyze -v 3 4 ******************************************************************************* … … 8 9 9 10 BAD_POOL_CALLER (c2) 10 The current thread is making a bad pool request. Typically this is at a bad IRQL level or double freeing the same allocation, etc. 11 The current thread is making a bad pool request. Typically this 12 is at a bad IRQL level or double freeing the same allocation, etc. 11 13 Arguments: 12 14 Arg1: 00000007, Attempt to free pool which was already freed … … 94 96 ImageSize: 00013B00 95 97 Translations: 0000.04b0 0000.04e0 0409.04b0 0409.04e0 98 }}}