[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:16:29 -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:11:24.000000000 -0500
+++ shadow/51971.tmp.26401 2003-12-09 18:16:29.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 51971
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: orphennui@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -23,6 +23,11 @@
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'
+
+------- 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.