[Mono-bugs] [Bug 45321][Blo] Changed - WARNING **: : unref on 22 called when ref was already 0
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 25 Jun 2003 12:52: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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45321
--- shadow/45321 Wed Jun 25 05:12:28 2003
+++ shadow/45321.tmp.5154 Wed Jun 25 12:52:29 2003
@@ -1,13 +1,13 @@
Bug#: 45321
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jluke@cfl.rr.com
QAContact: mono-bugs@ximian.com
@@ -95,6 +95,10 @@
}
------- Additional Comments From dietmar@ximian.com 2003-06-25 05:12 -------
the short test case you provided works perfectly for me. It does not
trigger the bug.
+
+------- Additional Comments From dick@ximian.com 2003-06-25 12:52 -------
+The bug was caused by two sets of finalisers closing the semaphore
+handle in async delegate threads. Fixed in CVS.