This bug is in gtkmm (libgtkmm-2.4-1c2a) 2.19.4.  According to
https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/521412 this has
been fixed in 2.19.5.

This is a critical bug and gtkmm needs to a version bump for Lucid since
any gtkmm app that uses Gtk::TextBuffer will probably have the same
problem (including my project).

Code to reproduce:

#include <gtkmm.h>

int main(int argc, char *argv[]) {
        Gtk::Main kit(argc, argv);
        Glib::RefPtr<Gtk::TextBuffer> buf = Gtk::TextBuffer::create();
}

Command to compile above program:
gcc `pkg-config --cflags --libs gtkmm-2.4` bug.cpp

-- 
gnote crashed with SIGSEGV in gtk_text_iter_get_offset()
https://bugs.launchpad.net/bugs/522372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to