[Mono-bugs] [Bug 82112][Maj] New - Mono 1.2.4 , Apache 2.2.2 ASP.NET Server error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 16 15:20:23 EDT 2007
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 webring at ndatech.it.
http://bugzilla.ximian.com/show_bug.cgi?id=82112
--- shadow/82112 2007-07-16 15:20:23.000000000 -0400
+++ shadow/82112.tmp.12079 2007-07-16 15:20:23.000000000 -0400
@@ -0,0 +1,96 @@
+Bug#: 82112
+Product: Mono: Runtime
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: webring at ndatech.it
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono 1.2.4 , Apache 2.2.2 ASP.NET Server error
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+After upgrade to mono version 1.2.4 , I start getting server error while
+browsing website
+
+Steps to reproduce the problem:
+1. Browse a page e.g. http://10.0.0.1/my_page.aspx some files (*.dll and
+*.dll.mdb) were generated in
+/temp/apache-temp-aspnet-0/XXXXXX (where XXXXXX is a folder name
+automatically generated)
+2. Browse other pages e.g. http://10.0.0.1/other_page.aspx some other files
+were generated again.
+3. Browse the same pages in another way e.g. http://server-name/#####
+causes temporary files to be deleted and regenerated so when browsing the
+first way again http://10.0.0.1/##### a server error was generated.I think
+this is a mono or mod_mono related issue: I read
+(http://www.go-mono.com/archive/1.2.4/#changes) that starting
+from rev 1.2.4 temporary files were automatically delete . Indeed setting
+'export MONO_ASPNET_NODELETE=1' from bash
+shell seems to workaround the problem ... but temporary folders fills with
+much more files ...
+Actual Results:
+
+Server Error in '/' Application
+Compilation Error
+
+Description: Error compiling a resource required to service this request.
+Review your
+source file and modify it to fix this error.
+
+Error message:
+
+(0,0) : error CS0006: cannot find metadata file
+`/tmp/apache-temp-aspnet-0/9bc357d8/274a60b3.dll'
+
+File name: /var/www/html/en/default.aspx
+
+Source File:
+
+Line 1: //
+------------------------------------------------------------------------------
+Line 2: // <autogenerated>
+Line 3: // This code was generated by a tool.
+Line 4: // Mono Runtime Version: 1.1.4322.2032
+Line 5: //
+Line 6: // Changes to this file may cause incorrect behavior and will
+be lost if
+Line 7: // the code is regenerated.
+Line 8: // </autogenerated>
+Line 9: //
+------------------------------------------------------------------------------
+Line 10:
+Line 11: namespace ASP {
+Line 12: using System;
+
+.....
+
+
+Expected Results:
+
+
+How often does this happen?
+Every time the steps are reproduced.
+
+Additional Information:
+Fedora FC5
+Kernel 2.6.18
+Mono JIT compiler version 1.2.4 (tarball)
+ TLS: normal
+ GC: Included Boehm (with typed GC)
+ SIGSEGV: normal
+ Architecture: x86
+ Disabled: none
+
+ Apache
+ Server version: Apache/2.2.2
+ Server built: Jun 26 2007 10:22:20
More information about the mono-bugs
mailing list