[Mono-bugs] [Bug 72741][Maj] Changed - thread handles leak
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 11:22:20 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72741
--- shadow/72741 2005-04-19 01:55:12.000000000 -0400
+++ shadow/72741.tmp.27593 2005-04-19 11:22:20.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 72741
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: DUPLICATE
+Status: REOPENED
+Resolution:
Severity: Unknown
-Priority: Wishlist
+Priority: Major
Component: io-layer
AssignedTo: dick@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: ** ERROR **: file handles.c: line 634 (_wapi_handle_ref): should not be reached
+Summary: thread handles leak
The above assertion happens after a bit of time on:
using System;
using System.Threading;
@@ -49,6 +49,11 @@
}
------- Additional Comments From gonzalo@ximian.com 2005-04-19 01:55 -------
Looks like the same problem: the shared handles file needs to grow.
*** This bug has been marked as a duplicate of 71274 ***
+
+------- Additional Comments From lupus@ximian.com 2005-04-19 11:22 -------
+It looks like in this case the thread objects are not collected
+(either the runtime or the io-layer parts of it).
+Different bug than 71274.