[Mono-bugs] [Bug 61771][Nor] Changed - Crash on search
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 22 16:54:34 EDT 2005
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 dean at brettle.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61771
--- shadow/61771 2005-09-22 15:26:25.000000000 -0400
+++ shadow/61771.tmp.8538 2005-09-22 16:54:34.000000000 -0400
@@ -89,6 +89,30 @@
------- Additional Comments From dean at brettle.com 2005-09-22 15:26 -------
Crash also occurs with gtksourceview-sharp at 50523 (current SVN HEAD).
+
+------- Additional Comments From dean at brettle.com 2005-09-22 16:54 -------
+I don't *think* this is caused by a sytactic API change. The problem
+still occurs after regenerating:
+
+gtksourceview-sharp/gtksourceview/gtksourceview-api.raw
+
+from the gtksourceview-1.1.0 source code, and making minor changes to
+MonoDevelop to compile against the resulting gtksourceview-sharp
+assembly. (I commented out a few bits of MonoDevelop related to
+GtkSourceView.SourceTagStyle because apparently that type was made
+opaque sometime between 1.0.0 and 1.1.0).
+
+Also, I was unable to reproduce the problem using gedit (which also
+uses gtksourceview) so the bug seems to be specific to MonoDevelop's
+use of gtksourceview.
+
+Can anyone tell me whether the problem occurs with gtksourceview-1.0?
+ That would help determine whether the cause is some sort of semantic
+API change in gtksourceview or a bug in the MonoDevelop code.
+
+
+
+
More information about the mono-bugs
mailing list