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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
