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 392204 - pitivi crash when objectfactory doesn't have valid thumbnail file
pitivi crash when objectfactory doesn't have valid thumbnail file
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal critical
: 0.10.2
Assigned To: Pitivi maintainers
Pitivi maintainers
: 392712 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-03 08:07 UTC by Kevin Kubasik
Modified: 2007-01-08 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ubuntu Crash file (45.33 KB, application/octet-stream)
2007-01-03 08:14 UTC, Kevin Kubasik
Details

Description Kevin Kubasik 2007-01-03 08:07:57 UTC
When trying to move some audio tracks around, I get the following crash in current SVN.

Traceback (most recent call last):
  • File "pitivi/ui/tracklayer.py", line 97 in _compSourceAddedCb
    widget = ComplexTimelineSource(source, self.layerInfo)
  • File "pitivi/ui/complexsource.py", line 49 in __init__
    self.thumbnailsurface = cairo.ImageSurface.create_from_png(self.source.factory.thumbnail)
cairo.Error: file not found

Comment 1 Kevin Kubasik 2007-01-03 08:14:53 UTC
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
Comment 2 Edward Hervey 2007-01-04 10:27:34 UTC
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
Comment 3 Edward Hervey 2007-01-04 12:19:46 UTC
*** Bug 392712 has been marked as a duplicate of this bug. ***
Comment 4 Kevin Kubasik 2007-01-04 15:30:27 UTC
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...
Comment 5 Edward Hervey 2007-01-08 11:48:36 UTC
Changing title to reflect the real issue.
Comment 6 Edward Hervey 2007-01-08 11:53:29 UTC
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