[Mono-bugs] [Bug 45573][Min] New - mint crashes running hello.cs script on Windows XP

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 27 Jun 2003 20:29:19 -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 aarone@klamathsystems.com.

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

--- shadow/45573	Fri Jun 27 20:29:19 2003
+++ shadow/45573.tmp.30773	Fri Jun 27 20:29:19 2003
@@ -0,0 +1,53 @@
+Bug#: 45573
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: Microsoft Windows XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: aarone@klamathsystems.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mint crashes running hello.cs script on Windows XP
+
+Description of Problem:
+
+mint crashes running hello.cs script on Windows XP
+
+The script is the example script found at this URL:
+http://monoevo.sourceforge.net/mono-windows/mono-beginning-windows/x104.html
+
+Steps to reproduce the problem:
+1. compile the sample script with mcs v0.24: 'mcs hello.cs'
+2. run the compiled IL script with mono: 'mono hello.exe arg1 arg2 arg 3'
+3. run the compiled script with mint: 'mint hello.exe arg1 arg2 arg 3'
+
+Actual Results:
+
+mcs will compile it fine, mono will execute it fine, but it crashes when
+run with mint:
+
+  The exception unknown software exception (0xc000000fd) occurred in the
+  application at location 0x77f61767
+
+if you run mint with --debug you get:
+
+  **ERROR** : invalid method name 'hello.exe'
+  aborting...
+
+
+Expected Results:
+ script should run either JIT or interpreted.
+
+How often does this happen? 
+ always.
+
+Additional Information:
+ this happens on Windows XP with v0.24  
+ it is not reproducible on Redhat 7.2 with v0.23