[MonoDevelop] While typing on a large source-file ocurred a crash...

John Luke jluke@users.sourceforge.net
Tue, 23 Mar 2004 14:33:30 -0500


On Tue, 2004-03-23 at 11:40 -0300, A Rafael D Teixeira wrote:

> MD 0.1
> 
> (MonoDevelop:4659): Gtk-WARNING **: Invalid text buffer iterator: either
> the iterator is uninitialized, or the characters/pixbufs/widgets in the
> buffer have been modified since the iterator was created.
> You must use marks, character numbers, or line numbers to preserve a
> position across buffer modifications.
> You can apply tags and insert marks without invalidating your iterators,
> but any mutation that affects 'indexable' buffer contents (contents that
> can be referred to by character offset)
> will invalidate all outstanding iterators
>  
> Gtk-ERROR **: file gtktextiter.c: line 2026
> (_gtk_text_iter_forward_indexable_segment): assertion failed:
> (gtk_text_iter_starts_line (iter))
> aborting...
> Xlib: unexpected async reply (sequence 0x2aa95)!
> resolve C#
> nm /home/rafael/projetos/mcs/mbas/ecore.cs
> testing
>  
> Should I file a bugzilla?
> 

Yes, it looks like a thread issue (Xlib: unexpected async reply
(sequence 0x2aa95)!), that may or may not have been fixed.  Is it
reproduceable with that certain file?  How large a file? etc.  If you
can try one of the snapshots does it do the same?

Thanks