[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 07:07:14 -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:16:29.000000000 -0500
+++ shadow/51971.tmp.1740 2003-12-10 07:07:14.000000000 -0500
@@ -28,6 +28,15 @@
------- Additional Comments From orphennui@yahoo.com 2003-12-09 18:16 -------
The weird thing here is that the SetLanguage call gets invoked
correctly on init, but when you type something in the window, the next
call to Command crashes.
+
+------- Additional Comments From orphennui@yahoo.com 2003-12-10 07:07 -------
+Okay I've found part of this bug. Gtkhtml-sharp wasn't taking the
+HTMLEditorAPI byref, so it was being copied and the copy set as the
+editorapi for the widget. Once the SetEditorAPI call completes, the
+copy doesn't exist anymore, so boom.
+
+Thats fixed and it doesn't crash, but the callbacks still aren't being
+called.