[Mono-bugs] [Bug 66100][Wis] New - Unhandled exceptions when trying to build MCS

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 11:10:13 -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 czimman@bloomberg.com.

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

--- shadow/66100	2004-09-16 11:10:12.000000000 -0400
+++ shadow/66100.tmp.4643	2004-09-16 11:10:13.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 66100
+Product: Mono: Compilers
+Version: unspecified
+OS: SUSE 9.1
+OS Details: 64 bit kernel/userland
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: czimman@bloomberg.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unhandled exceptions when trying to build MCS
+
+When compiling MCS during the first pass of compiling the class libraries, 
+the compile will often fail:
+
+make all-local
+make[4]: Entering directory `/home/czimman/Mono/mcs/class/System.Data'
+MONO_PATH="../../class/lib/default:$MONO_PATH" mono  ../../mcs/mcs.exe   -
+d:NET_1_1 -d:ONLY_1_1 -
+g /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 /nowarn:1595 /r
+:mscorlib.dll /r:../../class/lib/default/System.dll /r:System.Xml.dll /r:Sy
+stem.EnterpriseServices.dll /r:Mono.Data.Tds.dll /target:library /out:../..
+/class/lib/default/System.Data.dll @System.Data.dll.sources
+
+Unhandled Exception: System.NullReferenceException: Object reference not 
+set to an instance of an object
+make[4]: *** [../../class/lib/default/System.Data.dll] Error 1
+
+Make will pass this step on the second attempt, but will fail on the next 
+one.  This is not unique to any dll, it seems to happen with almost all of 
+them, but always seems to work on the 2nd attempt.
+
+Versions:
+
+Mono JIT compiler version 1.1.1.20040915, (C) 2002-2004 Novell, Inc and 
+Contributors. www.go-mono.com
+        TLS:           __thread
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV      : normal
+        Globalization: none
+
+Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/specs
+Configured with: ../configure --enable-threads=posix --prefix=/usr --with-
+local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man -
+-enable-languages=c,c++,f77,objc,java,ada --disable-checking --
+libdir=/usr/lib64 --enable-libgcj --with-gxx-include-dir=/usr/include/g++ -
+-with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-
+__cxa_atexit x86_64-suse-linux
+Thread model: posix
+gcc version 3.3.3 (SuSE Linux)