That's what I got from WinDbg....anybody is able to understand what dows it
mean?
Microsoft (R) Windows Debugger Version 6.5.0003.7
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\WINDOWS\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is available
Symbol search path is: SRV*c:\Prova*
http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86
compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_gdr.050301-1519
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805624a0
Debug session time: Sun Oct 16 23:38:24.281 2005 (GMT+2)
System Uptime: 0 days 0:10:25.991
Loading Kernel Symbols
........................................................................................................................................
Loading unloaded module list
...........
Loading User Symbols
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {820, 1e, 1, 804d9e0e}
Probably caused by : NDIS.sys ( NDIS!ndisMIsr+54 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************
IRQL_NOT_LESS_OR_EQUAL (a)
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 a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 00000820, memory referenced
Arg2: 0000001e, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 804d9e0e, address which referenced memory
Debugging Details:
------------------
WRITE_ADDRESS: 00000820
CURRENT_IRQL: 1e
FAULTING_IP:
nt!KiIpiSend+10
804d9e0e f0099020080000 lock or [eax+0x820],edx
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0xA
LAST_CONTROL_TRANSFER: from 804e6173 to 804d9e0e
TRAP_FRAME: 805562e8 -- (.trap ffffffff805562e8)
ErrCode = 00000002
eax=00000000 ebx=89089254 ecx=00000000 edx=00000002 esi=00100000 edi=805613f0
eip=804d9e0e esp=8055635c ebp=8055637c iopl=0 nv up ei pl zr na po cy
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010247
nt!KiIpiSend+0x10:
804d9e0e f0099020080000 lock or [eax+0x820],edx ds:0023:00000820=????????
Resetting default scope
STACK_TEXT:
80556360 804e6173 89089278 89089254 80556450 nt!KiIpiSend+0x10
8055637c f7972ec8 ffdff9c0 00000000 00000000 nt!KeInsertQueueDpc+0xe8
8055639c 804db90f 8903a008 01089240 00010008 NDIS!ndisMIsr+0x54
8055639c f76b9062 8903a008 01089240 00010008 nt!KiInterruptDispatch+0x45
80556450 804dcbef 00000000 0000000e 00000000 intelppm!AcpiC1Idle+0x12
80556454 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x10
FOLLOWUP_IP:
NDIS!ndisMIsr+54
f7972ec8 84c0 test al,al
SYMBOL_STACK_INDEX: 2
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: NDIS!ndisMIsr+54
MODULE_NAME: NDIS
IMAGE_NAME: NDIS.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 41107ec3
STACK_COMMAND: .trap ffffffff805562e8 ; kb
FAILURE_BUCKET_ID: 0xA_W_NDIS!ndisMIsr+54
BUCKET_ID: 0xA_W_NDIS!ndisMIsr+54
Followup: MachineOwner