[Mono-bugs] [Bug 22614] Changed - Delegates as pinvoke callbacks assert in x86_magic_trampoline
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
28 Mar 2002 11:38:35 -0000
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22614
--- shadow/22614 Wed Mar 27 12:00:19 2002
+++ shadow/22614.tmp.30852 Thu Mar 28 06:38:35 2002
@@ -1,14 +1,14 @@
Bug#: 22614
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,10 @@
<DietmarHo> mkestner: the problem is that we have a trampoline that
<DietmarHo> tries to patch the address in the caller,
<DietmarHo> we cant do that in this situation
<DietmarHo> mkestner: need to rethink/test that
<mkestner> Want a bugzilla entry?
<DietmarHo> would be great, yes
+
+------- Additional Comments From dietmar@ximian.com 2002-03-28 06:38 -------
+I changed the marshalling of delegates when passed to a pinvoke
+function - see mono/mono/tests/delegate4.cs for an example.