[Mono-bugs] [Bug 51971][Wis] Changed - runtime crash with struct of delegates
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Dec 2003 18:11:24 -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.26247 2003-12-09 18:11:24.000000000 -0500
@@ -18,6 +18,11 @@
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.
+
+------- Additional Comments From orphennui@yahoo.com 2003-12-09 18:11 -------
+Created an attachment (id=6170)
+test case. compile with 'mcs testeditor.cs -r:gtkhtml-sharp.dll -r:gtk-sharp.dll'
+