Windows 2000 restart problem

G

Guest

My computer shuts down and restarts often.
Espcially bad when I use Internet Explorer.
Sometimes it happens when i click
on a file in the desk top or some other place.
here is the latest dump file.
they usually look like this
but I don't really know what this is about.
could someone set me in the right direction.
I will be eternally grateful if you can

God bless you.

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


Loading Dump File [C:\WINDOWS\Minidump\Mini100304-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are 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+ *
*********************************************************************
Unable to load image ntoskrnl.exe, Win32 error 2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for
ntoskrnl.exe
Windows 2000 Kernel Version 2195 (Service Pack 3) UP Free x86 compatible
Kernel base = 0x80400000 PsLoadedModuleList = 0x8046e8f0
Debug session time: Sun Oct 03 08:11:08 2004
System Uptime: not available
*********************************************************************
* 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+ *
*********************************************************************
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************
Bugcheck code 0000000A
Arguments 0001fffc 00000002 00000000 804322a9

ChildEBP RetAddr Args to Child
WARNING: Stack unwind information not available. Following frames may be
wrong.
bf0babe8 00000000 0001fffc 00000002 00000000 nt+0x690f3

WaitForEvent failed
kd> g
^ No runnable debuggees error in 'g'
kd> kd> .sympath
Numeric expression missing from '> .sympath'
kd> .sympath+
Symbol search path is:
kd> _NT_SYMBOL_PATH
^ Syntax error in '_NT_SYMBOL_PATH'
 
E

EEC1 [MSFT]

Stop 0A is usually caused by drivers using improper addresses.

My advice would be to update to SP4 and check for driver updates on the
manufactures websites for all add-on devices (particularly the video card).

--

Thanks,
Mike

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Please do not send e-mail directly to this alias.
This alias is for newsgroup purposes only.


dahweeds said:
My computer shuts down and restarts often.
Espcially bad when I use Internet Explorer.
Sometimes it happens when i click
on a file in the desk top or some other place.
here is the latest dump file.
they usually look like this
but I don't really know what this is about.
could someone set me in the right direction.
I will be eternally grateful if you can

God bless you.

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


Loading Dump File [C:\WINDOWS\Minidump\Mini100304-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are 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+ *
*********************************************************************
Unable to load image ntoskrnl.exe, Win32 error 2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for
ntoskrnl.exe
Windows 2000 Kernel Version 2195 (Service Pack 3) UP Free x86 compatible
Kernel base = 0x80400000 PsLoadedModuleList = 0x8046e8f0
Debug session time: Sun Oct 03 08:11:08 2004
System Uptime: not available
*********************************************************************
* 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+ *
*********************************************************************
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************
Bugcheck code 0000000A
Arguments 0001fffc 00000002 00000000 804322a9

ChildEBP RetAddr Args to Child
WARNING: Stack unwind information not available. Following frames may be
wrong.
bf0babe8 00000000 0001fffc 00000002 00000000 nt+0x690f3

WaitForEvent failed
kd> g
^ No runnable debuggees error in 'g'
kd> kd> .sympath
Numeric expression missing from '> .sympath'
kd> .sympath+
Symbol search path is:
kd> _NT_SYMBOL_PATH
^ Syntax error in '_NT_SYMBOL_PATH'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top