[Mono-bugs] [Bug 325507] Unhandled exception changes make xsp2 quit
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Sep 19 13:56:17 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=325507#c4
Jan Oravec <jan.oravec at 6com.sk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jan.oravec at 6com.sk
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Jan Oravec <jan.oravec at 6com.sk> 2007-09-19 11:56:16 MST ---
There is a typo in r86014 patch. It should be '==' instead of '!='.
--- mono/mini/mini.c (revision 86023)
+++ mono/mini/mini.c (working copy)
@@ -8928,7 +8928,7 @@
g_free (jit_tls);*/
if ((mono_runtime_unhandled_exception_policy_get () ==
MONO_UNHANLED_POLICY_LEGACY) ||
- (obj->vtable->klass !=
mono_defaults.threadabortexception_class)) {
+ (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