[Mono-bugs] [Bug 35119][Nor] Changed - Objects with finalizers don't work
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
5 Dec 2002 12:29:29 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35119
--- shadow/35119 Wed Dec 4 22:20:29 2002
+++ shadow/35119.tmp.22291 Thu Dec 5 07:29:29 2002
@@ -1,15 +1,15 @@
Bug#: 35119
Product: Mono/Runtime
Version: unspecified
-OS:
-OS Details:
-Status: NEW
-Resolution:
-Severity:
-Priority: Wishlist
+OS: unknown
+OS Details: windows
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
+Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: tum@veridicus.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -85,6 +85,18 @@
Additional Information:
Mono was built with the a current copy from the CVS.
This finalization problem may be what is causing monitor/locks to leak
handles. See this bug: http://bugzilla.ximian.com/show_bug.cgi?id=34963.
+
+------- Additional Comments From lupus@ximian.com 2002-12-05 07:29 -------
+The program runs fine on linux, though it fails with mono on windows.
+Running it in gdb doesn't show the bug.
+The bug may be the same issue as
+http://bugzilla.ximian.com/show_bug.cgi?id=31333, so we need the
+finalizer thread to solve it, but currently that is blocked by some
+issues, see bug http://bugzilla.ximian.com/show_bug.cgi?id=35040.
+Removing the WriteLine in the ctor matches the results in 31333, so
+marking as duplicate.
+
+*** This bug has been marked as a duplicate of 31333 ***