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=82840 --- shadow/82840 2007-09-13 13:14:41.000000000 -0400 +++ shadow/82840.tmp.20538 2007-09-13 15:43:16.000000000 -0400 @@ -26,6 +26,21 @@ <runtime> <legacyUnhandledExceptionPolicy enabled="1"/> </runtime> </configuration> the problem is gone. + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-13 15:43 ------- +Thinking about it, this seems the intended behavior. + +In .NET 1.1, unhandled exceptions kill the thread and are ignored. +In .NET 2.0 (xsp2), they kill the while process, unless you specify +you want the legacy behavior. +So, I'm almost sure there's an unhandled exception somewhere... + +Please add an "unhandled exception handler" to the root appdomain, +and-or to the appdomain involved in the problem (the event is +"UnhandledException", and the root appdomain would be better (its +handler is called in any case). +This will give you a chance to print the exception (inside the +handler). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
