[Mono-bugs] [Bug 34671][Maj] Changed - leaking file descriptors

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Dec 2002 15:07:05 -0000


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 rodo@ximian.com.

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

--- shadow/34671	Sat Dec  7 02:02:32 2002
+++ shadow/34671.tmp.4847	Sun Dec  8 10:07:05 2002
@@ -45,6 +45,14 @@
 
 I also tried making the number of handles very small (20) and I
 managed to get the whole gtk-sharp/api process going.  Can you paste
 some of the output of your problem?
 
 Am also changing the status to NEEDINFO
+
+------- Additional Comments From rodo@ximian.com  2002-12-08 10:07 -------
+I can't reproduce it anymore, but I guess the difference is in the
+handle unref method, where it branches by 'shared' variable.
+
+Martin meanwhile commited fix, which sets initial refcount to 1
+instead of 0. I didn't look more deep into this, so I don't know if
+it's the right fix. (probably is) Dick could review it?