[Mono-bugs] [Bug 80515][Min] Changed - Add support for HandleRef
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Feb 10 17:13:30 EST 2007
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80515
--- shadow/80515 2007-02-09 11:37:14.000000000 -0500
+++ shadow/80515.tmp.31651 2007-02-10 17:13:30.000000000 -0500
@@ -11,9 +11,19 @@
AssignedTo: miguel at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Summary: Add support for HandleRef
+OtherBugsDependingOnThis: 80786
HandleRef is a type that the runtime knows about, very much like
SafeFileHandle, but without the add/release reference count setup.
+
+------- Additional Comments From sebastien at ximian.com 2007-02-10 17:13 -------
+It looks like HandleRef support is broken.
+http://lists.ximian.com/pipermail/mono-devel-list/2007-February/022429.html
+
+and it could be the cause of bug #80786 under Windows(*). In this case
+the 2.0 profile works correctly but code compiled against 1.1 fails.
+
+(*) there's a different code path on non-windows platforms.
More information about the mono-bugs
mailing list