[Mono-bugs] [Bug 51971][Wis] New - runtime crash with struct of delegates

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Dec 2003 18:09:47 -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 orphennui@yahoo.com.

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

--- shadow/51971	2003-12-09 18:09:47.000000000 -0500
+++ shadow/51971.tmp.26201	2003-12-09 18:09:47.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 51971
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: orphennui@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: runtime crash with struct of delegates
+
+I get a crash with Gtk.HTML when I run the following code.  I don't think
+its related to this code, or to gtkhtml, but rather a runtime bug with a
+struct full of delegates that get called from C.
+
+I tried using the CDECL marshalling hack, but that didn't fix anything.