[Mono-bugs] [Bug 67935][Maj] Changed - XSP and/or the client crash on when web app recycles
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Oct 2004 18:40:30 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67935
--- shadow/67935 2004-10-17 11:52:49.000000000 -0400
+++ shadow/67935.tmp.8793 2004-10-29 18:40:30.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 67935
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details: SuSe 9.1, RHE 3, RH 9, FC 2
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: diltonm@McCOMSoft.com
QAContact: mono-bugs@ximian.com
@@ -302,6 +302,18 @@
------- Additional Comments From diltonm@McCOMSoft.com 2004-10-14 11:57 -------
******************************************************************
This bug shows a fundamental critical flaw in, at a minimum, the
System.Web portion of the Mono Runtime.
******************************************************************
+
+------- Additional Comments From gonzalo@ximian.com 2004-10-29 18:40 -------
+1. 1.0.2 had a major leak in HttpApplication (4k per request)
+2. If you run xsp.exe inside xsp/test you have to remove those lines.
+But if you run make install and then xsp.exe from the
+$prefix/share/doc/xsp/test directory you don't have to remove the
+extensions.
+
+The problems is fixed in CVS. ServiceClient.exe run entirely, xsp
+didn't leak.
+
+Thanks for reporting.