http://bugzilla.novell.com/show_bug.cgi?id=491191
http://bugzilla.novell.com/show_bug.cgi?id=491191#c3 --- Comment #3 from Robert Jordan <[email protected]> 2010-07-21 13:20:08 UTC --- Created an attachment (id=377469) --> (http://bugzilla.novell.com/attachment.cgi?id=377469) Patch for Mono 2.6 The patch is fixing mono_unhandled_exception () to exit() if such an uncaught exception != ThreadAbortException has occurred in a thread != main_thread. This seems to be what MS does. I've debugged their behavior and it seems that they just ExitProcess() on Windows. The patch is for Mono 2.6. The threadpool.c portion will most likely not apply to trunk. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
