After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580915 - PiTiVi segfaults on 64-bit ubuntu 9.04
PiTiVi segfaults on 64-bit ubuntu 9.04
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal blocker
: 0.13.1
Assigned To: Alessandro Decina
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-30 16:56 UTC by Brandon Lewis
Modified: 2009-05-05 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brandon Lewis 2009-04-30 16:56:44 UTC
PiTiVi segfaults during initialization after trying defining the ScaleRuler class (a subclass of gtk.Layout) in pitivi/ui/ruler.py.
Comment 1 Brandon Lewis 2009-04-30 16:58:21 UTC
Both the included pitivi package and git seem to crash during startup.
Comment 2 Alessandro Decina 2009-05-04 12:29:19 UTC
I can't reproduce this. Could you install debugging symbols and paste a backtrace?
Comment 3 Edward Hervey 2009-05-05 07:41:13 UTC
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().
Comment 4 Alessandro Decina 2009-05-05 13:27:10 UTC
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.