GNOME Bugzilla – Bug 392204
pitivi crash when objectfactory doesn't have valid thumbnail file
Last modified: 2007-01-08 11:53:29 UTC
When trying to move some audio tracks around, I get the following crash in current SVN. Traceback (most recent call last):
+ Trace 98933
widget = ComplexTimelineSource(source, self.layerInfo)
self.thumbnailsurface = cairo.ImageSurface.create_from_png(self.source.factory.thumbnail)
Created attachment 79253 [details] Ubuntu Crash file This is the .crash file that ubuntu produces when it detects a crash. Use of the apport tool can make sense of this file. To install apport bzr mirror http://bazaar.launchpad.net/~ubuntu-core-dev/apport/ubuntu
Since pitivi is a python program, a backtrace is not very helpful. Could you instead try to reproduce the problem with a debug log: > GST_DEBUG=2,python:5 pitivi > log 2>&1 and attach the compressed log ? > bzip2 log
*** Bug 392712 has been marked as a duplicate of this bug. ***
Alright, I've tried a couple times but can't reproduce this crash, I've gotten several other random ones, but not this one. I'll keep trying, but I think i've updated SVN since this crash, and its possible it was fixed...
Changing title to reflect the real issue.
Thanks for reporting the issue. Now fixed in svn. 2007-01-08 Edward Hervey <edward@fluendo.com> * pitivi/ui/complexsource.py: * pitivi/ui/timelineobjects.py: Use default video icon if no real thumbnail is available. Fixes #392204