Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Mini090510-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: C:\WINDOWS\Symbols
Executable search path is:
Unable to load image ntoskrnl.exe, Win32 error 0n2
*** WARNING: symbols timestamp is wrong 0x4b7aa3ac 0x427b58bb for ntoskrnl.exe
Windows Server 2003 Kernel Version 3790 (Service Pack 2) MP (4 procs) Free x86 compatible
Product: Server, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0x80800000 PsLoadedModuleList = 0x808af9c8
Debug session time: Sun Sep 5 18:44:18.786 2010 (GMT+1)
System Uptime: 6 days 23:52:01.270
Unable to load image ntoskrnl.exe, Win32 error 0n2
*** WARNING: symbols timestamp is wrong 0x4b7aa3ac 0x427b58bb for ntoskrnl.exe
Loading Kernel Symbols
...............................................................
................................................................
....................
Loading User Symbols
Loading unloaded module list
..................................................
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {c0000005, 0, baedd858, baedd554}
*** WARNING: Unable to verify timestamp for mssmbios.sys
*** WARNING: Unable to verify timestamp for baspxp32.sys
*** ERROR: Module load completed but symbols could not be loaded for baspxp32.sys
Probably caused by : baspxp32.sys ( baspxp32+bcaf )
Followup: MachineOwner
---------
2: 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: 00000000, The address that the exception occurred at
Arg3: baedd858, Exception Record Address
Arg4: baedd554, 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:
+65e
00000000 ??

EXCEPTION_RECORD: baedd858 -- (.exr 0xffffffffbaedd858)
ExceptionAddress: 00000000
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000000
Attempt to read from address 00000000
CONTEXT: baedd554 -- (.cxr 0xffffffffbaedd554)
eax=01312d00 ebx=00000004 ecx=00000003 edx=89f5c500 esi=89f2e000 edi=00000006
eip=00000000 esp=baedd920 ebp=baedd960 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
00000000 ??

Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT_SERVER_MINIDUMP
PROCESS_NAME: è
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: 00000000
READ_ADDRESS: 00000000
FOLLOWUP_IP:
baspxp32+bcaf
bac38caf ??

FAILED_INSTRUCTION_ADDRESS:
+1e7952f011ddfdc
00000000 ??

BUGCHECK_STR: 0x7E
LAST_CONTROL_TRANSFER: from 89f5e954 to 00000000
STACK_TEXT:
WARNING: Frame IP not in any known module. Following frames may be wrong.
baedd91c 89f5e954 89f2e000 89f2e058 808398e8 0x0
baedd960 bac38caf 00000000 00010107 baedd9a8 0x89f5e954
baedddac 809208bb 89f2e000 00000000 00000000 baspxp32+0xbcaf
baedddc0 baedddb8 baedd3a8 ffffffff 8083a8fc nt!HvpDiscardBins+0x2d
baedddc8 ffffffff 8083a8fc 8082df18 00000000 0xbaedddb8
baedddcc 8083a8fc 8082df18 00000000 00000000 0xffffffff
baedde08 00000000 00000000 00000000 00000000 nt!MiRemoveUnusedSegments+0x65e
SYMBOL_STACK_INDEX: 2
SYMBOL_NAME: baspxp32+bcaf
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: baspxp32
IMAGE_NAME: baspxp32.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4bed8c5e
STACK_COMMAND: .cxr 0xffffffffbaedd554 ; kb
FAILURE_BUCKET_ID: 0x7E_NULL_IP_baspxp32+bcaf
BUCKET_ID: 0x7E_NULL_IP_baspxp32+bcaf
Followup: MachineOwner
---------