Click here to Skip to main content
15,900,378 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Remote Installation Pin
Mekong River10-Jul-04 6:11
Mekong River10-Jul-04 6:11 
GeneralProblem with accessing share resource Pin
Mekong River9-Jul-04 4:52
Mekong River9-Jul-04 4:52 
GeneralWindows 2003 problem Pin
Mekong River8-Jul-04 12:11
Mekong River8-Jul-04 12:11 
GeneralRe: Windows 2003 problem Pin
Mike Dimmick10-Jul-04 7:27
Mike Dimmick10-Jul-04 7:27 
GeneralWin XP Single user question Pin
Chris Meech8-Jul-04 5:15
Chris Meech8-Jul-04 5:15 
GeneralRe: Win XP Single user question Pin
Mekong River6-Feb-06 22:51
Mekong River6-Feb-06 22:51 
GeneralRe: Win XP Single user question Pin
Chris Meech7-Feb-06 2:55
Chris Meech7-Feb-06 2:55 
QuestionCan you read this MiniDump? Pin
Anonymous7-Jul-04 23:58
Anonymous7-Jul-04 23:58 
Hello,

I have a win2000 installation has began to crash a few times daily and I don't know why. This is a pretty recent install w/ current ServicePacks and major windows update security patches. Nothing out of the ordinary.

It will just lock up, then shut down and reboot. Here is one of the dump's ran through windbg.exe. I struggled with windbg.exe trying to load the symbol files, but I finally got it. I just don't know how to interpit this log and figure out what the problem is.



Microsoft (R) Windows Debugger Version 6.3.0017.0
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINNT\Minidump\Mini070404-06.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: C:\WINNT\Symbols
Executable search path is:
Unable to load image ntoskrnl.exe, Win32 error 2
Windows 2000 Kernel Version 2195 (Service Pack 4) UP Free x86 compatible
Kernel base = 0x80400000 PsLoadedModuleList = 0x8046e8f0
Debug session time: Sun Jul 04 21:35:23 2004
System Uptime: not available
Unable to load image ntoskrnl.exe, Win32 error 2
Loading Kernel Symbols
.......................................................................................................
Loading unloaded module list
.........
Loading User Symbols
*************************************************************************** ****
* *
* Bugcheck Analysis *
* *
*************************************************************************** ****

Use !analyze -v to get detailed debugging information.

BugCheck 1E, {c0000005, 80450ea6, 0, 5e494e26}

Probably caused by : ntoskrnl.exe ( nt!NtWaitForMultipleObjects+275 )

Followup: MachineOwner
---------

kd> !analyze -v
*************************************************************************** ****
* *
* Bugcheck Analysis *
* *
*************************************************************************** ****

KMODE_EXCEPTION_NOT_HANDLED (1e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 80450ea6, The address that the exception occurred at
Arg3: 00000000, Parameter 0 of the exception
Arg4: 5e494e26, Parameter 1 of the exception

Debugging Details:
------------------


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

FAULTING_IP:
nt!NtWaitForMultipleObjects+275
80450ea6 ?? ???

EXCEPTION_PARAMETER1: 00000000

EXCEPTION_PARAMETER2: 5e494e26

READ_ADDRESS: unable to read from 80483450
unable to read from 80482ea8
unable to read from 80482d78
unable to read from 80475234
unable to read from 80482d90
unable to read from 80482ea4
unable to read from 80475238
unable to read from 80482f64
unable to read from 80483420
5e494e26

CUSTOMER_CRASH_COUNT: 6

DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULT

BUGCHECK_STR: 0x1E

LAST_CONTROL_TRANSFER: from 0000001e to 80430999

STACK_TEXT:
bd038500 0000001e c0000005 80450ea6 00000000 nt!KiDispatchException+0x30e


STACK_COMMAND: .bugcheck ; kb

FOLLOWUP_IP:
nt!NtWaitForMultipleObjects+275
80450ea6 ?? ???

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: nt!NtWaitForMultipleObjects+275

MODULE_NAME: nt

IMAGE_NAME: ntoskrnl.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 4047db83

BUCKET_ID: 0x1E_nt!NtWaitForMultipleObjects+275

Followup: MachineOwner








What does this mean?

Thank you in advance for your help.

- Mike
AnswerRe: Can you read this MiniDump? Pin
Mike Dimmick8-Jul-04 9:00
Mike Dimmick8-Jul-04 9:00 
AnswerRe: Can you read this MiniDump? Pin
Tim Deveaux8-Jul-04 9:51
Tim Deveaux8-Jul-04 9:51 
GeneralRe: Can you read this MiniDump? Pin
Anonymous8-Jul-04 11:01
Anonymous8-Jul-04 11:01 
GeneralRe: Can you read this MiniDump? Pin
Tim Deveaux8-Jul-04 13:08
Tim Deveaux8-Jul-04 13:08 
GeneralRe: Can you read this MiniDump? Pin
Mike Dimmick9-Jul-04 5:26
Mike Dimmick9-Jul-04 5:26 
AnswerRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 12:30
Anonymous9-Jul-04 12:30 
GeneralRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 12:31
Anonymous9-Jul-04 12:31 
GeneralRe: Can you read this MiniDump? Pin
Roger Wright9-Jul-04 17:31
professionalRoger Wright9-Jul-04 17:31 
AnswerRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 13:18
Anonymous9-Jul-04 13:18 
GeneralRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 16:31
Anonymous9-Jul-04 16:31 
GeneralRe: Can you read this MiniDump? Pin
Tim Deveaux11-Jul-04 3:39
Tim Deveaux11-Jul-04 3:39 
GeneralUse the common IIS WebServer in a LAN Pin
swarnamanoo7-Jul-04 21:41
swarnamanoo7-Jul-04 21:41 
GeneralRe: Use the common IIS WebServer in a LAN Pin
Mekong River8-Jul-04 12:27
Mekong River8-Jul-04 12:27 
Questionhow to include username/password a URL Pin
Hong Dat Huynh6-Jul-04 20:13
Hong Dat Huynh6-Jul-04 20:13 
GeneralDialup connection on win98 Pin
Mazdak5-Jul-04 21:37
Mazdak5-Jul-04 21:37 
GeneralRe: Dialup connection on win98 Pin
Mekong River8-Jul-04 12:18
Mekong River8-Jul-04 12:18 
QuestionWill Ms stop upgrading w2k after wxp sp2 is released? Pin
kfaday4-Jul-04 13:22
kfaday4-Jul-04 13:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.