[Mono-bugs] [Bug 79610][Nor] New - Mono crashes when executing gmcs during installation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 6 21:21:35 EDT 2006


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 ben at mw0.ath.cx.

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

--- shadow/79610	2006-10-06 21:21:35.000000000 -0400
+++ shadow/79610.tmp.23091	2006-10-06 21:21:35.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 79610
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: ben at mw0.ath.cx               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono crashes when executing gmcs during installation
+
+Description of Problem:
+  mono (SVN) crashes when executing gmcs while compiling the class library
+from SVN.
+
+Steps to reproduce the problem:
+1. Fetch the mono and mcs modules from SVN (Mono rev. 66382 and mcs rev.
+66381) used here.
+2. Configure and try to build mono
+
+Actual Results:
+  The following error is produced when in mcs/class/System:
+** Warning: System.dll built without parts that depend on: System.Xml.dll
+Mono.Security.dll System.Configuration.dll
+MONO_PATH="../../class/lib/net_2_0:../../class/lib/net_2_0_bootstrap:$MONO_PATH"
+/opt/gnome2/src/mono/runtime/mono-wrapper  ../../gmcs/gmcs.exe
+/codepage:65001   -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618
+-d:CONFIGURATION_2_0 -unsafe -target:library -out:System.dll 
+ at System.dll.sources
+
+** ERROR **: file icall.c: line 3230 (ves_icall_Type_GetMethodsByName):
+assertion failed: (method->slot < nslots)
+aborting...
+
+
+Expected Results:
+  MCS is successfully compiled.
+
+
+How often does this happen? 
+  Every time.
+
+Additional Information:
+  This is simply an example of this bug. I have encountered one other
+instance of this popping up which I could dig out if necessary (can't
+remember where it was at the moment, it's been a long day).


More information about the mono-bugs mailing list