Bug Check 0x2A: INCONSISTENT_IRP
The INCONSISTENT_IRP bug check has a value of 0x0000002A. This indicates that an IRP was found to contain inconsistent information.
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
INCONSISTENT_IRP Parameters
Parameter | Description |
---|---|
1 |
The address of the IRP that was found to be inconsistent |
2 |
Reserved |
3 |
Reserved |
4 |
Reserved |
Cause
An IRP was discovered to be in an inconsistent state. Usually this means some field of the IRP was inconsistent with the remaining state of the IRP. An example would be an IRP that was being completed, but was still marked as being queued to a driver's device queue.
Remarks
This bug check code is not currently being used in the system, but exists for debugging purposes.