[Mono-bugs] [Bug 63127][Nor] New - Problem while building mono on windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 16 Aug 2004 06:15:52 -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 ksathyasudha@novell.com.

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

--- shadow/63127	2004-08-16 06:15:52.000000000 -0400
+++ shadow/63127.tmp.13120	2004-08-16 06:15:52.000000000 -0400
@@ -0,0 +1,70 @@
+Bug#: 63127
+Product: Mono: Runtime
+Version: unspecified
+OS: Windows XP (Cygwin)
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ksathyasudha@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem while building mono on windows
+
+Description of Problem:
+Mono/mcs build with GC fails on cygwin (on windows XP). (Was able to 
+build mono and mcs by disabling gc)
+
+Steps to reproduce the problem:
+1. cvs -z3 co mono mcs
+2. cd mono
+3. ./autogen.sh --prefix=/usr/local --with-gc=boehm CPPFLAGS=-
+I/usr/local/include LDFLAGS=-L/usr/local/lib
+4. make
+5. make install
+6. cd ../mcs
+7. make (this step fails with the error below)
+
+Actual Results:
+(After building and installing mono runtime,)'make' under mcs throws the 
+following error :
+.
+.
+.
+Unhandled Exception: System.NullReferenceException: Object reference not 
+set to an instance of an object
+Signal 127
+make[1]: *** 
+[../../class/lib/default/Mono.CompilerServices.SymbolWriter.dll] Error 255
+make[1]: Leaving 
+directory /home/sudha/build/20040813/mcs/class/Mono.CSharp.Debugger'
+make: *** [all.real] Error 2
+
+
+Expected Results:
+
+
+How often does this happen? 
+Always.
+
+Additional Information:
+Stack trace :
+.
+.
+.
+Starting 
+program: /usr/local/bin/mono.exe ../../mcs/mcs.exe/nologo /optimize -d:
+NET_1_1 -
+d:ONLY_1_1 /debug+ /debug:full /noconfig /r:mscorlib.dll /target:library /
+out:Mono.CompilerServices.SymbolWriter.dll 
+@../../build/deps/default_Mono.Com
+pilerServices.SymbolWriter.dll.response
+
+Program received signal SIGSEGV, Segmentation fault.
+mono_gc_init () at gc.c:667
+667             GC_no_dls = TRUE;