[Mono-bugs] [Bug 325507] Unhandled exception changes make xsp2 quit
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Sep 18 08:49:53 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=325507#c2
--- Comment #2 from Daniel Nauck <dna at informatik.uni-kiel.de> 2007-09-18 06:49:53 MST ---
Patch from Massi:
Index: mono/mini/mini.c
===================================================================
--- mono/mini/mini.c (Revision 85966)
+++ mono/mini/mini.c (Arbeitskopie)
@@ -8927,7 +8927,8 @@
/* handle_remove should be eventually called for this thread, too
g_free (jit_tls);*/
- if (mono_runtime_unhandled_exception_policy_get () ==
MONO_UNHANLED_POLICY_LEGACY) {
+ if ((mono_runtime_unhandled_exception_policy_get () ==
MONO_UNHANLED_POLICY_LEGACY) ||
+ (obj->vtable->klass == mono_defaults.threadabortexception_class)) {
mono_thread_exit ();
} else {
exit (mono_environment_exitcode_get ());
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list