[Mono-bugs] [Bug 74223][Maj] Changed - memory leaks when creating threads on solaris

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Apr 2005 11:48:29 -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 vargaz@gmail.com.

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

--- shadow/74223	2005-04-06 11:27:22.000000000 -0400
+++ shadow/74223.tmp.25971	2005-04-06 11:48:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74223
 Product: Mono: Runtime
 Version: 1.1
 OS: Solaris 8
 OS Details: uname -a => 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-5_10
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: remoting
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: jan.reitz@lanxess.com               
 QAContact: mono-bugs@ximian.com
@@ -213,6 +213,9 @@
 
 in wapi_timed_thread_create () and remove the detach call. 
 The GC wrapper for pthread_create () will remove the detached
 attribute on solaris.
 
 Dick is this ok with you ?
+
+------- Additional Comments From vargaz@gmail.com  2005-04-06 11:48 -------
+Ignore the previous comment. Fixed in a more general way.