[Mono-bugs] [Bug 47295][Nor] Changed - Marshal.StructureToPtr fails with dynamically-created MulticastDelegate subclasses

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Aug 2003 03:22:19 -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 gonzalo@ximian.com.

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

--- shadow/47295	2003-08-02 20:24:21.000000000 -0400
+++ shadow/47295.tmp.22591	2003-08-14 03:22:19.000000000 -0400
@@ -149,6 +149,12 @@
  
 
 ------- Additional Comments From mathpup@mylinuxisp.com  2003-08-02 20:24 -------
 Created an attachment (id=5041)
 test case
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-08-14 03:22 -------
+The following clueless patch makes thjis particular case work. The
+issue is that method data isnot being filed up in the image for
+dynamic assemblies.
+