[Mono-bugs] [Bug 58279][Nor] Changed - 0.91: PowerPC JIT SIGILLs when building libs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 18:03:32 -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-10 11:42:17.000000000 -0400
+++ shadow/58279.tmp.10592 2004-05-10 18:03:32.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 58279
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: uli@suse.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: 0.91: PowerPC JIT SIGILLs when building libs
[...]
make[1]: Entering directory `/usr/src/packages/BUILD/mcs-0.91/mcs'
../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay > jay-tmp.out && mv
jay-tmp.out cs-parser.cs
@@ -336,6 +335,16 @@
cs-parser.cs(880) error CS8025: Parsing error
Compilation failed: 31 error(s), 0 warnings
make[1]: *** [mcs.exe] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/mcs-0.91/mcs'
make: *** [mcs-tree-safe-build] Error 2
+
+------- Additional Comments From miguel@ximian.com 2004-05-10 18:03 -------
+What PowerPC machine is that?
+
+We are running it on Linux/PPC and MacOS X, on G4 and G5 machines
+respectively with both calling conventions.
+
+Maybe this machine uses a different calling convention?
+
+It dies early enough to point to a different kind of OS.