Zdravim,
Jedna sa o HP server - OS - WIN Server 2003 a problem je ze sa nahodne natvrdo restartuje, tak cca 1 krat za tyzden. Nezostane visiet na BSOD aj ked som automaticky restart zrusil. Proste sa len tak restartuje a ani v eventoch nic neni.
Uz ma z toho boli hlava. Rozmyslam pri tom a hladam uz 5hodin. V hardware to stopercentne neni.
Helfne niekto? Tu je vypis z memory.dmp:
Microsoft (R) Windows Debugger Version 6.9.0003.113 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\OPTIO_DUMP\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is available
Symbol search path is: C:\mysymbols
Executable search path is:
Windows Server 2003 Kernel Version 3790 (Service Pack 2) MP (8 procs) Free x86 compatible
Product: Server, suite: TerminalServer SingleUserTS
Built by: 3790.srv03_sp2_rtm.070216-1710
Kernel base = 0x80800000 PsLoadedModuleList = 0x808af9c8
Debug session time: Mon Nov 5 07:23:14.434 2007 (GMT+2)
System Uptime: 53 days 15:52:43.179
Loading Kernel Symbols
......................................................................................................................
Loading User Symbols
Loading unloaded module list
........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck C5, {0, d0000002, 1, 8089c4bb}
Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+1d7 )
Followup: Pool_corruption
---------
6: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_CORRUPTED_EXPOOL (c5)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is
caused by drivers that have corrupted the system pool. Run the driver
verifier against any new (or suspect) drivers, and if that doesn't turn up
the culprit, then use gflags to enable special pool.
Arguments:
Arg1: 00000000, memory referenced
Arg2: d0000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 8089c4bb, address which referenced memory
Debugging Details:
------------------
BUGCHECK_STR: 0xC5_D0000002
CURRENT_IRQL: 2
FAULTING_IP:
nt!ExDeferredFreePool+1d7
8089c4bb 8937 mov dword ptr [edi],esi
DEFAULT_BUCKET_ID: DRIVER_FAULT
PROCESS_NAME: System
TRAP_FRAME: f790e934 -- (.trap 0xfffffffff790e934)
ErrCode = 00000002
eax=ff7aa800 ebx=00000000 ecx=000001ff edx=ff7aa000 esi=00000000 edi=00000000
eip=8089c4bb esp=f790e9a8 ebp=f790e9e0 iopl=0 nv up ei ng nz ac pe cy
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010297
nt!ExDeferredFreePool+0x1d7:
8089c4bb 8937 mov dword ptr [edi],esi ds:0023:00000000=????????
Resetting default scope
LAST_CONTROL_TRANSFER: from 8089c4bb to 80836de5
STACK_TEXT:
f790e934 8089c4bb badb0d00 ff7aa000 b7cb9000 nt!KiTrap0E+0x2a7
f790e9e0 8089c5a0 808b7600 8083f47d 83991738 nt!ExDeferredFreePool+0x1d7
f790ea38 8089c26e 83991738 00000000 f790ea58 nt!ExFreePoolWithTag+0x57f
f790ea48 808421ed 83991738 80840cd6 f790ea80 nt!ExFreePool+0xf
f790ea58 ba2c93a2 83991738 86b41008 87f70bd0 nt!IoFreeMdl+0x5b
f790ea80 ba2cea45 86b41008 87fb0010 8484d770 afd!AfdSetupReceiveDatagramIrp+0x13f
87f70bd0 007b89af 00000011 10000000 87f70b58 afd!AfdReceiveDatagramEventHandler+0x1f0
WARNING: Frame IP not in any known module. Following frames may be wrong.
87f70c00 00000000 87f70c08 87f70c08 00000000 0x7b89af
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!ExDeferredFreePool+1d7
8089c4bb 8937 mov dword ptr [edi],esi
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt!ExDeferredFreePool+1d7
FOLLOWUP_NAME: Pool_corruption
IMAGE_NAME: Pool_Corruption
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MODULE_NAME: Pool_Corruption
FAILURE_BUCKET_ID: 0xC5_D0000002_nt!ExDeferredFreePool+1d7
BUCKET_ID: 0xC5_D0000002_nt!ExDeferredFreePool+1d7
Followup: Pool_corruption
---------
6: kd> lmvm Pool_Corruption
start end module name
6: kd> .trap 0xfffffffff790e934
ErrCode = 00000002
eax=ff7aa800 ebx=00000000 ecx=000001ff edx=ff7aa000 esi=00000000 edi=00000000
eip=8089c4bb esp=f790e9a8 ebp=f790e9e0 iopl=0 nv up ei ng nz ac pe cy
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010297
nt!ExDeferredFreePool+0x1d7:
8089c4bb 8937 mov dword ptr [edi],esi ds:0023:00000000=????????
|