/[beaver]/beaver/BUGS
ViewVC logotype

Diff of /beaver/BUGS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by skypher, Mon Mar 17 12:14:03 2003 UTC revision 1.4 by skypher, Wed Aug 20 08:59:45 2003 UTC
# Line 4  Known problems/bugs: Line 4  Known problems/bugs:
4          - crashes sometimes on exit          - crashes sometimes on exit
5          - crashes sometimes on file close          - crashes sometimes on file close
6          - (beaver:21808): Gtk-CRITICAL **: file gtktextbuffer.c: line 2166 (gtk_text_buffer_apply_tag):          - (beaver:21808): Gtk-CRITICAL **: file gtktextbuffer.c: line 2166 (gtk_text_buffer_apply_tag):
                 assertion `tag->table == buffer->tag_table' failed  
7                    assertion `tag->table == buffer->tag_table' failed
8    
9    -----------------------------------------------------
10    
11    (beaver:454): GtkSourceView-CRITICAL **: file gtksourcebuffer.c: line 1123 (gtk_
12    source_buffer_can_redo): assertion `GTK_IS_SOURCE_BUFFER (buffer)' failed
13    
14    (beaver:454): GtkSourceView-CRITICAL **: file gtksourcebuffer.c: line 1115 (gtk_
15    source_buffer_can_undo): assertion `GTK_IS_SOURCE_BUFFER (buffer)' failed
16    
17    (beaver:454): Gtk-CRITICAL **: file gtktextbuffer.c: line 3458 (gtk_text_buffer_
18    get_selection_bounds): assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
19    
20    (beaver:454): Gtk-WARNING **: Invalid text buffer iterator: either the iterator  
21    is uninitialized, or the characters/pixbufs/widgets in the buffer have been modi
22    fied since the iterator was created.
23    You must use marks, character numbers, or line numbers to preserve a position ac
24    ross buffer modifications.
25    You can apply tags and insert marks without invalidating your iterators,
26    but any mutation that affects 'indexable' buffer contents (contents that can be  
27    referred to by character offset)
28    will invalidate all outstanding iterators
29    
30    Program received signal SIGSEGV, Segmentation fault.
31    [Switching to Thread 1024 (LWP 454)]
32    0x401e13c6 in _gtk_text_btree_get_chars_changed_stamp ()
33       from /usr/local/lib/libgtk-x11-2.0.so.0
34    (gdb)
35    (gdb) bt
36    #0  0x401e13c6 in _gtk_text_btree_get_chars_changed_stamp ()
37       from /usr/local/lib/libgtk-x11-2.0.so.0
38    #1  0x401fa13f in gtk_text_iter_get_line ()
39       from /usr/local/lib/libgtk-x11-2.0.so.0
40    #2  0x08051607 in catch_mult_line_indents (widget=0x8435128, event=0x824ce18,
41        data=0xc) at editor.c:297
42    #3  0x4015f45e in _gtk_marshal_BOOLEAN__BOXED ()
43       from /usr/local/lib/libgtk-x11-2.0.so.0
44    
45    --------------------------------------------------------
46    
47    when closing last file:
48    
49    Program received signal SIGSEGV, Segmentation fault.
50    [Switching to Thread 1024 (LWP 299)]
51    0x4056875f in g_type_check_instance_cast () from /usr/local/lib/libgobject-2.0.so.0
52    (gdb) bt
53    #0  0x4056875f in g_type_check_instance_cast () from /usr/local/lib/libgobject-2.0.so.0
54    #1  0x0805bf17 in display_line_column (data=0) at msgbar.c:164
55    #2  0x405add79 in g_timeout_dispatch () from /usr/local/lib/libglib-2.0.so.0
56    
57    ----------------------------------------------------------
58    
59    Program received signal SIGSEGV, Segmentation fault.
60    [Switching to Thread 1024 (LWP 286)]
61    0x0805c3cf in go_to_search_result (result=0x0, match_num=1) at search.c:92
62    92              match = g_ptr_array_index (result->results, match_num);
63    (gdb) bt
64    #0  0x0805c3cf in go_to_search_result (result=0x0, match_num=1) at search.c:92
65    #1  0x40160a87 in _gtk_marshal_VOID__BOXED_OBJECT ()
66    
67    OCCURED WHEN: did a search for one thing, eliminated all occurences of it and double-clicked on an entry in the find results
68    
69    -----------------------------------------------------------
70    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26