[Bug 521434] Re: [lucid] gnote crash on note opening

2010-03-20 Thread Roman Yepishev
*** This bug is a duplicate of bug 538818 *** https://bugs.launchpad.net/bugs/538818 ** This bug is no longer a duplicate of bug 522372 gnote crashed with SIGSEGV in gtk_text_iter_get_offset() ** This bug has been marked a duplicate of bug 538818 gtkmm 2.19.4 has a bug with

[Bug 521434] Re: [lucid] gnote crash on note opening

2010-02-17 Thread Brian Murray
*** This bug is a duplicate of bug 522372 *** https://bugs.launchpad.net/bugs/522372 I am going to mark this as a duplicate of bug 522372 as it is an apport crash which is slightly more usable than this. ** This bug has been marked a duplicate of bug 522372 gnote crashed with SIGSEGV in

[Bug 521434] Re: [lucid] gnote crash on note opening

2010-02-16 Thread Brian Murray
** Also affects: gnote (Debian) Importance: Undecided Status: New -- [lucid] gnote crash on note opening https://bugs.launchpad.net/bugs/521434 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 521434] Re: [lucid] gnote crash on note opening

2010-02-16 Thread Roman Yepishev
It appears that something becomes corrupted in Gtk::TextBuffer. This is what is printed when the code below is executed. notebuffer.cpp: NoteBuffer::NoteBuffer(const NoteTagTable::Ptr tags, Note note) : Gtk::TextBuffer(tags) , m_undomanager(NULL) , m_note(note) {