Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [F:\DMP\051111-26379-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 7601.17592.x86fre.win7sp1_gdr.110408-1631
Machine Name:
Kernel base = 0x82413000 PsLoadedModuleList = 0x82553230
Debug session time: Wed May 11 07:37:57.724 2011 (UTC - 4:00)
System Uptime: 0 days 0:12:07.442
Loading Kernel Symbols
...............................................................
................................................................
...................
Loading User Symbols
Loading unloaded module list
.........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {c0000005, 7249534e, 87268b80, 87268760}
Probably caused by : NETIO.SYS ( NETIO!NsiParameterChange+73 )
Followup: MachineOwner
---------
0: 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: 7249534e, The address that the exception occurred at
Arg3: 87268b80, Exception Record Address
Arg4: 87268760, 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:
+19
7249534e ?? ???
EXCEPTION_RECORD: 87268b80 -- (.exr 0xffffffff87268b80)
ExceptionAddress: 7249534e
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 7249534e
Attempt to read from address 7249534e
CONTEXT: 87268760 -- (.cxr 0xffffffff87268760)
eax=87268cd0 ebx=87268cc4 ecx=84be2300 edx=00000000 esi=86387e60 edi=00000000
eip=7249534e esp=87268c48 ebp=87268cac iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
7249534e ?? ???
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
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: 7249534e
READ_ADDRESS: GetPointerFromAddress: unable to read from 82572828
Unable to read MiSystemVaType memory at 82552d80
7249534e
FOLLOWUP_IP:
NETIO!NsiParameterChange+73
87bcbc3c 57 push edi
FAILED_INSTRUCTION_ADDRESS:
+73
7249534e ?? ???
BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from 87bcbc3c to 7249534e
STACK_TEXT:
WARNING: Frame IP not in any known module. Following frames may be wrong.
87268c44 87bcbc3c 86387e60 87268cd0 87268cd8 0x7249534e
87268cac 87d00bd5 87268cc4 85de1c70 84b79280 NETIO!NsiParameterChange+0x73
87268cec 82600620 84b79280 865d7d20 83e8a020 tcpip!FlTunnelNotifyChangeAtPassive+0x6b
87268d00 8246e183 85de1c70 00000000 83e8a020 nt!IopProcessWorkItem+0x23
87268d50 825fb400 00000001 91f5718a 00000000 nt!ExpWorkerThread+0x10d
87268d90 8249c979 8246e076 00000001 00000000 nt!PspSystemThreadStartup+0x9e
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: NETIO!NsiParameterChange+73
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: NETIO
IMAGE_NAME: NETIO.SYS
DEBUG_FLR_IMAGE_TIMESTAMP: 4ce78963
STACK_COMMAND: .cxr 0xffffffff87268760 ; kb
FAILURE_BUCKET_ID: 0x7E_BAD_IP_NETIO!NsiParameterChange+73
BUCKET_ID: 0x7E_BAD_IP_NETIO!NsiParameterChange+73
Followup: MachineOwner
---------