The information in this article applies to:
SYMPTOMSWhen the process ID (PID) of any given process exceeds 65,535 bytes, Win32k.sys generates the following blue screen error message: NOTE: The first parameter will always be 0xc0000005 and the second parameter will always fall within the memory range of Win32k.sys. CAUSE
When a process terminates, Win32k.sys must release structures allocated by that process. Win32k.sys tracks these structures by PID number. The driver Win32k.sys only supports PID numbers less than 65,535 bytes. RESOLUTIONTo resolve this problem, obtain the latest service pack for Windows NT 4.0 or
the individual software update. For information on obtaining the
latest service pack, please go to:
-or- http://www.microsoft.com/support/supportnet/overview/overview.asp STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was first corrected in Windows NT 4.0 Service Pack 6. MORE INFORMATION
After you install the hotfix, if you attempt to create a process with an ID greater than 64,000 bytes, the following pop-up error message is displayed and the process create does not work: To find the process that is not releasing thread handles, use Performance Monitor to find a process with a high handle count. Additional query words:
Keywords : kbbug4.00 kbfix4.00 |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |