[Mono-bugs] [Bug 22614] New - Delegates as pinvoke callbacks assert in x86_magic_trampoline

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Mar 2002 17:00:19 -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 mkestner@speakeasy.net.

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

--- shadow/22614	Wed Mar 27 12:00:19 2002
+++ shadow/22614.tmp.12053	Wed Mar 27 12:00:19 2002
@@ -0,0 +1,35 @@
+Bug#: 22614
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mkestner@speakeasy.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Delegates as pinvoke callbacks assert in x86_magic_trampoline
+
+Opened per Dietmar's request:
+
+[mike@localhost mike]$ mono gtk-hello-world.exe
+50 ff 75 f0 ff d6 
+
+<unknown> (pid:13246): ** ERROR **: file trampoline.c: line 103
+(x86_magic_trampoline): should not be reached
+aborting...
+Trace/breakpoint trap
+
+
+<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