I tried to reproduce with the steps you described, but it didn't crash? Can you reproduce it systematically?
A crash inside gtk_tree_path_next sounds very unlikely, so I think it may be some memory corruption: can you attach a valgrind log of the crash? To obtain it run: G_SLICE=always-malloc G_DEBUG=gc-friendly,resident-modules valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num- callers=20 --log-file=vgdump gedit and attach the vgdump file -- gedit crashed with SIGSEGV in gtk_tree_path_next() https://bugs.launchpad.net/bugs/283633 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
