← Back to team overview

zim-wiki team mailing list archive

Re: Zim release 0.55: call for translators and testers

 

I found a bug.  Try this to reproduce:

1.  Make a new note.
2.  Add a few lines of text.
3.  Make one of those newfangled ordered lists.  Make two items, a 1 and a 2.
4.  Make a third item, but hit enter again to delete the number 3 and
go to the next blank line.
5.  Press Ctrl+Backspace twice.  The main Zim window should crash.

Here's the error I see when running with -D:

/usr/lib/pymodules/python2.7/zim/gui/pageview.py:1066: GtkWarning:
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
  self.delete(iter, bound)
/usr/lib/pymodules/python2.7/zim/gui/pageview.py:1066: GtkWarning:
_gtk_text_buffer_get_line_log_attrs: assertion `GTK_IS_TEXT_BUFFER
(buffer)' failed
  self.delete(iter, bound)
DEBUG: Child exited 24304 (u'zim.gui.GtkInterface',
u'file:///home/me/Dropbox/Zim')
DEBUG: No such signal: notebook-list-changed


References