Bug Check Codes


Windows Driver Kit: Driver Development Tools
Bug Check 0xFE: BUGCODE_USB_DRIVER

The BUGCODE_USB_DRIVER bug check has a value of 0x000000FE. This indicates that an error has occurred in a Universal Serial Bus (USB) driver.

Parameters

The four bug check parameters are displayed on the blue screen. Parameter 1 identifies the type of violation.

Parameter 1Parameter 2Parameter 3Parameter 4Cause of Error
0x1ReservedReservedReservedAn internal error has occurred in the USB stack.
0x2Address of the pending IRPAddress of the IRP that was passed inAddress of the USB request block (URB) that caused the errorThe USB client driver has submitted a URB that is still attached to another IRP that is pending in the bus driver.
0x3ReservedReservedReservedThe USB miniport driver has generated a bug check. This usually happens in response to a catastrophic hardware failure.
0x4Address of the IRPAddress of the URBReservedThe caller has submitted an IRP that is already pending in the USB bus driver.
0x5Device extension pointer of the host controllerPCI vendor, product id for the controllerPointer to endpoint data structureA hardware failure has occurred due to a bad physical address found in a hardware data structure. This is not due to a driver bug.
Ox6Object addressSignature that was expectedReservedAn Internal data structure (object) has been corrupted.
0x7Pointer to usbport.sys debug logMessage stringFile namePlease consult the provided message string for details.
0x8Reserved TypeReservedReservedReserved

Cause

See the description of each code in the Parameters section for an explanation of the cause.


Send feedback on this topic
Built on October 01, 2009
Page view tracker