beaver-devel
[Top][All Lists]
Advanced

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

[Beaver-devel] Invalid iterator bug


From: Leslie P. Polzer
Subject: [Beaver-devel] Invalid iterator bug
Date: Fri, 11 Jul 2003 19:51:50 +0200

I get core dump this every once in a while when I do indenting:

---

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

(beaver:291): 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

---

Full bt with uninteresting parts deleted:

#0  0x401e03c6 in _gtk_text_btree_get_chars_changed_stamp ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#1  0x401f913f in gtk_text_iter_get_line ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
No symbol table info available.

#2  0x08051607 in catch_mult_line_indents (widget=0x82be5d0, event=0x81c9510, 
    data=0x4) at editor.c:297
        ch = 1076955704
        mark = (struct _GtkTextMark *) 0xbffff108
        start = {dummy1 = 0xbffff220, dummy2 = 0x0, dummy3 = 32, 
  dummy4 = 1079489432, dummy5 = 0, dummy6 = 137090416, dummy7 = 0, 
  dummy8 = 1079489432, dummy9 = 0xbffff350, dummy10 = 0x82bd570, 
  dummy11 = -1073745656, dummy12 = 1079427211, dummy13 = -1073745072, 
  dummy14 = 0x14}
        end = {dummy1 = 0x0, dummy2 = 0x0, dummy3 = 1, dummy4 = 1079401758, 
  dummy5 = -1073745376, dummy6 = 0, dummy7 = -1073745752, dummy8 = 1079418190, 
  dummy9 = 0x14, dummy10 = 0x14, dummy11 = 0, dummy12 = 1079405086, 
  dummy13 = -1073745376, dummy14 = 0xbffff220}
        rv = 0

#3  0x4015e45e in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#4  0x4054c368 in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0
No symbol table info available.
#5  0x4055f6c4 in signal_emit_unlocked_R ()
   from /usr/local/lib/libgobject-2.0.so.0
No symbol table info available.
#6  0x4055e3dc in g_signal_emit_valist ()
   from /usr/local/lib/libgobject-2.0.so.0
No symbol table info available.
#7  0x4055e924 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0
No symbol table info available.
#8  0x4026d16c in gtk_widget_event_internal ()
   from /usr/local/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#9  0x4027d7e9 in gtk_window_key_press_event ()
   from /usr/local/lib/libgtk-x11-2.0.so.0


Leslie

-- 
Current Main System: LFS Linux dreadnought 2.4.21-openmosix-1 #9 Wed Jul 9 
12:15:29 CEST 2003 i686
Random Religious Statement: GNOME at least sucks less than KDE!




reply via email to

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