[Mono-bugs] [Bug 58279][Nor] Changed - 0.91: PowerPC JIT SIGILLs when building libs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 21 May 2004 11:08:33 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58279
--- shadow/58279 2004-05-14 12:55:56.000000000 -0400
+++ shadow/58279.tmp.32312 2004-05-21 11:08:33.000000000 -0400
@@ -418,6 +418,9 @@
You may change sigill_signal_handler() in mini/mini.c
to print to a file the contents of the ucontext. You need to
cast the ctx pointer to a struct ucontext *uc and then dump the
registers inside the uc->uc_mcontext.uc_regs->gregs array.
Take the value of uc->uc_mcontext.uc_regs->gregs [PT_NIP]
and dump also the memory at that address (+/- about 64 bytes).
+
+------- Additional Comments From miguel@ximian.com 2004-05-21 11:08 -------
+Uli, can we get ssh access to this host?