[Mono-bugs] [Bug 67039][Nor] Changed - [PATCH] Delegates returned from a PInvoke call are improperly marshalled
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Sep 2004 12:02:00 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67039
--- shadow/67039 2004-09-29 12:00:16.000000000 -0400
+++ shadow/67039.tmp.11426 2004-09-29 12:02:00.000000000 -0400
@@ -105,6 +105,17 @@
------- Additional Comments From grompf@sublimeintervention.com 2004-09-29 12:00 -------
Created an attachment (id=11615)
updated patch
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-09-29 12:02 -------
+Zoltan,
+
+ that latest patch moves everything into mono_ftnptr_to_delegate and drops
+mono_ftn_to_delegate. I tested the code on line 2687 which appears to happen when a
+delegate in native land invokes with a delegate as a argument. That works as well. I also
+introduced the mutex locks that you wanted.
+
+-kangaroo
+