https://bugzilla.novell.com/show_bug.cgi?id=325507#c4


Jan Oravec <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #4 from Jan Oravec <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to