[Mono-bugs] [Bug 37890][Wis] Changed - assertion failure in mono_arch_find_jit_info line 662

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 Nov 2003 09:49:03 -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 gonzalo@ximian.com.

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

--- shadow/37890	2003-02-18 02:25:14.000000000 -0500
+++ shadow/37890.tmp.24523	2003-11-27 09:49:03.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 37890
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eric@5stops.com               
 QAContact: mono-bugs@ximian.com
@@ -125,6 +125,13 @@
 in <0x000b4> 00 Testing.Test:Main (string[])
 
 
 
 ------- Additional Comments From eric@5stops.com  2003-02-17 01:18 -------
 is this a bug in the serialization code?
+
+------- Additional Comments From gonzalo@ximian.com  2003-11-27 09:49 -------
+I've just tested this on windows with MS runtime. You need to modify
+basedir (I used Environment.CurrentDirectory) and copy test.exe to
+.\bin directory.
+
+I got an OutOfRangeException just like mono does.