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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Dec 2003 10:53:37 -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-10 10:12:09.000000000 -0500
+++ shadow/51971.tmp.3498	2003-12-10 10:53:37.000000000 -0500
@@ -49,6 +49,18 @@
 Updated test case
 
 
 ------- Additional Comments From orphennui@yahoo.com  2003-12-10 10:12 -------
 Zoltan, no I don't think so.  It doesn't crash anymore but the
 delegates are still not being called.  
+
+------- Additional Comments From orphennui@yahoo.com  2003-12-10 10:53 -------
+Okay, so if I change gtkhtml to copy the struct passed to
+gtk_html_set_editor_api, everything works.  I think maybe structs are
+being overwritten by the runtime.  
+
+I have no idea how to write a test case for this, since it could be
+due to interop, or threads, or some combination.  I'll give it a try
+though.
+
+This may also explain bug #51847.
+