Re: Stop 0x0000000a error debug analysis
- From: "Gerry" <gerry@xxxxxxxxxx>
- Date: Tue, 2 Jun 2009 07:31:10 +0100
Martin
Background information on Stop Error message
http://msdn2.microsoft.com/en-us/library/ms793589.aspx
0x0000000A: IRQL_NOT_LESS_OR_EQUAL
Typically due to a bad driver, or faulty or incompatible hardware or
software. Use the General Troubleshooting of STOP Messages checklist
above. Technically, this error condition means that a kernel-mode
process or driver tried to access a memory location to which it did not
have permission, or at a kernel Interrupt ReQuest Level (IRQL) that was
too high. (A kernel-mode process can access only other processes that
have an IRQL lower than, or equal to, its own.)
Source: http://aumha.org/a/stop.htm
You receive a "Stop 0x0000000A" error message in Windows XP
http://support.microsoft.com/kb/314063/
--
Hope this helps.
Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
martin.whybrow@xxxxxxxxxxxx wrote:
My Compaq EVO N410c is giving the STOP 0x0000000a error every time I
boot
normally to Windows; it runs perfectly in safe mode. The machine is
running
XP Pro SP2. I have run a full repair installation, but it's still the
same.
I've run a windbg trace (on another PC) on the minidump file and the
summary
is: Probably caused by : ntoskrnl.exe ( nt!KiInsertTimerTable+2f ).
I've posted the full trace below (note the path to ntoskrnl.exe points
to an
SP2 version as the machine used for doing the trace is running SP3).
Loading Dump File [a:\Mini060109-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is:
srv*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: C:\XP_SP2_System_Files_For_Debugging
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt
Built by: 2600.xpsp_sp2_rtm.040803-2158
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055ab20
Debug session time: Mon Jun 1 02:45:01.914 2009 (GMT+1)
System Uptime: 0 days 0:01:05.479
Loading Kernel Symbols
...............................................................
..............................................
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {62005e3f, 2, 0, 804dc42a}
Probably caused by : ntoskrnl.exe ( nt!KiInsertTimerTable+2f )
Followup: MachineOwner
---------
Can anyone enlighten me as to what this error could be? I doubt the
RAM is
faulty as, as mentioned above, it's rock solid in safe mode.
Martin
Apologies for using google groups, Outlook Express has decided it
didn't want to send my message (another problem to be fixed).
.
- Follow-Ups:
- Re: Stop 0x0000000a error debug analysis
- From: Martin Whybrow
- Re: Stop 0x0000000a error debug analysis
- References:
- Stop 0x0000000a error debug analysis
- From: martin . whybrow
- Stop 0x0000000a error debug analysis
- Prev by Date: Re: dll help
- Next by Date: Re: dll help
- Previous by thread: Re: Stop 0x0000000a error debug analysis
- Next by thread: Re: Stop 0x0000000a error debug analysis
- Index(es):
Relevant Pages
|