ebisse
June 11th, 2003, 02:45 PM
Does Anyone has experienced a bleu screen of dead with this
message code?
Stop 0x00000044 (0x80509E38,0x00000000,0x00000000,0x00000000)
TRX Windows NT stopped calling RTSS shutting handlers (please wait)
Mick
June 11th, 2003, 05:57 PM
Hmm hmm hmm, as you can see it's a nasty one. Anything change recently? adding drivers/devices...what not?
A driver has called IoCompleteRequest to ask that an IRP be completed, but the packet has already been completed.
This is a tough bug to find because the simplest case — a driver that attempted to complete its own packet twice — is usually not the source of the problem. More likely, two separate drivers each believe that they own the packet, and each has attempted to complete it. The first request succeeds, and the second fails, resulting in this bug check.
Tracking down which drivers in the system caused the error is difficult, because the trail of the first driver has been covered by the second.
You might attach windbg in kernel mode and see if you can get some debug output before the bugcheck, or at the min type !analyze -v