[Mono-bugs] [Bug 68775][Min] Changed - WeakReference.TrackResurrection not implemented
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Nov 2004 10:53:43 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68775
--- shadow/68775 2004-10-25 16:05:48.000000000 -0400
+++ shadow/68775.tmp.4695 2004-11-03 10:53:43.000000000 -0500
@@ -55,6 +55,10 @@
ref2 is null
result on .NET:
finalized
ref1 is null
ref2 is valid
+
+------- Additional Comments From vargaz@gmail.com 2004-11-03 10:53 -------
+This would be somewhat hard to implement, since the underlying libgc
+does not have support for this.