BUG: GetCommProperties Leaks a HandleLast reviewed: December 16, 1996Article ID: Q139657 |
The information in this article applies to:
SYMPTOMSRepeated calls to GetCommProperties cause the process handle count to increase and never decrease. This can be detected by running PerfMon. This eventually causes system failures.
RESOLUTIONTo work around this problem, don't call GetCommProperties repeatedly. Call GetCommProperties once, and then store the result for use later. If you must repeatedly call GetCommProperties, you should periodically exit the process and restart. You may want to create a separate, short-lived process to get the desired information and communicate it to the main process by using IPC methods.
STATUSMicrosoft has confirmed this to be a bug. This has been fixed with release of Windows NT version 4.0.
|
KBCategory: kbprg kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |