Stop Error IRQL_NOT_LESS_OR_EQUAL (0xA)

D

Dannys

Trying to load win application on ibm thinkpad laptop
with win2000 128mb ram
receving the following error with blue screen of death.
Machine reboots. I though it was conflict with video
driver. So I rebooted in standard VGA Mode but the same
error occured.
Did a memory dump.Showed no problems indicated.
Having no trouble with any other programs load.
 
M

Mike Brown

Dannys said:
Trying to load win application on ibm thinkpad laptop
with win2000 128mb ram
receving the following error with blue screen of death.
Machine reboots. I though it was conflict with video
driver. So I rebooted in standard VGA Mode but the same
error occured.
Did a memory dump.Showed no problems indicated.
Having no trouble with any other programs load.

Here's an explanation from the Microsoft support site:

http://www.microsoft.com/resources/...Windows/XP/all/reskit/en-us/prmd_stp_hwpg.asp

It's for Windows XP but most of it applies to 2K also.

This other explanation is a bit on the technical side. It was originally
taken from the MSDN site, but the link is dead and I can't seem to find the
new one.


SUMMARY
=======

This article describes how to use a sample debugging session to determine
which specific driver is causing the following error message:

Stop Error IRQL_NOT_LESS_OR_EQUAL (0xA)

SYMPTOMS
========

After you install a driver, the system stops responding and you receive the
following error message in nt!KiActivateWaiterQueue+0x27:

Stop Error IRQL_NOT_LESS_OR_EQUAL (0xA)

The initial stack trace indicates that the problem is in the Fast Fat
driver.

CAUSE
=====

This problem typically occurs because drivers call either the
IoQueueWorkItem() function or the ExQueueWorkItem() function two times on
the same work item before the work item has been executed.

Device drivers that statically allocate either the IO_WORKITEM structure or
the WORK_QUEUE_ITEM structure are particularly prone to this problem. Device
drivers that perform such a static allocation must guarantee that they do
not try to use the statically allocated item while it is already queued.



--

Mike Brown
Asset Forwarding Corp.
EPA-compliant Recycling
DoD 5220.22-M Data Elimination
http://www.assetforwarding.com
 
P

Pavel A.

Dannys said:
Machine reboots. I though it was conflict with video
driver. So I rebooted in standard VGA Mode but the same
error occured.

Have you visited the Thinkpad support forum on pc.ibm.com ?
They are very helpful... and this is the support you've paid for.
--PA
 

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