re: After I started using RAID...
Wednesday, March 19, 2003 at 7:10 am Windows XP Annoyances Discussion Forum
Posted by hetzer
(1 messages posted)
The error message "IRQL_not_less_or_equal" occurs if a kernel process or kernel driver
tries to write to a wrong adress, which it has no writing acces to.
To find out what driver causes that BSOD you have to examine the error message:
STOP 0x0000000A(0xZZZZZZZZ,0xYYYYYY,0xXXXXXXXX,0xVVVVVVVV)
IRQL_not_less_or_equal
** Address 0xVVVVVVVV has base at [address} - [driver]
Parameter 0xZZZZZZZZ: wrong adress pointed to
Parameter 0xYYYYYYYY: IRQL that was needed to access to the memory
Parameter 0xXXXXXXXX: type of access (0=read; 1=write)
Parameter 0xVVVVVVVV: address of instruction, that tried to access to the memory
If the last parameter (0xVVVVVVVV) is between a hardware driver of the system, then
you know what driver it was, when memory was accessed. This driver is often found
in the third line of the "STOP-Screen".
|
All messages in this thread [show all]
 |  |  |  |  |  | re: After I started using RAID... (hetzer: Wed, Mar 19, 2003, 7:10 am) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|