Ayuda con el siguiente error BSoD
Hola!
Necesitaría saber como solucionar el siguiente pantallazo azul:
"PAGE_FAULT_IN_NONPAGED_AREA"
Te dejo la información que me arrojo el WinDbg:
Microsoft (R) Windows Debugger Version 6.12.0002.633 X86Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\WINDOWS\MEMORY.DMP] Kernel Summary Dump File: Only kernel address space is available
WARNING: Whitespace at end of path elementSymbol search path is: SRV*c:\websymbols *http://msdl.microsoft.com /download/symbols Executable search path is: Windows XP Kernel Version 2600 (Service Pack 3) MP (2 procs) Free x86 compatibleProduct: WinNt, suite: TerminalServer SingleUserTSBuilt by: 2600.xpsp_sp3_gdr.101209-1647Machine Name:Kernel base = 0x804d7000 PsLoadedModuleList = 0x805634c0Debug session time: Wed Dec 14 00:21:30.609 2011 (UTC - 3:00)System Uptime: 0 days 4:49:58.403Loading Kernel Symbols.........................................................................................................................................Loading User SymbolsPEB is paged out (Peb.Ldr = 7ffde00c). Type ".hh dbgerr001" for detailsLoading unloaded module list..
. Bugcheck Analysis
Use !analyze -v to get detailed debugging information.
BugCheck 50, {e1b88000, 1, 805be182, 1}
Probably caused by : ntkrnlmp.exe ( nt!CmpCopyCell+72 )
Followup: MachineOwner---------
1: kd> !analyze -v
Bugcheck Analysis
PAGE_FAULT_IN_NONPAGED_AREA (50)Invalid system memory was referenced. This cannot be protected by try-except,it must be protected by a Probe. Typically the address is just plain bad or itis pointing at freed memory.Arguments:Arg1: e1b88000, memory referenced.Arg2: 00000001, value 0 = read operation, 1 = write operation.Arg3: 805be182, If non-zero, the instruction address which referenced the bad memoryaddress.Arg4: 00000001, (reserved)
Debugging Details:------------------
WRITE_ADDRESS: e1b88000 Paged pool
FAULTING_IP: nt!CmpCopyCell+72805be182 f3a5 rep movs dword ptr es:[edi],dword ptr [esi]
MM_INTERNAL_CODE: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x50
PROCESS_NAME: winlogon.exe
FOLLOWUP_IP: nt!CmpCopyCell +72805be182 f3a5 rep movs dword ptr es:[edi],dword ptr [esi]
SYMBOL_STACK_INDEX: 3
SYMBOL_NAME: nt!CmpCopyCell+72
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4d00dcb6
FAILURE_BUCKET_ID: 0x50_nt!CmpCopyCell+72
BUCKET_ID: 0x50_nt!CmpCopyCell+72
Followup: MachineOwner---------
Espero me puedas ayudar..
Desde ya muchas gracias..
Lucas
Necesitaría saber como solucionar el siguiente pantallazo azul:
"PAGE_FAULT_IN_NONPAGED_AREA"
Te dejo la información que me arrojo el WinDbg:
Microsoft (R) Windows Debugger Version 6.12.0002.633 X86Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\WINDOWS\MEMORY.DMP] Kernel Summary Dump File: Only kernel address space is available
WARNING: Whitespace at end of path elementSymbol search path is: SRV*c:\websymbols *http://msdl.microsoft.com /download/symbols Executable search path is: Windows XP Kernel Version 2600 (Service Pack 3) MP (2 procs) Free x86 compatibleProduct: WinNt, suite: TerminalServer SingleUserTSBuilt by: 2600.xpsp_sp3_gdr.101209-1647Machine Name:Kernel base = 0x804d7000 PsLoadedModuleList = 0x805634c0Debug session time: Wed Dec 14 00:21:30.609 2011 (UTC - 3:00)System Uptime: 0 days 4:49:58.403Loading Kernel Symbols.........................................................................................................................................Loading User SymbolsPEB is paged out (Peb.Ldr = 7ffde00c). Type ".hh dbgerr001" for detailsLoading unloaded module list..
. Bugcheck Analysis
Use !analyze -v to get detailed debugging information.
BugCheck 50, {e1b88000, 1, 805be182, 1}
Probably caused by : ntkrnlmp.exe ( nt!CmpCopyCell+72 )
Followup: MachineOwner---------
1: kd> !analyze -v
Bugcheck Analysis
PAGE_FAULT_IN_NONPAGED_AREA (50)Invalid system memory was referenced. This cannot be protected by try-except,it must be protected by a Probe. Typically the address is just plain bad or itis pointing at freed memory.Arguments:Arg1: e1b88000, memory referenced.Arg2: 00000001, value 0 = read operation, 1 = write operation.Arg3: 805be182, If non-zero, the instruction address which referenced the bad memoryaddress.Arg4: 00000001, (reserved)
Debugging Details:------------------
WRITE_ADDRESS: e1b88000 Paged pool
FAULTING_IP: nt!CmpCopyCell+72805be182 f3a5 rep movs dword ptr es:[edi],dword ptr [esi]
MM_INTERNAL_CODE: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x50
PROCESS_NAME: winlogon.exe
FOLLOWUP_IP: nt!CmpCopyCell +72805be182 f3a5 rep movs dword ptr es:[edi],dword ptr [esi]
SYMBOL_STACK_INDEX: 3
SYMBOL_NAME: nt!CmpCopyCell+72
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4d00dcb6
FAILURE_BUCKET_ID: 0x50_nt!CmpCopyCell+72
BUCKET_ID: 0x50_nt!CmpCopyCell+72
Followup: MachineOwner---------
Espero me puedas ayudar..
Desde ya muchas gracias..
Lucas
1 respuesta
Respuesta de talaverano26
1