This is most likely to be the gtkspell problem. If you can reproduce the gramps crash, try running the code below in terminal, without gramps. It should not crash if there's no bug. If this crashes then it's a gtkspell bug.
$ python >>> import gtk >>> import gtkspell >>> import locale >>> lang = locale.getlocale()[0] >>> if lang == None: ... print "lang is None" ... success = False ... else: ... gtkspell.Spell(gtk.TextView()).set_language(lang) ... success = True ... >>> success True -- [gutsy] gramps segfaults on load, and dumps https://bugs.launchpad.net/bugs/120569 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
