GNOME Bugzilla – Bug 580915
PiTiVi segfaults on 64-bit ubuntu 9.04
Last modified: 2009-05-05 13:27:10 UTC
PiTiVi segfaults during initialization after trying defining the ScaleRuler class (a subclass of gtk.Layout) in pitivi/ui/ruler.py.
Both the included pitivi package and git seem to crash during startup.
I can't reproduce this. Could you install debugging symbols and paste a backtrace?
try removing all the .pyc and re-run it (find ./ -name '*.pyc' | xargs rm) I've had this issue before and it seems to be caused during the first call to gobject_register().
commit 7e074cd747883cd78563c5a962ae2403d189785a Author: Alessandro Decina <alessandro.d@gmail.com> Date: Tue May 5 15:17:56 2009 +0200 Make Signallable and Loggable new style classes. Fixes random segfaults with python2.6.