[Mono-bugs] [Bug 73234][Wis] New - mod_mono_server will not run because of invalid lockfile name.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Mar 2005 16:03:02 -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 mlasky@novell.com.

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

--- shadow/73234	2005-03-02 16:03:02.000000000 -0500
+++ shadow/73234.tmp.6120	2005-03-02 16:03:02.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 73234
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SLES 9
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mlasky@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: mod_mono_server will not run because of invalid lockfile name.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When starting mod-mono-server.exe using the default pipe file name 
+(/tmp/mod_mono_server), an invalid lock file name gets created and the 
+constructor for ModMonoWebSource exits because it cannot create the 
+lockfile name.
+
+Steps to reproduce the problem:
+1. Run mod-mono-server.exe
+2. 
+3. 
+
+Actual Results:
+mod-mono-server will not run.
+
+Expected Results:
+
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+Attached a patch file with a proposed fix.