[Mono-bugs] [Bug 37890][Wis] New - assertion failure in mono_arch_find_jit_info line 662
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 11 Feb 2003 19:03:31 -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 eric@5stops.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37890
--- shadow/37890 Tue Feb 11 19:03:31 2003
+++ shadow/37890.tmp.15777 Tue Feb 11 19:03:31 2003
@@ -0,0 +1,33 @@
+Bug#: 37890
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: eric@5stops.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: assertion failure in mono_arch_find_jit_info line 662
+
+Description of Problem:
+Running the soon-to-be-included code runs into an assertion failure.
+
+Steps to reproduce the problem:
+1. mcs -g -r:System.Web -o test.exe TestApplicationHost.cs test.cs
+ViWorkerRequest.cs
+2. mono test.exe
+3. wait a while
+
+It will eventually result in:
+
+** ERROR **: file exception.c: line 662 (mono_arch_find_jit_info):
+assertion failed: (ji != NULL)
+aborting...
+Abort