[Mono-bugs] [Bug 51607][Wis] New - assertion failure in mini-ppc.c:1500

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Dec 2003 15:49:43 -0500 (EST)


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 jeroen@xs4all.nl.

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

--- shadow/51607	2003-12-02 15:49:42.000000000 -0500
+++ shadow/51607.tmp.23368	2003-12-02 15:49:42.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 51607
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: linux/ppc
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Jeroen@xs4all.nl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: assertion failure in mini-ppc.c:1500
+
+I just built mono from (anon)cvs HEAD on linux/ppc (Yellowdoglinux). When i
+try and build mcs, i get the following error:
+
+MONO_PATH="../../../class/lib:$MONO_PATH" mono  ../../../mcs/mcs.exe
+/r:mscorlib.dll  -d:NET_1_1 -g /noconfig  /target:library
+/out:../../../class/lib/I18N.dll @I18N.dll.sources
+ 
+** (../../../mcs/mcs.exe:17389): WARNING **: Using non-atomic functions!
+ 
+** ERROR **: file mini-ppc.c: line 1500 (get_register_spilling): assertion
+failed: (regmask)
+aborting...
+
+Lupus: anything else i can do that will help you debug this? Are there any
+tests i can run instead of running the full mcs code?