Debugging Tools for Windows |
The INCONSISTENT_IRP bug check has a value of 0x0000002A. This indicates that an IRP was found to contain inconsistent information.
The following parameters are displayed on the blue screen.
Parameter | Description |
---|---|
1 | The address of the IRP that was found to be inconsistent |
2 | Reserved |
3 | Reserved |
4 | Reserved |
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.
This bug check code is not currently being used in the system, but exists for debugging purposes.