Stop 0x0000000A or IRQL_NOT_LESS_OR_EQUAL

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

On My Xp embedded some times i see the error : Stop 0x0000000A or
IRQL_NOT_LESS_OR_EQUAL

The four parameters of this stop error are:

1) Memory address that was improperly referenced = 200
2) IRQL that was required to access the memory = 2
3) Type of access (0x00000000 = read operation, 0x00000001 = write
operation) = 0
4) Address of the instruction that attempted to reference memory specified
in parameter 1 = 804DE1F9

How can I determine which device driver was running when the memory access
occurred?

Regards
Gianluca
 
Gianluca,

Do you have EWF running on your image?
If you do, make sure to apply the latest QFEs to it. (especially if you are on XPe RTM or early SP1)
On My Xp embedded some times i see the error : Stop 0x0000000A or
IRQL_NOT_LESS_OR_EQUAL

The four parameters of this stop error are:

1) Memory address that was improperly referenced = 200
2) IRQL that was required to access the memory = 2
3) Type of access (0x00000000 = read operation, 0x00000001 = write
operation) = 0
4) Address of the instruction that attempted to reference memory specified
in parameter 1 = 804DE1F9

How can I determine which device driver was running when the memory access
occurred?

KD/WinDbg.

Or you can set up memory dump on your image and analyze it offline after the BSOD happened.
 
sir please tell me how to solve this problem bcoz i m unable to understand
wat is the exact problem i am anable to install windows xp and my all works
are held up due to this problem
 
Back
Top