I get this “Blue Screen” error sometimes and the computer shuts down.
I have written a serial port driver and installed the same. I am also
running a daemon (application) that reads data from this serial port
device thru the driver.
I get this error once in a while.
Any clue as to why this may be happenning ?
What exactly does “MULTIPLR_IRP_REQUESTS_COMPLETED” mean ?
Thanx
Kiran
Surprisingly enough, MULTIPLR_IRP_REQUESTS_COMPLETED means that your driver
managed to either complete the same IRP instance more than once, or convince
some other driver or the IO manager to provide the second and offending
completion. Your driver is at fault. Go here:
http://www.microsoft.com/whdc/hwdev/driver/kb-drv.mspx and read Q320275 and
Q326315 and Q191813. Run driver verifier against your driver. It is
generally very good at spotting these sorts of plumbing errors.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@wipro.com
Sent: Monday, December 15, 2003 6:13 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] MULTIPLE_IRP_REQUESTS_COMPLETED
I get this “Blue Screen” error sometimes and the computer shuts down.
I have written a serial port driver and installed the same. I
am also running a daemon (application) that reads data from
this serial port device thru the driver.
I get this error once in a while.
Any clue as to why this may be happenning ?
What exactly does “MULTIPLR_IRP_REQUESTS_COMPLETED” mean ?
Thanx
Kiran
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as:
xxxxx@hollistech.com To unsubscribe send a blank email to
xxxxx@lists.osr.com
Mismatched IoMarkIrpPending and STATUS_PENDING return is the most probably
cause.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Monday, December 15, 2003 2:12 PM
Subject: [ntdev] MULTIPLE_IRP_REQUESTS_COMPLETED
> I get this “Blue Screen” error sometimes and the computer shuts down.
>
> I have written a serial port driver and installed the same. I am also
> running a daemon (application) that reads data from this serial port
> device thru the driver.
>
> I get this error once in a while.
> Any clue as to why this may be happenning ?
>
> What exactly does “MULTIPLR_IRP_REQUESTS_COMPLETED” mean ?
>
> Thanx
> Kiran
>
>
>
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>