[Mono-bugs] [Bug 350649] [PPC] Unhandled Exception: System.ExecutionEngineException: SIGILL

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 26 15:49:42 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=350649

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=350649#c6





--- Comment #6 from Zoltan Varga <vargaz at gmail.com>  2007-12-26 13:49:41 MST ---
Sorry about that. For 1.2.6 apply the following patch as well:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Index: tramp-ppc.c
===================================================================
--- tramp-ppc.c (revision 91816)
+++ tramp-ppc.c (working copy)
@@ -261,8 +261,6 @@
                        tramp_handler = mono_aot_trampoline;
                else if (tramp_type == MONO_TRAMPOLINE_AOT_PLT)
                        tramp_handler = mono_aot_plt_trampoline;
-               else if (tramp_type == MONO_TRAMPOLINE_DELEGATE)
-                       tramp_handler = mono_delegate_trampoline;
                else
                        tramp_handler = mono_magic_trampoline;
                ppc_lis  (buf, ppc_r0, (guint32) tramp_handler >> 16);
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


-- 
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