[Mono-bugs] [Bug 46363][Wis] New - mcs gives sigsegv (mini:6676)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 15 Jul 2003 03:47:42 -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 richard.torkar@htu.se.

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

--- shadow/46363	Tue Jul 15 03:47:42 2003
+++ shadow/46363.tmp.29855	Tue Jul 15 03:47:42 2003
@@ -0,0 +1,45 @@
+Bug#: 46363
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: Same behaviour in Gentoo and RH9
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: richard.torkar@htu.se               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs gives sigsegv (mini:6676)
+
+Description of Problem:
+If I try to compile the debugger or run a few test cases mono does a sigsegv.
+
+Steps to reproduce the problem:
+1. cd mcs/class/corlib/Test/
+2. sh run_test.sh System.Text.StringBuilderTest
+
+Actual Results:
+................
+ 
+Tests run: 16, Failures: 0, Not run: 0, Time: 0.617832 seconds
+
+run_test.sh: line 26:  1096 Segmentation fault      MONO_PATH=$MONO_PATH
+mono --debug ${NUNITCONSOLE} /nologo corlib_test.dll $fixture
+
+Expected Results:
+Mono should exit cleanly
+
+How often does this happen? 
+Always with current-cvs (July 15, 2003)
+
+Additional Information:
+This happens both in Gentoo and rh9.
+Several people has confirmed this bug (incl Paolo & Miguel).
+
+I'll spend a couple of hours today trying to fix this bug if I can (I'm no
+gdb guru ;-)