You need windows debugger to view dump files, and even then they are pretty useless unless you know what you are looking at.
At any rate. In this particular case the debugger was actually quite clear for once.
The offending component seems to be related to a Netgear device you have. (probably router)
I would swing by the netgear website and try to locate updated drivers/software for it.
http://support.netgear.com/app/products/list Code:
Probably caused by : WPN111.sys ( WPN111+35bb3 )
Followup: MachineOwner
---------
0: 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: ea03ffc4, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: d35d5bb3, address which referenced memory
Debugging Details:
------------------
READ_ADDRESS: GetPointerFromAddress: unable to read from e2fa0848
Unable to read MiSystemVaType memory at e2f7fe20
ea03ffc4
CURRENT_IRQL: 2
FAULTING_IP:
WPN111+35bb3
d35d5bb3 8b0c82 mov ecx,dword ptr [edx+eax*4]
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xD1
PROCESS_NAME: System
TRAP_FRAME: e2f5ead8 -- (.trap 0xffffffffe2f5ead8)
ErrCode = 00000000
eax=00000000 ebx=00000800 ecx=00000001 edx=ea03ffc4 esi=0000000f edi=c4bc6ce0
eip=d35d5bb3 esp=e2f5eb4c ebp=e2eae4c5 iopl=0 nv up ei pl nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010206
WPN111+0x35bb3:
d35d5bb3 8b0c82 mov ecx,dword ptr [edx+eax*4] ds:0023:ea03ffc4=a2000000
Resetting default scope
LAST_CONTROL_TRANSFER: from d35d5bb3 to e2e785fb
STACK_TEXT:
e2f5ead8 d35d5bb3 badb0d00 ea03ffc4 0000884e nt!KiTrap0E+0x2cf
WARNING: Stack unwind information not available. Following frames may be wrong.
e2f5eb50 d35d5e6c ea03ffc4 0000003c d35d5161 WPN111+0x35bb3
e2f5eb5c d35d5161 ea03ffc4 c4c9e000 d35d7ad7 WPN111+0x35e6c
e2f5eb8c e2eaf913 00000000 c3f5ce28 00000000 WPN111+0x35161
00000000 00000000 00000000 00000000 00000000 nt!IopfCompleteRequest+0x128
STACK_COMMAND: kb
FOLLOWUP_IP:
WPN111+35bb3
d35d5bb3 8b0c82 mov ecx,dword ptr [edx+eax*4]
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: WPN111+35bb3
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: WPN111
IMAGE_NAME: WPN111.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 41ddeeeb
FAILURE_BUCKET_ID: 0xD1_WPN111+35bb3
BUCKET_ID: 0xD1_WPN111+35bb3
Followup: MachineOwner
---------