[Mono-bugs] [Bug 50917][Wis] Changed - GC.KeepAlive's scope only lasts until it is called.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Nov 2003 12:29:37 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=50917
--- shadow/50917 2003-11-13 12:20:34.000000000 -0500
+++ shadow/50917.tmp.1404 2003-11-13 12:29:36.000000000 -0500
@@ -93,6 +93,12 @@
method.
The use of the forced gc is not because this is how it would happen
in an app, but to show that the GC will not consider the resource for
finalization until after control leaves the method, which is
incorrect.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-11-13 12:29 -------
+I should also add, this comes from the Rotor GC testsuite, so it
+seems that MS is viewing this as defined/required behavior.
+
+It also matches with their docs.