[Mono-bugs] [Bug 47640][Maj] New - Memory leak creating threads

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Aug 2003 05:24:33 -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 lluis@ximian.com.

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

--- shadow/47640	2003-08-14 05:24:33.000000000 -0400
+++ shadow/47640.tmp.23559	2003-08-14 05:24:33.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 47640
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lluis@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Memory leak creating threads
+
+Description of Problem:
+There is a memory leak when a thread is created.
+
+Steps to reproduce the problem:
+Run the test case.
+
+Actual Results:
+Memory consumption keeps slowly increasing
+
+Expected Results:
+Stable memory consumption.
+
+How often does this happen? 
+Allways
+
+Additional Information:
+The test case is a simple loop that starts a thread and waits for it to
+finish. Using Abort to stop the thread has the same leak effect.