[Mono-bugs] [Bug 78764][Nor] Changed - Mono control panel handler does not restart correctly after second or later use
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 13 17:09:18 EDT 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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78764
--- shadow/78764 2006-07-04 22:28:04.000000000 -0400
+++ shadow/78764.tmp.22463 2006-07-13 17:09:18.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78764
Product: Mono: Tools
Version: 1.1
-OS:
+OS: unknown
OS Details: Debian 3.1
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: mod_mono
AssignedTo: gonzalo at ximian.com
ReportedBy: nathan at mammoth.com.au
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -77,6 +77,38 @@
/usr/lib/pkgconfig/../../lib/xsp/1.0/mod-mono-server.exe --filename
/tmp/mod_mono_server_global --nonstop --master
At this point ASP.NET pages do not work.
Every restart with the control panel will create an additional mono process.
+
+------- Additional Comments From gonzalo at ximian.com 2006-07-13 17:09 -------
+I cannot reproduce this problem.
+This is what I got:
+-----------------------------------
+gonzalo at lalo2:~/install2/conf $ ps aux | grep mono
+gonzalo 30336 12.0 0.3 19720 6512 ? Ssl 16:23 0:00
+/home/mono-HEAD /lib/pkgconfig/../../bin/mono
+/home/mono-HEAD/lib/pkgconfig/../../lib/xsp/1.0/mo d-mono-server.exe
+--filename /tmp/mod_mono_server_global --nonstop --master
+----------------------------------
+gonzalo at lalo2:~/install2/conf $ ps aux | grep mono
+gonzalo 30361 5.1 0.3 19724 6512 ? Ssl 16:23 0:00
+/home/mono-HEAD /lib/pkgconfig/../../bin/mono
+/home/mono-HEAD/lib/pkgconfig/../../lib/xsp/1.0/mo d-mono-server.exe
+--filename /tmp/mod_mono_server_global --nonstop --master
+-----------------------------------
+gonzalo at lalo2:~/install2/conf $ ps aux | grep mono
+gonzalo 30373 11.0 0.3 19724 6512 ? Ssl 16:24 0:00
+/home/mono-HEAD /lib/pkgconfig/../../bin/mono
+/home/mono-HEAD/lib/pkgconfig/../../lib/xsp/1.0/mo d-mono-server.exe
+--filename /tmp/mod_mono_server_global --nonstop --master
+-------------------------------------
+
+The first one is after starting apache, the second one after clicking
+on the 'restart all' link in the page from a browser and the third one
+after clicking that link again.
+
+Can you still reproduce this with mono 1.1.16? If so, please, any
+missing detail that helps me to reproduce it.
+
+Thanks.
More information about the mono-bugs
mailing list