[Mono-bugs] [Bug 38196][Wis] New - Mono runtime assertion failure with mod_mono.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 17 Feb 2003 10:28:48 -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 ben.luckham@bimtech.co.uk.

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

--- shadow/38196	Mon Feb 17 10:28:48 2003
+++ shadow/38196.tmp.8891	Mon Feb 17 10:28:48 2003
@@ -0,0 +1,52 @@
+Bug#: 38196
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ben.luckham@bimtech.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono runtime assertion failure with mod_mono.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+A mono runtime assertion failure when running mod_mono. Perhaps this is a 
+problem with mod_mono, but the comments in jit.c seemed to suggest that it 
+would be buggy runtime code that caused this assertion failure.
+
+Steps to reproduce the problem:
+1. Compile and install apache 2.0.44.
+2. Compile and install mod_mono, as per the instructions in 
+mod_mono/INSTALL
+3. Restart apache and request any page (doesn't matter whether it's an 
+ASP.NET page, a static file, or a nonexistent file).
+
+Actual Results:
+A blank page in the browser, and the following line in 
+/usr/local/apache2/logs/error_log.
+
+** ERROR **: file jit.c: line 4101 (mono_get_lmf_addr): should not be 
+reached
+aborting...
+[Mon Feb 17 15:23:34 2003] [notice] child pid 30466 exit signal Aborted (6)
+
+
+Expected Results:
+A page in the browser, and no entry in the error log.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+Occurs with mono-0.19, and with the latest version checked out from CVS.
+Running on Gentoo Linux 1.4.2 with Apache 2.0.44.