The information in this article applies to:
SYMPTOMSValueadd.sys causes a blue screen to occur when a Win32 application tries to do a CreateFile() call to it. CAUSEThe reason the blue screen occurs is because Valueadd.sys tries to complete the same IRP twice. RESOLUTIONValueadd.sys is calling IoCompleteRequest twice on the same irp. Inside of VA_CreateClose (if unmodified), the code is as follows:
This code needs to be changed to the following [adding the return (status)
line]:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words: bluescreen
Keywords : kbDDK kbKMode kbWinOS98 kbGrpWin9xDDK |
Last Reviewed: May 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |