beaver-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Beaver-devel] Bugreport


From: Michael Terry
Subject: Re: [Beaver-devel] Bugreport
Date: Sat, 16 Aug 2003 16:19:25 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2

Good summary of known bugs. It's possible I have some free time to devote to Beaver coming up, and will try to nail some of these down (in preperation of 0.4.0, eh?).

-mt


Leslie P. Polzer wrote:
Hello,

I'm at it again after a move (there will be another one in Septembre or
Octobre FYI).
Bugs I found in the meantime:

-----------------------------------------------------

this one is not critical IIRC:

(beaver:21808): Gtk-CRITICAL **: file gtktextbuffer.c: line 2166 (gtk_ text_buffer_apply_tag):
                assertion `tag->table == buffer->tag_table' failed

-----------------------------------------------------

(beaver:454): GtkSourceView-CRITICAL **: file gtksourcebuffer.c: line 1123 (gtk_ source_buffer_can_redo): assertion `GTK_IS_SOURCE_BUFFER (buffer)' failed

(beaver:454): GtkSourceView-CRITICAL **: file gtksourcebuffer.c: line 1115 (gtk_ source_buffer_can_undo): assertion `GTK_IS_SOURCE_BUFFER (buffer)' failed

(beaver:454): Gtk-CRITICAL **: file gtktextbuffer.c: line 3458 (gtk_text_buffer_ get_selection_bounds): assertion `GTK_IS_TEXT_BUFFER (buffer)' failed

(beaver:454): Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modi fied since the iterator was created. You must use marks, character numbers, or line numbers to preserve a position ac ross 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

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 454)]
0x401e13c6 in _gtk_text_btree_get_chars_changed_stamp ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
(gdb) (gdb) bt
#0  0x401e13c6 in _gtk_text_btree_get_chars_changed_stamp ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
#1  0x401fa13f in gtk_text_iter_get_line ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
#2 0x08051607 in catch_mult_line_indents (widget=0x8435128, event=0x824ce18, data=0xc) at editor.c:297
#3  0x4015f45e in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/local/lib/libgtk-x11-2.0.so.0

--------------------------------------------------------

when closing last file:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 299)]
0x4056875f in g_type_check_instance_cast () from 
/usr/local/lib/libgobject-2.0.so.0
(gdb) bt
#0  0x4056875f in g_type_check_instance_cast () from 
/usr/local/lib/libgobject-2.0.so.0
#1  0x0805bf17 in display_line_column (data=0) at msgbar.c:164
#2  0x405add79 in g_timeout_dispatch () from /usr/local/lib/libglib-2.0.so.0

----------------------------------------------------------

did a search for one thing, eliminated all occurences of it and
double-clicked on an entry in the find results...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 286)]
0x0805c3cf in go_to_search_result (result=0x0, match_num=1) at search.c:92
92              match = g_ptr_array_index (result->results, match_num);
(gdb) bt
#0  0x0805c3cf in go_to_search_result (result=0x0, match_num=1) at search.c:92
#1  0x40160a87 in _gtk_marshal_VOID__BOXED_OBJECT ()

-----------------------------------------------------------


Apart from that Multiline-Indent still has some problems and often doesn't
work at all. Syhi language often has to be turned on/chosen manually.

Leslie







reply via email to

[Prev in Thread] Current Thread [Next in Thread]