[Mono-bugs] [Bug 58881][Maj] Changed - marshalling of struct params to functions passed as unmanaged delegates broken

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 May 2004 20:17:04 -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 vladimir@pobox.com.

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

--- shadow/58881	2004-05-23 19:37:09.000000000 -0400
+++ shadow/58881.tmp.27142	2004-05-23 20:17:04.000000000 -0400
@@ -91,6 +91,10 @@
 by the delegate), the resulting addresses match up:
 
 &ss: 0xf68b783c
 sptr: f68b783c
 
 Is this a bug in unmanaged -> managed struct ref marshalling?
+
+------- Additional Comments From vladimir@pobox.com  2004-05-23 20:17 -------
+Just tried this with the .NET runtime on win32 -- in both cases the
+pointer is the same, so this is a mono bug.