[Mono-bugs] [Bug 75676][Min] New - make fails due to something segfaulting

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 31 05:57:05 EDT 2005


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 jon at kiwiuk.net.

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

--- shadow/75676	2005-07-31 05:57:05.000000000 -0400
+++ shadow/75676.tmp.14868	2005-07-31 05:57:05.000000000 -0400
@@ -0,0 +1,77 @@
+Bug#: 75676
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Slackware 10.1 with Dropline GNOME 2.10.2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jon at kiwiuk.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: make fails due to something segfaulting
+
+Description of Problem: after doing "./configure" on the mono 1.1.8.3
+sources, running make runs through to a point, then dumps this error and fails:
+
+make all-local
+make[9]: Entering directory
+`/home/jonathan/downloads/src/mono-1.1.8.3/mcs/class/Microsoft.VisualBasic/Test/standalone'
+make[9]: Leaving directory
+`/home/jonathan/downloads/src/mono-1.1.8.3/mcs/class/Microsoft.VisualBasic/Test/standalone'
+make[8]: Leaving directory
+`/home/jonathan/downloads/src/mono-1.1.8.3/mcs/class/Microsoft.VisualBasic/Test/standalone'
+make all-local
+make[8]: Entering directory
+`/home/jonathan/downloads/src/mono-1.1.8.3/mcs/class/Microsoft.VisualBasic'
+MONO_PATH="../../class/lib/default:$MONO_PATH" 
+/home/jonathan/downloads/src/mono-1.1.8.3/runtime/monodis-wrapper
+fixup/default/Microsoft.VisualBasic.dll > fixup/default/t1 || { rm -f
+fixup/default/t1; exit 1; }
+/bin/sh: line 1:  5422 Segmentation fault     
+MONO_PATH="../../class/lib/default:$MONO_PATH"
+/home/jonathan/downloads/src/mono-1.1.8.3/runtime/monodis-wrapper
+fixup/default/Microsoft.VisualBasic.dll >fixup/default/t1
+make[8]: *** [fixup/default/Microsoft.VisualBasic.il] Error 1
+make[8]: Leaving directory
+`/home/jonathan/downloads/src/mono-1.1.8.3/mcs/class/Microsoft.VisualBasic'
+make[7]: *** [do-all] Error 2
+make[7]: Leaving directory
+`/home/jonathan/downloads/src/mono-1.1.8.3/mcs/class/Microsoft.VisualBasic'
+make[6]: *** [all-recursive] Error 1
+make[6]: Leaving directory
+`/home/jonathan/downloads/src/mono-1.1.8.3/mcs/class'
+make[5]: *** [all-recursive] Error 1
+make[5]: Leaving directory `/home/jonathan/downloads/src/mono-1.1.8.3/mcs'
+make[4]: *** [profile-do--default--all] Error 2
+make[4]: Leaving directory `/home/jonathan/downloads/src/mono-1.1.8.3/mcs'
+make[3]: *** [profiles-do--all] Error 2
+make[3]: Leaving directory `/home/jonathan/downloads/src/mono-1.1.8.3/mcs'
+make[2]: *** [all-local] Error 2
+make[2]: Leaving directory `/home/jonathan/downloads/src/mono-1.1.8.3/runtime'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/home/jonathan/downloads/src/mono-1.1.8.3'
+make: *** [all] Error 2
+
+
+Actual Results:
+make fails
+
+
+Expected Results:
+make to complete successfully
+
+
+How often does this happen? 
+Every time, since 1.1.7 was released.
+
+
+Additional Information:
+Catch: I know at least one person has compiled mono without a problem on
+Slackware 10.1 with DLG but they are using a custom glibc... something I
+thought would make a difference.


More information about the mono-bugs mailing list