[Mono-bugs] [Bug 77499][Nor] New - Replacing a precompiled assembly on disk causes XSP to die

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 7 17:33:06 EST 2006


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 bugzilla at patearl.net.

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

--- shadow/77499	2006-02-07 17:33:06.000000000 -0500
+++ shadow/77499.tmp.668	2006-02-07 17:33:06.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 77499
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: bugzilla at patearl.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Replacing a precompiled assembly on disk causes XSP to die
+
+Description of Problem:
+XSP has problems reloading files when they are changed on disk.  This makes
+deployment and testing with XSP far more difficult than it needs be.
+
+Steps to reproduce the problem:
+1. Create a web service with precompiled dll.
+2. Fire up XSP and invoke a method on the web service.
+3. Change some code in the web service (no need to change method
+signature), recompile, and copy the new dll to the server.
+
+Actual Results:
+XSP Dies with the following error:
+** ERROR **: file loader.c: line 1667 (mono_method_get_header): assertion
+failed: (loc)
+
+Expected Results:
+XSP properly reloading the file.
+
+How often does this happen? 
+Consistently.


More information about the mono-bugs mailing list