[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, 14 May 2004 12:40:34 -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 uli@suse.de.
http://bugzilla.ximian.com/show_bug.cgi?id=58279
--- shadow/58279 2004-05-13 11:01:09.000000000 -0400
+++ shadow/58279.tmp.8304 2004-05-14 12:40:33.000000000 -0400
@@ -400,6 +400,15 @@
(run with mono -v so we can see which method the IP belongs to).
The cache hint may be helpful, too: could you try changing
MIN_CACHE_LINE in mono/mono/mini-ppc.c to 4 (from 8), recompile and
retry? You may also want to try mono from cvs: there were a number of
updates since the release.
Thanks.
+
+------- Additional Comments From uli@suse.de 2004-05-14 12:40 -------
+GDB dies straight away, confused by the presence of more than one
+thread, so I can't see where the incriminated instruction resides. I
+tried qemu-ppc, but it's not good enough to run mono yet. Any other
+suggestions on how it may be possible to find out the address?
+
+Lowering MIN_CACHE_LINE did not help, nor did trying a CVS snapshot;
+same problem there.