[Mono-bugs] [Bug 491191] Unhandled Exceptions thrown in Threads seem to be ignored. .NET difference

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 21 09:20:08 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=491191

http://bugzilla.novell.com/show_bug.cgi?id=491191#c3


--- Comment #3 from Robert Jordan <robertj at gmx.net> 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.


More information about the mono-bugs mailing list