[Mono-bugs] [Bug 58279][Nor] Changed - 0.91: PowerPC JIT SIGILLs when building libs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 07:49: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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58279

--- shadow/58279	2004-05-11 07:00:16.000000000 -0400
+++ shadow/58279.tmp.17599	2004-05-11 07:49:34.000000000 -0400
@@ -349,6 +349,16 @@
 
 It dies early enough to point to a different kind of OS.
 
 ------- Additional Comments From uli@suse.de  2004-05-11 07:00 -------
 This build ran on a 4-way Power4+ machine, Linux/PPC kernel 2.6.5 
 (ppc64). 
+
+------- Additional Comments From lupus@ximian.com  2004-05-11 07:49 -------
+Is it running as a 32 bit app or as a 64 bit one? If the latter, I'm
+surprised it got that far, since we never tested on ppc64 (though I
+wrote most of the code with the port in mind, there are several places
+that will need work). If it is running as a 32 bit app, we'd like more
+information, like the dump of running mcs with mono -v -v mcs.exe ...
+You may want to try with simpler files, to see if it can compile
+those, too. Or try running make test in mono/mono/tests (maybe with
+the tests compiled on a x86 or ppc32 box).