[Mono-bugs] [Bug 74612][Nor] Changed - Unref messages
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Apr 2005 11:18:52 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74612
--- shadow/74612 2005-04-15 03:41:56.000000000 -0400
+++ shadow/74612.tmp.15483 2005-04-15 11:18:52.000000000 -0400
@@ -55,6 +55,12 @@
------- Additional Comments From michi@zeroc.com 2005-04-15 03:41 -------
Sorry, false alarm. I'm still getting the unref messages after
removing the call to WriteLine(), so they must be caused by something
else.
+
+------- Additional Comments From dick@ximian.com 2005-04-15 11:18 -------
+The message is printed when a handle is unreffed, but the refcount is
+already 0. It's showing a bug in the runtime somewhere, as the code
+is calling CloseHandle() more times than it should.
+