[Mono-bugs] [Bug 34263][Maj] Changed - mono hangs after an unhandled exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Nov 2002 16:30:22 -0000
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34263
--- shadow/34263 Tue Nov 19 11:16:17 2002
+++ shadow/34263.tmp.5531 Tue Nov 19 11:30:22 2002
@@ -50,6 +50,11 @@
The problem is caused by calling pthread_exit() in the main thread.
If there are any other threads still running, it will block.
I can fix this and 34268 by running Main in its own thread, like I
suggested ages ago, but you aren't going to like that :)
+
+------- Additional Comments From dick@ximian.com 2002-11-19 11:30 -------
+Also, if this is holding up the release, then just make mono_gc_init()
+unconditionally return without doing anything. Finalization will be
+dodgy, but no worse than it has always been.