[Mono-bugs] [Bug 332206] System.Threading.Timer stop on excecption in callback method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 15 14:16:01 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=332206#c6


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |gert.driesen at pandora.be




--- Comment #6 from Gert Driesen <gert.driesen at pandora.be>  2007-10-15 12:16:00 MST ---
Yes, on MS the stack trace is printed. 

On .NET 1.1, the stacktrace of any unhandled exception occurring on a separate
thread is written to the console.

In .NET 2.0, by default an unhandled exception on a separate thread will kill
the main thread. This can be configured using the
<legacyUnhandledExceptionPolicy enabled="1"/> element.

The Mono implementation matches this, AFAIK.

For more info, see:
http://lists.ximian.com/pipermail/mono-devel-list/2007-August/024748.html 


-- 
Configure bugmail: https://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