[Mono-bugs] [Bug 78739][Min] Changed - leaking tls data

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 11 18:03:21 EDT 2006


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 dick at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78739

--- shadow/78739	2006-07-15 16:38:04.000000000 -0400
+++ shadow/78739.tmp.11311	2006-10-11 18:03:21.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 78739
 Product: Mono: Runtime
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: JIT
 AssignedTo: dick at ximian.com                            
 ReportedBy: joe at otee.dk               
@@ -375,6 +375,14 @@
 +                               mono_thread_detach(gc_thread);
 
 why is this needed ?
 - the call to mono_thread_pool_cleanup () in mini.c. That is already
 called from mono_thread_managed () in threads.c.
 
+
+------- Additional Comments From dick at ximian.com  2006-10-11 18:03 -------
+I haven't had time to figure out a way to do the io-layer cleanup
+without introducing non-w32 api, but I'll think of something.
+
+I've also had to delete a few of the DeleteCriticalSection calls as
+they introduced race conditions with critical sections that were in
+use at the time.  This will also need to be thoroughly audited.


More information about the mono-bugs mailing list