[Mono-bugs] [Bug 69289][Wis] New - [PPC] Thunk problem with delegates

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 16:17:06 -0500 (EST)


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=69289

--- shadow/69289	2004-11-09 16:17:06.000000000 -0500
+++ shadow/69289.tmp.765	2004-11-09 16:17:06.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 69289
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: grompf@sublimeintervention.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PPC] Thunk problem with delegates
+
+Currently you cannot run monodoc (or other gtk-sharp applications) on CVS
+HEAD on Linux PPC.
+
+It is failing in handle_thunk after mono_delegate_to_ftnptr.
+
+. . . . . ENTER: (wrapper managed-to-native)
+SignalConnector:glade_xml_signal_autoconnect_full
+(intptr,Glade.XML/SignalConnector/RawXMLConnectFunc,intptr)() ip: 0x30dc8458
+. . . . . . ENTER: (wrapper managed-to-native)
+System.Object:__icall_wrapper_mono_delegate_to_ftnptr (object)() ip: 0x30dc875c
+thunk failed for 0x308a88b0 from 0x10578dd2
+
+** ERROR **: file mini-ppc.c: line 2164 (handle_thunk): assertion failed:
+(pdata.found == 1)
+aborting...
+Killed
+
+
+
+Machine Info:
+iBook G4 933
+Ubuntu (Warty Warthog all latest updates applied)
+
+-kangaroo