I can reproduce the problem too. If it's the same problem than the bug 3341 on gramps-project bug list, http://www.gramps-project.org/bugs/view.php?id=3341
** (gramps.py:5858): DEBUG: NP_Initialize ** (gramps.py:5858): DEBUG: NP_Initialize succeeded --- modulename: GeoView, funcname: page_loaded GeoView.py(210): self.set_button_sensitivity() --- modulename: GeoView, funcname: set_button_sensitivity GeoView.py(187): self.fct() --- modulename: GeoView, funcname: set_button_sensitivity GeoView.py(420): self.forward_action.set_sensitive(self.renderer.can_go_forward()) --- modulename: GeoView, funcname: can_go_forward GeoView.py(169): return self.window.can_go_forward() GeoView.py(421): self.back_action.set_sensitive(self.renderer.can_go_back()) --- modulename: GeoView, funcname: can_go_back GeoView.py(157): return self.window.can_go_back() Segmentation fault (core dumped) This is a libwebkit or a python-webkit problem : I ask to webkit if I can go back ( go to the prior html page ) It should answer False because at this moment, we have no html page loaded. As you can see, the can_go_forward is ok. This is used to have the back and forward button active or not. self.window = webkit.webview() If I use : python -m trace --count when I launch gramps, sometimes it work, sometimes it doesn't, So The problem appears ( I suppose ) when webkit is not fully initialized. Does it help ? is it the same bug than https://bugs.launchpad.net/ubuntu/+source/gramps/+bug/388815 ? ** Bug watch added: GRAMPS Bug Tracking System #3341 http://www.gramps-project.org/bugs/view.php?id=3341 -- Gramps crashes after some minutes https://bugs.launchpad.net/bugs/448670 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