[Mono-bugs] [Bug 60923][Maj] New - Solaris JIT leaks while running xsp ?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 05:43:46 -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 gkodinov@openlinksw.co.uk.

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

--- shadow/60923	2004-06-30 05:43:46.000000000 -0400
+++ shadow/60923.tmp.13656	2004-06-30 05:43:46.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 60923
+Product: Mono: Runtime
+Version: unspecified
+OS: Solaris 8
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gkodinov@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Solaris JIT leaks while running xsp ?
+
+I'm performing some stability testing of Solaris JIT on Solaris 8.
+I've compiled the mono binary and done a script (attached) that endlessly
+hits the xsp test ASPX pages.
+I'm observing the behaviour of the Mono process serving web pages this way.
+
+What I've noted is that the size of the Mono process continiously grows -
+I've waited it to grow from ~64 MB to 443MB (witch is where I've Ctrl-C-ed
+it on my 512 MB Sparc).
+It continues to grow even after the first loop is done (when it's supposed
+to reuse compiled components). There's no concurency of any kind here, but
+I guess the results will be even worse if I did (say) 5 simular streams.
+
+It seems like the JIT is not garbage collecting ?
+Or if it is collecting can it be made to collect faster ? It's kind of
+tedious to have the system swaping heavilly before GC collects the garbage.