[Mono-bugs] [Bug 73310][Blo] New - Get ERROR, then abort, when reaching string-icalls.c: line 91

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 19:33:06 -0500 (EST)


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 mwickline@maad.com.

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

--- shadow/73310	2005-03-03 19:33:06.000000000 -0500
+++ shadow/73310.tmp.32601	2005-03-03 19:33:06.000000000 -0500
@@ -0,0 +1,72 @@
+Bug#: 73310
+Product: Mono: Runtime
+Version: 1.1
+OS: Mandrake 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mwickline@maad.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Get ERROR, then abort, when reaching string-icalls.c: line 91
+
+Description of Problem:
+While running my app, I get the following error, and my app aborts:
+   ** (IPME.exe:26981): WARNING **: string doesn't yet support empy strings
+in char* constructor
+
+   ** ERROR **: file string-icalls.c: line 91
+(ves_icall_System_String_ctor_charp_int_int): should not be reached
+   aborting...
+   Aborted
+
+
+Steps to reproduce the problem:
+1) Run my app (IPME.exe):  mono IPME.exe
+2) At a certain point while creating an object, it produces the above error
+and aborts.  Unfortunately, I don't know how to get this to occur with a
+simpler test case, and I'm not sure how to run a debugger for Mono, to get
+a stack trace.
+
+
+Actual Results:
+ mono IPME.exe
+Compat mode: the request from
+/home/mwickline/ipme4/Console/C1.Win.C1Command.dll to load System was
+remapped (http://www.go-mono.com/remap.html)
+Compat mode: the request from /home/mwickline/ipme4/Console/ChartFX.dll to
+load System.Windows.Forms was remapped (http://www.go-mono.com/remap.html)
+  Listening for SimEngineController on port: 4000
+Compat mode: the request from
+/home/mwickline/ipme4/Console/antlr.runtime.dll to load System was remapped
+(http://www.go-mono.com/remap.html)
+Compat mode: the request from
+/home/mwickline/ipme4/Console/antlr.runtime.dll to load
+System.Windows.Forms was remapped (http://www.go-mono.com/remap.html)
+
+** (IPME.exe:26981): WARNING **: string doesn't yet support empy strings in
+char* constructor
+
+** ERROR **: file string-icalls.c: line 91
+(ves_icall_System_String_ctor_charp_int_int): should not be reached
+aborting...
+Aborted
+
+
+Expected Results:
+
+
+How often does this happen? 
+Every time I run my app.
+
+Additional Information:
+I'm developing my app using MS Visual Studio .NET 2003.  The above program
+is compiled in Release mode, but does the exact same thing if compiled in
+Debug mode.
+I'm running Mono 1.1.14 compiled against GLIBC 2.2.5.