[Mono-bugs] [Bug 72824][Wis] Changed - [PPC} SIGILL on G3 compiling Microsoft.VisualBasic.dll

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 18:11:23 -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 grompf@sublimeintervention.com.

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

--- shadow/72824	2005-02-21 21:39:58.000000000 -0500
+++ shadow/72824.tmp.25607	2005-02-22 18:11:23.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 72824
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: ubuntu 4.10 ppc
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: VB Runtime
+Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sven@gnuwhv.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: trying to install mono - compilation failed in mcs/class/Microsoft.VisualBasic
+Summary: [PPC} SIGILL on G3 compiling Microsoft.VisualBasic.dll
 
 Description of Problem:
 I'm trying to install mono-1.1.4. with  ./configure --prefix=/usr/local
 --with-jit=yes && make.
 The compilation fails in the directory mcs/classMicrosoft.VisualBasic with
 the following exception: 
@@ -130,6 +130,30 @@
 -kangaroo
 
 
 ------- Additional Comments From sven@gnuwhv.de  2005-02-21 21:39 -------
 I'm using an apple-ibook with a G3 processor ...
 mono-1.0.6 compiles cleanly on it.  
+
+------- Additional Comments From grompf@sublimeintervention.com  2005-02-22 18:11 -------
+paco has confirmed this bug on his (g3) computer as well.
+
+I cannot confirm this bug on a G4
+
+G4 Output:
+MONO_PATH="../../class/lib/default:$MONO_PATH" mono  ../../class/lib/default/mcs.exe   
+-d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:
+System.Windows.Forms.dll @Microsoft.VisualBasic.dll.resources -codepage:65001 /target:
+library /out:../../class/lib/default/Microsoft.VisualBasic.dll  
+@Microsoft.VisualBasic.dll.sourcesMONO_PATH="../../class/lib/
+net_1_1_bootstrap/:$MONO_PATH" mono  ../../class/lib/net_1_1_bootstrap/sn.exe -q -R 
+../../class/lib/default/Microsoft.VisualBasic.dll ../../class/mono.snk
+Assembly ../../class/lib/default/Microsoft.VisualBasic.dll signed.
+
+Paco indicated that he'll give me ssh access to dig into this bug to his g3.
+
+Additionally a user "EY" from mono appears to have found another testcase that exhibits 
+this behaviour on G3 and will attach it here.
+
+-kangaroo
+
+(Updated topic & product to be appropriate)