BSOD during GW... oh my!
Just putting an FYI out there that I got my first ever Blue Screen of Death on my current machine...
I've got the machine configured to do mini-dumps and have the windows support and debugging tools installed. After looking at the mini-dump it seems that the problem might be in ha10kx2k.sys which is a driver for my SoundBlaster Audigy2ZS.
The driver version is 5.10.12.1162 and is dated 8/29/2005.
windbg !analyze -v gives the following info:
1: kd> !analyze -v
************************************************** *****************************
* *
* Bugcheck Analysis *
* *
************************************************** *****************************
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: a72f33e8, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: b7a20048, address which referenced memory
Debugging Details:
------------------
WRITE_ADDRESS: a72f33e8
CURRENT_IRQL: 2
FAULTING_IP:
ha10kx2k+5e048
b7a20048 ?? ???
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0xD1
TRAP_FRAME: bacd3be0 -- (.trap ffffffffbacd3be0)
ErrCode = 00000002
eax=87236330 ebx=ffffffff ecx=0802f4a7 edx=80000000 esi=872360e8 edi=87236000
eip=b7a20048 esp=bacd3c54 ebp=bacd3c90 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
ha10kx2k+0x5e048:
b7a20048 ?? ???
Resetting default scope
LAST_CONTROL_TRANSFER: from b7a20048 to 805436d0
STACK_TEXT:
bacd3be0 b7a20048 badb0d00 80000000 00000001 nt!KiTrap0E+0x238
WARNING: Stack unwind information not available. Following frames may be wrong.
bacd3c50 00000000 88cf540c 896f4304 00000001 ha10kx2k+0x5e048
STACK_COMMAND: kb
FOLLOWUP_IP:
ha10kx2k+5e048
b7a20048 ?? ???
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: ha10kx2k+5e048
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: ha10kx2k
IMAGE_NAME: ha10kx2k.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4312e769
FAILURE_BUCKET_ID: 0xD1_W_ha10kx2k+5e048
BUCKET_ID: 0xD1_W_ha10kx2k+5e048
Followup: MachineOwner
---------
I've never had a crash before GW.exe that blew me all the way out of windows. At any rate I'm just posting this to see if anyone has had the same thing happen and also as a "be on the lookout" post.
My system is not OC'd and I'm running an Athlon X2 4800 with 2 Gigs RAM and a 6600GT. Nothing fancy.
EDIT: Just as a follow-up my sound driver is about a year out of date. I'm installing the newest version from Creative and hopefully this will remedy the problem.
Last edited by MelechRic; Oct 31, 2006 at 03:40 PM // 15:40..
|