I have som problems with my windows server 2003 (Service
Pack 1)
Lately it started to shutdown by itself..
We Installed a couple of uptdates for the server 2 weeks
ago. But the
problem started a couple of days ago.
Event Viewer sais,
System Error
Event ID: 1003
"Error code 00000050, parameter1 f5f7308a, parameter2
00000000,
parameter3 f5f7308a, parameter4 00000000."
I run the memory.dbg on windbg and Got following output
************************************************************
*******************
*
*
* Bugcheck Analysis
*
*
*
************************************************************
*******************
Use !analyze -v to get detailed debugging information.
BugCheck 50, {f5f7308a, 0, f5f7308a, 0}
Probably caused by : ntoskrnl.exe ( nt!KiTrap0E+d8 )
Followup: MachineOwner
---------
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 it
is pointing at freed memory.
Arguments:
Arg1: f5f7308a, memory referenced.
Arg2: 00000000, value 0 = read operation, 1 = write
operation.
Arg3: f5f7308a, If non-zero, the instruction address which
referenced
the bad memory
address.
Arg4: 00000000, (reserved)
Debugging Details:
------------------
READ_ADDRESS: f5f7308a
FAULTING_IP:
+fffffffff5f7308a
f5f7308a ?? ???
MM_INTERNAL_CODE: 0
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x50
PROCESS_NAME: System
CURRENT_IRQL: 1
TRAP_FRAME: f6149d24 -- (.trap fffffffff6149d24)
ErrCode = 00000000
eax=00000000 ebx=00000000 ecx=00000000 edx=80010031
esi=85c51eb0
edi=f5fee140
eip=f5f7308a esp=f6149d98 ebp=f6149dac iopl=0 nv up
ei ng nz na
pe cy
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000
efl=00010287
f5f7308a ?? ???
Resetting default scope
LAST_CONTROL_TRANSFER: from 80862491 to 80875d0e
FAILED_INSTRUCTION_ADDRESS:
+fffffffff5f7308a
f5f7308a ?? ???
STACK_TEXT:
f6149cbc 80862491 00000050 f5f7308a 00000000
nt!KeBugCheckEx+0x1b
f6149d0c 808262ca 00000000 f5f7308a 00000000
nt!MmAccessFault+0x7af
f6149d0c f5f7308a 00000000 f5f7308a 00000000
nt!KiTrap0E+0xd8
WARNING: Frame IP not in any known module. Following frames
may be
wrong.
f6149d94 00000000 859fd870 00000000 00000000 0xf5f7308a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!KiTrap0E+d8
808262ca 85c0 test eax,eax
SYMBOL_STACK_INDEX: 2
SYMBOL_NAME: nt!KiTrap0E+d8
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntoskrnl.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 42435e33
FAILURE_BUCKET_ID: 0x50_CODE_AV_BAD_IP_nt!KiTrap0E+d8
BUCKET_ID: 0x50_CODE_AV_BAD_IP_nt!KiTrap0E+d8
Followup: MachineOwner
What I understand of hits is that the server want's to read
some data
that isn't in the memory (or am I wrong?)..
Anyone knows if this is hardware related or just software?
And HOW can
I fix this!
It's on a production server.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Windows 2003" group.
To post to this group, send email to Windows2003 googlegroups.com
To unsubscribe from this group, send email to
Windows2003-unsubscribe googlegroups.com
For more options, visit this group at http://gro
ups.google.com/group/Windows2003
-~----------~----~----~----~------~----~------~--~---
|