[Mono-bugs] [Bug 62709][Wis] New - Segmentation fault in mod_mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Aug 2004 07:14:52 -0400 (EDT)


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 nigel@hresult.com.

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

--- shadow/62709	2004-08-09 07:14:52.000000000 -0400
+++ shadow/62709.tmp.29260	2004-08-09 07:14:52.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 62709
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details: FC2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: nigel@hresult.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Segmentation fault in mod_mono
+
+I have an asp.net application. If I serve it from the test directory (by 
+symlinking test to my actual app directory), it all runs fine - with the 
+config
+
+LoadModule mono_module modules/libmod_mono.so
+Alias /demo "/usr/share/doc/xsp/test"
+MonoApplications "/demo:/usr/share/doc/xsp/test"
+<Location /demo>
+        SetHandler mono
+</Location>
+
+
+However, if I try and serve it directly, with the config
+
+Alias /Gallery "/root/PhotoGallery"
+MonoApplications "/Gallery:/root/PhotoGallery"
+<Location /Gallery>
+       SetHandler mono
+</Location>
+
+mod_mono segfaults when trying to serve any page (even html) in apache 
+error_log
+:
+
+[Mon Aug 09 11:02:07 2004] [warn] child process 9297 still did not exit, 
+sending a SIGTERM