[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 14:02:14 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50917
--- shadow/50917 2003-11-13 13:08:45.000000000 -0500
+++ shadow/50917.tmp.2126 2003-11-13 14:02:14.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 50917
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -103,6 +103,12 @@
It also matches with their docs.
------- Additional Comments From gonzalo@ximian.com 2003-11-13 13:08 -------
Zoltan made a comment in another bug noting that there may be a
reference to that variable in registers or the stack...
+
+------- Additional Comments From lupus@ximian.com 2003-11-13 14:02 -------
+There is a reference to the variable on the stack.
+We may try to avoid it in the future, but this is not a bug,
+the behaviour that ben thinks is defined is not guaranteed by the
+spec (if you need that behaviur use the dispose pattern).