|
me aparecio otro error irql not less or equal , desesperado estoy vaya racha que llevo gracias de antemano:
Microsoft ® Windows Debugger Version 6.6.0007.5 Copyright © Microsoft Corporation. All rights reserved.
Loading Dump File [C:\WINDOWS\MEMORY.DMP] Kernel Complete Dump File: Full address space is available
Symbol search path is: *** Invalid *** **************************************************************************** * Symbol loading may be unreliable without a symbol search path. * * Use .symfix to have the debugger choose a symbol path. * * After setting your symbol path, use .reload to refresh symbol locations. * **************************************************************************** Executable search path is: ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlpa.exe - Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Built by: 2600.xpsp_sp2_gdr.050301-1519 Kernel base = 0x804d7000 PsLoadedModuleList = 0x805531a0 Debug session time: Sun Dec 31 21:54:23.875 2006 (GMT+1) System Uptime: 0 days 2:10:43.444 ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlpa.exe - Loading Kernel Symbols ........................................................................................................................ Loading User Symbols ........................ Loading unloaded module list ............*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
******************************************************************************* * * * Bugcheck Analysis * * * *******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {bf39c, 2, 0, 80533281}
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
Probably caused by : ntkrnlpa.exe ( nt!ExInterlockedExtendZone+157 )
Followup: MachineOwner ---------
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 todo high. This is usually caused by drivers using improper addresses. If a kernel debugger is available get the stack backtrace. Arguments: Arg1: 000bf39c, memory referenced Arg2: 00000002, IRQL Arg3: 00000000, value 0 = read operation, 1 = write operation Arg4: 80533281, address which referenced memory
Debugging Details: ------------------
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
MODULE_NAME: nt
FAULTING_MODULE: 804d7000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 42250a1d
READ_ADDRESS: unable to get nt!MmSpecialPoolStart unable to get nt!MmSpecialPoolEnd unable to get nt!MmPoolCodeStart unable to get nt!MmPoolCodeEnd 000bf39c
CURRENT_IRQL: 2
FAULTING_IP: nt!ExInterlockedExtendZone+157 80533281 8b8744010000 mov eax,dword ptr [edi+144h]
DEFAULT_BUCKET_ID: WRONG_SYMBOLS
BUGCHECK_STR: 0xA
LAST_CONTROL_TRANSFER: from 80533281 to 8053f853
STACK_TEXT: WARNING: Stack unwind information not available. Following frames may be wrong. a87939f8 80533281 badb0d00 01c72d0b a8793a2c nt!Kei386EoiHelper+0x27db a8793a74 80533755 a81e1e40 000bf258 00000000 nt!ExInterlockedExtendZone+0x157 a8793b04 80606a60 01b70000 00010000 a8793d30 nt!ExGetCurrentProcessorCounts+0x18f a8793d4c 8053c808 00000005 01b70000 00010000 nt!NtQuerySystemInformation+0x728 a8793d64 7c91eb94 badb0d00 018cbc54 ffff0000 nt!KeReleaseInStackQueuedSpinLockFromDpcLevel+0xb14 a8793d68 badb0d00 018cbc54 ffff0000 0000ffff ntdll!KiFastSystemCallRet a8793d6c 018cbc54 ffff0000 0000ffff 00000000 0xbadb0d00 a8793d70 ffff0000 0000ffff 00000000 00000000 0x18cbc54 a8793d74 00000000 00000000 00000000 00000000 0xffff0000
STACK_COMMAND: kb
FOLLOWUP_IP: nt!ExInterlockedExtendZone+157 80533281 8b8744010000 mov eax,dword ptr [edi+144h]
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt!ExInterlockedExtendZone+157
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: ntkrnlpa.exe
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner ---------
|