Mike
Does the error occur during or after the computer is booted? Does the
error occur if you boot to safe mode?
Disable automatic restart on system failure. This should help by
allowing time to write down the STOP code properly. Right click on
the My Computer icon on the Desktop and select Properties, Advanced,
Start-Up and Recovery, System Failure and uncheck box before
Automatically Restart.
Do not re-enable automatic restart on system failure. Check for variants
of the Stop Error message.
Sometimes the Stop Error Report names the problematic driver. Look on
the line below:
0x1000000a (0x00000014, 0x00000002, 0x00000000, 0x804f05de).
You do not have to wait for another BSOD if you know how to cause one to
occur.
You may also find clues in Event Viewer but often the the Report there
does not name the driver, when it may be named in the Stop Error Report.
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
Are there any yellow question marks in Device Manager? Right click on
the My Computer icon on your Desktop and select Properties,
Hardware,Device Manager. If yes what is the Device Error code?
Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
drivers are listed as unsigned? Disregard those which are not checked.
--
Hope this helps.
Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
MikeR wrote:
> Leonard Grey wrote:
>> Sounds like the "particular program" could be the problem. The
>> program's technical support should be able to help you. It may be
>> that all you need to do is to update the program.
>> ---
>> Leonard Grey
>> Errare humanum est
> Unfortunately, it's one I wrote myself. I can't imagine anything I've
> changed that would cause this. It makes use of serial (and USB as
> serial) ports. Maybe the USB driver? It doesn't happen all the time,
> which is of course the worst troubleshooting scenario. If I could
> narrow it down to a single device it would help.
>>
>> MikeR wrote:
>>> Leonard Grey wrote:
>>>> This search term:
>>>>
>>>> bugcheck 0x1000000a
>>>>
>>>> provides lots of useful hits. In any case, keep in mind that with
>>>> respect to Windows XP, 'bugcheck' followed by 0x... usually refers
>>>> to a STOP error. In your case, the full description of the error
>>>> is: STOP: 0x0000000A IRQL_NOT_LESS_OR_EQUAL
>>>>
>>>> You would have seen a blue screen with this description if your
>>>> computer was set to display BSODs. (XP's default is to skip the
>>>> blue screen and restart your computer - not very helpful IMHO.)
>>>>
>>>> Either way, here is one of the better places to get the deal on
>>>> your crash:
>>>> http://www.aumha.org/a/stop.php#0x0a
>>> I did see that screen, but didn't write it down. Thanks for all the
>>> info, Leonard. It's gonna take some time to go thru it all.
>>>>
>>>> With this type of crash you may have to do a little figuring on
>>>> your own, since there's no one particular cause.
>>> So far the stops have occured when I close a particular program,
>>> but I can't tell if that's coincidence or cause.
>>>>
>>>> The dump file contains information from RAM in highly geek-ified
>>>> form. You can usually figure out the problem on your own in less
>>>> time than it would take someone to decipher it for you,
>>>> ---
>>>> Leonard Grey
>>>> Errare humanum est
>>>>
>>>> MikeR wrote:
>>>>> 3 times in the past couple of weeks, I've gotten a BSOD on my XP
>>>>> Pro SP3 box.
>>>>> Event viewer records:
>>>>>
>>>>> The computer has rebooted from a bugcheck. The bugcheck was:
>>>>> 0x1000000a (0x00000014, 0x00000002, 0x00000000, 0x804f05de). A
>>>>> dump was saved in: C:\WINDOWS\Minidump\Mini090408-01.dmp.
>>>>>
>>>>> I need a plan to solve this. Google hasn't been my friend on this
>>>>> one ;-<
>>>>>
>>>>> Thanks,
>>>>> Mike