[Mono-bugs] [Bug 68775][Min] Changed - WeakReference.TrackResurrection not implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Oct 2004 15:52: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 danw@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68775

--- shadow/68775	2004-10-25 15:38:05.000000000 -0400
+++ shadow/68775.tmp.28415	2004-10-25 15:52:22.000000000 -0400
@@ -1,23 +1,24 @@
 Bug#: 68775
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: danw@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: WeakReference.TrackResurrection not implemented
+OtherBugsDependingOnThis: 61703
 
 mono/metadata/gc.c does not treak HANDLE_WEAK_TRACK weakrefs any
 different from HANDLE_WEAK ones, meaning that WeakReferences with
 resurrection tracking don't actually work. (They behave exactly
 the same as WeakReferences without resurrection tracking.)