[Mono-bugs] [Bug 74612][Nor] Changed - Unref messages
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 15:01:22 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74612
--- shadow/74612 2005-04-15 11:18:52.000000000 -0400
+++ shadow/74612.tmp.24451 2005-04-16 15:01:22.000000000 -0400
@@ -61,6 +61,23 @@
------- 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.
+
+------- Additional Comments From miguel@ximian.com 2005-04-16 15:01 -------
+Michi,
+
+ Could you run this under gdb like this:
+
+gdb mono
+(gdb) b main
+(gdb) run test.exe
+... wait for break
+(gdb) b g_log
+(gdb) cont
+
+And provide a stack trace of where the g_log is being printed from?
+
+Also, what version of Mono are you running?
+