Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Bug Check Codes
 Bug Check 0xE4: WORKER_INVALID
Windows Driver Kit: Driver Development Tools
Bug Check 0xE4: WORKER_INVALID

The WORKER_INVALID bug check has a value of 0x000000E4. This indicates that memory that should not contain an executive worker item does contain such an item, or that a currently active worker item was queued.

Parameters

The following parameters are displayed on the blue screen. Parameter 1 indicates the code position.

Parameter 1Parameter 2Parameter 3Parameter 4Cause of Error
0x0Address of worker item Start of pool block End of pool block An active worker item was freed.
0x1Address of worker item Queue number 0An active worker item was queued.
0x2Address of worker item Address of I/O worker routine 0A queued I/O worker item was freed.
0x3Address of worker item Address of invalid object 0An attempt was made to initialize an I/O worker item with an invalid object.

Cause

This is usually caused by a driver freeing memory which still contains an executive worker item.


Send feedback on this topic
Built on October 01, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker