[Mono-bugs] [Bug 24505] New - assertion failure on mono.exe

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 May 2002 13:10:39 -0000


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 sma@3plus4.de.

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

--- shadow/24505	Fri May 10 09:10:39 2002
+++ shadow/24505.tmp.1692	Fri May 10 09:10:39 2002
@@ -0,0 +1,53 @@
+Bug#: 24505
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: German XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sma@3plus4.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: assertion failure on mono.exe
+
+The attached program, runs fine with MS .net but crashes the precompiled 
+mono 0.11 runtime regardless whether compiled by csc or mcs.  Here's the 
+error:
+
+$ mono.bat m.exe
+
+(process:1776): ** WARNING **: Could not load class from token 0x01000003
+
+(process:1776): ** WARNING **: Could not load class from token 0x01000004
+
+(process:1776): ** WARNING **: Could not load class from token 0x01000003
+
+(process:1776): ** WARNING **: Missing method 
+System.Net.WebRequest::Create
+
+This application has requested the Runtime to terminate it in an unusual 
+way.
+Please contact the application's support team for more information.
+
+----
+
+Additionally, a message box says:
+
+ (process:1516):**ERROR** file jit.c: line 238 (mono_analyze_stack): 
+assertion failed: (cm)
+
+----
+
+mint only reports the missing method, but doesn't throw an assertion 
+failure.
+
+----
+
+Perhaps I'm mixing up versions here, but I thought, I better report an 
+assertion failure...