[Mono-bugs] [Bug 74755][Blo] Changed - Array overrun in mod-mono-server.exe

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Apr 2005 17:58:08 -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 jpallen@novell.com.

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

--- shadow/74755	2005-04-28 17:51:47.000000000 -0400
+++ shadow/74755.tmp.2159	2005-04-28 17:58:08.000000000 -0400
@@ -68,6 +68,32 @@
 More info for you:
 
 We've only seen this on the server.  Only on a server
 under load (50+ clients).  It took several hours before crashing.  The
 server was not trying to come up or go down when this happened.  It
 appears to have occurred in the middle of normal operation.
+
+------- Additional Comments From jpallen@novell.com  2005-04-28 17:58 -------
+More info from the second time we ran this test:
+
+We had 223 windows clients (all running the 20050427 build) running nifty every minute, 5 meg max file, syncing every minute.  It
+appears that the server received the overrun at about 1:30am.  Apache
+tried to roll at about 4:30am.
+
+Below is a rundown of what I see on the server.
+
+Server: mono 1.1.6.9 / mod_mono 1.0.8 / 20050427 build
+Results:  In the Simias.log activity stopped at 1:34 AM, it attempted to pick up again at 4:15 when Apache rolled, but no client activity (open/close of files) happened in the log even after the roll
+
+Below is a portion of the Simias.log :
+
+[Wed Apr 27 22:26:04 2005] [error] [client 10.0.0.218] unable to include "include/top.html" in parsed file /usr/share/apache2/error/HTTP_INTERNAL_SERVER_ERROR.html.var
+
+** (/usr/lib/mono/1.0/mod-mono-server.exe:32657): WARNING **: CreateProcess: error creating process handle
+
+(/usr/lib/mono/1.0/mod-mono-server.exe:32657): GLib-CRITICAL **: file garray.c: line 493 (g_ptr_array_remove_index_fast): assertion `index < array->len' failed
+[Thu Apr 28 01:34:12 2005] [error] [client 10.0.0.116] unable to include "include/top.html" in parsed file /usr/share/apache2/error/HTTP_INTERNAL_SERVER_ERROR.html.var
+[Thu Apr 28 01:34:12 2005] [error] [client 10.0.0.94] unable to include "include/top.html" in parsed file /usr/share/apache2/error/HTTP_INTERNAL_SERVER_ERROR.html.var
+[Thu Apr 28 01:34:13 2005] [notice] child pid 5558 exit signal Segmentation fault (11)
+[Thu Apr 28 01:34:13 2005] [notice] child pid 9836 exit signal Segmentation fault (11)
+[Thu Apr 28 04:15:07 2005] [notice] SIGUSR1 received.  Doing graceful restart
+