Page 1 of 1
T60p (sometimes) BSOD when shutting down
Posted: Wed Jun 10, 2009 6:17 am
by tnkflx
Hey Everyone,
Since I ran System Update a week or a week and half ago, my T60p started to BSOD when shutting down. Not all the time, just sometimes (let's say 50/50 :p). The BSOD does seem to look the same everytime...
I know that System Update installed new Wifi and Ethernet drivers. I've already uninstalled and reinstalled those to no avail...
Any idea what might be going on? Has anyone seen this also?
Re: T60p (sometimes) BSOD when shutting down
Posted: Thu Jun 11, 2009 3:51 am
by tnkflx
Hmmm, according to Windows debugger, it's the new ATI drivers that are at fault:
Code: Select all
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
BAD_POOL_CALLER (c2)
The current thread is making a bad pool request. Typically this is at a bad IRQL level or double freeing the same allocation, etc.
Arguments:
Arg1: 00000007, Attempt to free pool which was already freed
Arg2: 00000cd4, (reserved)
Arg3: 142b0419, Memory contents of the pool block
Arg4: e1577c90, Address of the block of pool being deallocated
Debugging Details:
------------------
POOL_ADDRESS: e1577c90
BUGCHECK_STR: 0xc2_7
CUSTOMER_CRASH_COUNT: 3
DEFAULT_BUCKET_ID: DRIVER_FAULT
PROCESS_NAME: ati2evxx.exe
LAST_CONTROL_TRANSFER: from 8054b583 to 804f9f43
STACK_TEXT:
9bd51bb8 8054b583 000000c2 00000007 00000cd4 nt!KeBugCheckEx+0x1b
9bd51c08 bf802a60 e1577c90 00000000 9bd51c30 nt!ExFreePoolWithTag+0x2a3
9bd51c18 bf8bc014 e1577c90 87c446b0 87c446b0 win32k!HeavyFreePool+0xbb
9bd51c30 bf803415 e1577c90 00000001 9bd51c4c win32k!UserDeleteW32Thread+0xa0
9bd51c40 bf8bbe74 e1577c90 9bd51c64 bf819d9d win32k!DereferenceW32Thread+0x1d
9bd51c4c bf819d9d 87c446b0 00000000 88c7bda0 win32k!FreeW32Thread+0x14
9bd51c64 805d2483 87c446b0 00000001 87c446b0 win32k!W32pThreadCallout+0x4e
9bd51d08 805d28d4 00000000 87c446b0 00000000 nt!PspExitThread+0x3f1
9bd51d28 805d2aaf 87c446b0 00000000 9bd51d64 nt!PspTerminateThreadByPointer+0x52
9bd51d54 8054162c 00000000 00000000 0012fef4 nt!NtTerminateProcess+0x105
9bd51d54 7c90e514 00000000 00000000 0012fef4 nt!KiFastCallEntry+0xfc
WARNING: Frame IP not in any known module. Following frames may be wrong.
0012fef4 00000000 00000000 00000000 00000000 0x7c90e514
STACK_COMMAND: kb
FOLLOWUP_IP:
win32k!HeavyFreePool+bb
bf802a60 5d pop ebp
SYMBOL_STACK_INDEX: 2
SYMBOL_NAME: win32k!HeavyFreePool+bb
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: win32k
IMAGE_NAME: win32k.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 49e87572
FAILURE_BUCKET_ID: 0xc2_7_win32k!HeavyFreePool+bb
BUCKET_ID: 0xc2_7_win32k!HeavyFreePool+bb
Followup: MachineOwner
---------
0: kd>
Has anybody else experienced the same?