[Mono-bugs] [Bug 72792][Cri] New - mono eats memory running on SLES

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Feb 2005 06:15:42 -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 andreas.weiss@de.bp.com.

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

--- shadow/72792	2005-02-21 06:15:42.000000000 -0500
+++ shadow/72792.tmp.13875	2005-02-21 06:15:42.000000000 -0500
@@ -0,0 +1,60 @@
+Bug#: 72792
+Product: Mono: Runtime
+Version: 1.1
+OS: SLES 9
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 024 Three days
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: andreas.weiss@de.bp.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: mono eats memory running on SLES
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The SLES 9 runs out of memory after starting my application and the lost 
+memory will not be free after stopping the app.
+This didn't happens running the application on windows xp using mono 1.0.6 
+or 1.1.4!!!
+
+
+Steps to reproduce the problem:
+1. Extract the zip-file
+2. Open ./webcam/etc/webcam.ini and change the Url if you like
+3. Open ./webcam/httpget/bin/Debug/httpget.exe.config and change the 
+pathnames
+4. if you like log4net: # 
+mv ./webcam/httpget/bin/Debug/httpget.exe.log4net.ori ./webcam/httpget/bin/
+Debug/httpget.exe.log4net
+5. # nohup mono ./webcam/httpget/bin/Debug/httpget.exe &
+
+Steps to reproduce a running configuration under Windows:
+1. Extract the zip-file on drive C:, or use another drive what require 
+changes in the config-file
+2. Open <drive:>\webcam\etc\webcam.ini and change the Url if needed
+3. Open <drive:>\webcam\httpget\bin\Debug\httpget.exe.config and change 
+the settings if needed
+4. # mono <drive:>\webcam\httpget\bin\Debug\httpget.exe
+
+(a sidenote: I renamed the log4net-configuration file due to problems with 
+it on windows. It works on SLES.)
+
+Actual Results:
+the system runs out of memory (RAM)
+
+Expected Results:
+the used memory should have a constant value
+
+How often does this happen? 
+every time = reproducable
+
+Additional Information:
+- tested with mono 1.0.6 and 1.1.4
+- SLES 9 on a HP DL580, 1 CPU, 4 GB RAM !!!
+- Win XP Dell Optiplex GX270, 1 CPU, 512 MB RAM