Windows7StarterFan
Thanks! Great job uploading these btw! These were all in agreement as to what driver was implicated in these crashes.
Debug session time: Sun Apr 20 14:51:32.719 2014 (UTC - 4:00)
System Uptime: 0 days 0:00:10.360
Loading Kernel Symbols
...............................................................
.........................................................
Loading User Symbols
Unable to load image \SystemRoot\system32\DRIVERS*bcmwl6.sys, Win32 error 0n2*
*** WARNING: Unable to verify timestamp for bcmwl6.sys
*** ERROR: Module load completed but symbols could not be loaded for bcmwl6.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {c0000005, 87ce188e, 88aa3b4c, 88aa3730}
Probably caused by : bcmwl6.sys ( bcmwl6+11668 )
Followup: MachineOwner
---------
3: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 87ce188e, The address that the exception occurred at
Arg3: 88aa3b4c, Exception Record Address
Arg4: 88aa3730, Context Record Address
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
ndis!NdisMSynchronizeWithInterruptEx+8
87ce188e 80b88100000001 cmp byte ptr [eax+81h],1
EXCEPTION_RECORD: 88aa3b4c -- (.exr 0xffffffff88aa3b4c)
ExceptionAddress: 87ce188e (ndis!NdisMSynchronizeWithInterruptEx+0x00000008)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000081
Attempt to read from address 00000081
CONTEXT: 88aa3730 -- (.cxr 0xffffffff88aa3730)
eax=00000000 ebx=00000000 ecx=88aa3c2c edx=8aaefa00 esi=8aa27000 edi=00000000
eip=87ce188e esp=88aa3c14 ebp=88aa3c14 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
ndis!NdisMSynchronizeWithInterruptEx+0x8:
87ce188e 80b88100000001 cmp byte ptr [eax+81h],1 ds:0023:00000081=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: System
CURRENT_IRQL: 0
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
EXCEPTION_PARAMETER1: 00000000
EXCEPTION_PARAMETER2: 00000081
READ_ADDRESS: GetPointerFromAddress: unable to read from 82f6f84c
Unable to read MiSystemVaType memory at 82f4ee20
00000081
FOLLOWUP_IP:
bcmwl6+11668
8c628668 ?? ???
BUGCHECK_STR: 0x7E
DEFAULT_BUCKET_ID: NULL_CLASS_PTR_DEREFERENCE
LAST_CONTROL_TRANSFER: from 8c628668 to 87ce188e
STACK_TEXT:
88aa3c14 8c628668 00000000 00000000 8c62861c ndis!NdisMSynchronizeWithInterruptEx+0x8
WARNING: Stack unwind information not available. Following frames may be wrong.
88aa3c34 8c629bd2 8aa27000 00000000 8aa27000 bcmwl6+0x11668
88aa3c48 8c629c03 8aa27000 8aa2a008 88aa3c70 bcmwl6+0x12bd2
88aa3c58 8c65756e 8aa27000 00000000 8aa2a008 bcmwl6+0x12c03
88aa3c70 8c628536 8aa2a008 88aa3c8c 8c643be4 bcmwl6+0x4056e
88aa3c7c 8c643be4 8aa27000 e0e027d8 88aa3c9c bcmwl6+0x11536
88aa3c8c 8c655a04 8aa274b8 8aa2a008 88aa3cac bcmwl6+0x2cbe4
88aa3c9c 8c655a98 8aa2a008 8aa27000 88aa3cc4 bcmwl6+0x3ea04
88aa3cac 8c628a33 8aa2a008 8abbf128 8aa27000 bcmwl6+0x3ea98
88aa3cc4 8c63365e 8aa274b8 8abc1120 8a83b028 bcmwl6+0x11a33
88aa3cdc 87c872d6 8abbf128 8abc0068 88aa3d00 bcmwl6+0x1c65e
88aa3cec 8301a625 8a83b028 8abc0068 847924c0 ndis!ndisDispatchIoWorkItem+0xf
88aa3d00 82e8314b 8abc1120 00000000 847924c0 nt!IopProcessWorkItem+0x23
88aa3d50 8300f13d 00000000 9ed4e3de 00000000 nt!ExpWorkerThread+0x10d
88aa3d90 82eb6559 82e8303e 00000000 00000000 nt!PspSystemThreadStartup+0x9e
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: bcmwl6+11668
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: bcmwl6
IMAGE_NAME: bcmwl6.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ea8c599
STACK_COMMAND: .cxr 0xffffffff88aa3730 ; kb
FAILURE_BUCKET_ID: 0x7E_bcmwl6+11668
BUCKET_ID: 0x7E_bcmwl6+11668
Followup: MachineOwner
---------
3: kd> lmvm bcmwl6
start end module name
8c617000 8ca2c000 bcmwl6 T (no symbols)
Loaded symbol image file: bcmwl6.sys
Image path: \SystemRoot\system32\DRIVERS\bcmwl6.sys
Image name: bcmwl6.sys
Timestamp: Wed Oct 26 22:44:41 2011 (4EA8C599)
CheckSum: 00420B96
ImageSize: 00415000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Update to the newest version at your computer or motherboard manufacturer's website.
bcmwl6.sys
Driver Description: Broadcom 802.11g Network Adapter driver