Open Handles Cause STOP 0x0000001E or STOP 0x00000024ID: Q195857
|
While shutting down an application the system may stop with a STOP 0x0000001E or STOP 0x00000024 error message. In the case of the STOP 0x0000001E the first parameter will always be C0000005.
This problem occurs when an application opens a lot of handles but never closes them. This has been seen when an application continually opens a registry key but never closes it. When the application is closed the system attempts to close all of the keys but runs out of system resources while doing it.
To resolve this problem, the application has to be modified to close the
registry key when it is done with it.
Additional query words: blue screen bluescreen 0x1E 0x24
Keywords :
Version : WinNT:4.0
Platform : winnt
Issue type : kbprb
Last Reviewed: February 23, 1999