[Mono-bugs] [Bug 61134][Min] Changed - GCHandle.AddrOfPinnedObject gives incorrect address

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 13:45:10 -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 lupus@ximian.com.

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

--- shadow/61134	2004-07-14 13:44:08.000000000 -0400
+++ shadow/61134.tmp.10604	2004-07-14 13:45:10.000000000 -0400
@@ -177,6 +177,11 @@
 runtime considers blittable, we need more checks to see how the
 changes affect the marshal code where currently the field is used.
 We need also a bit of refactoring: the code in metadata/gc.c is used
 also to provide the runtime internl GC handle support and in that case
 we need to be able to get a handle even if doing it from the C# side
 would result in an error.
+
+------- Additional Comments From lupus@ximian.com  2004-07-14 13:45 -------
+Created an attachment (id=8564)
+better test case
+