Bug 756537

Summary: [abrt] pitivi-0.15.0-1.fc16: viewer.py:1004:_store_pixbuf:AttributeError: 'NoneType' object has no attribute 'get_colormap'
Product: [Fedora] Fedora Reporter: Max <scikid9>
Component: pitiviAssignee: Gwyn Ciesla <gwync>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: bugzilla, carl, gwync, hicham.haouari, otte, oxx2k-bugzilla, quantum.analyst
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:c4c1a4cad1198bd7f6f181d17587d8948e5ec120
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-13 15:59:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Max 2011-11-23 21:11:57 UTC
libreport version: 2.0.7
abrt_version:   2.0.6
cmdline:        python /usr/bin/pitivi
comment:        I was using a large project (~20 clips), and it crashed when scrubbing through the project.
executable:     /usr/bin/pitivi
kernel:         3.1.1-2.fc16.x86_64
reason:         viewer.py:1004:_store_pixbuf:AttributeError: 'NoneType' object has no attribute 'get_colormap'
time:           Tue 22 Nov 2011 09:19:04 PM EST
uid:            500
username:       max

backtrace:
:viewer.py:1004:_store_pixbuf:AttributeError: 'NoneType' object has no attribute 'get_colormap'
:
:Traceback (most recent call last):
:  File "/usr/share/pitivi/python/pitivi/pipeline.py", line 840, in _busMessageCb
:    self.emit('state-changed', new)
:  File "/usr/share/pitivi/python/pitivi/signalinterface.py", line 151, in emit
:    *args, **kwargs)
:  File "/usr/share/pitivi/python/pitivi/signalinterface.py", line 126, in emit
:    res = cb(*ar, **kw)
:  File "/usr/share/pitivi/python/pitivi/ui/viewer.py", line 1040, in currentStateCb
:    self._store_pixbuf()
:  File "/usr/share/pitivi/python/pitivi/ui/viewer.py", line 1004, in _store_pixbuf
:    colormap = self.window.get_colormap()
:AttributeError: 'NoneType' object has no attribute 'get_colormap'
:
:Local variables in innermost frame:
:self: <ViewerWidget object at 0x39aad70 (pitivi+ui+viewer+ViewerWidget at 0x3d1bc20)>

Comment 1 oxx2k-bugzilla 2012-02-26 00:00:32 UTC
Package: pitivi-0.15.0-1.fc15
Architecture: i686
OS Release: Fedora release 15 (Lovelock)

Comment
-----
when establising a reproduction start point

Comment 2 Gwyn Ciesla 2012-03-27 18:04:16 UTC
Does this crash with the 0.15.0-3 in updates-testing?

Comment 3 Jonathan Gazeley 2012-03-31 11:42:19 UTC
Opened an existing saved project with Pitivi, the error came up immediately

Package: pitivi-0.15.0-1.fc16
OS Release: Fedora release 16 (Verne)

Comment 4 Gwyn Ciesla 2012-03-31 16:43:29 UTC
Try 0.15.0-3.

Comment 5 Jonathan Gazeley 2012-04-04 08:25:05 UTC
I opened Pitivi and opened a saved project

Package: pitivi-0.15.0-1.fc16
OS Release: Fedora release 16 (Verne)

Comment 6 Gwyn Ciesla 2012-04-04 12:10:10 UTC
Right, but if you install 0.15.0-3 from updates-testing, does it still crash?

Comment 7 Elliott Sales de Andrade 2012-04-21 06:48:05 UTC
1. Open PiTiVi.
2. Click New Project.


Package: pitivi-0.15.0-3.fc16
OS Release: Fedora release 16 (Verne)

Comment 8 oxx2k-bugzilla 2012-05-06 15:06:43 UTC
Package: pitivi-0.15.1-1.fc15
Architecture: i686
OS Release: Fedora release 15 (Lovelock)

Comment
-----
when opening pitivi

Comment 9 Carl van Tonder 2012-12-12 00:13:26 UTC
1. Open PiTiVi
2. Add a clip to the movie
3. Attempt to add "OpenCVFaceDetect" filter to clip (OpenCV is not installed)

Package: pitivi-0.15.2-1.fc17.noarch
OS Release: Fedora 17 (Tofu Miracle)

Traceback (most recent call last):
  File "/usr/share/pitivi/python/pitivi/pipeline.py", line 840, in _busMessageCb
    self.emit('state-changed', new)
  File "/usr/share/pitivi/python/pitivi/signalinterface.py", line 151, in emit
    *args, **kwargs)
  File "/usr/share/pitivi/python/pitivi/signalinterface.py", line 126, in emit
    res = cb(*ar, **kw)
  File "/usr/share/pitivi/python/pitivi/ui/viewer.py", line 1040, in currentStateCb
    self._store_pixbuf()
  File "/usr/share/pitivi/python/pitivi/ui/viewer.py", line 1004, in _store_pixbuf
    colormap = self.window.get_colormap()
AttributeError: 'NoneType' object has no attribute 'get_colormap'
Traceback (most recent call last):
  File "/usr/share/pitivi/python/pitivi/pipeline.py", line 840, in _busMessageCb
    self.emit('state-changed', new)
  File "/usr/share/pitivi/python/pitivi/signalinterface.py", line 151, in emit
    *args, **kwargs)
  File "/usr/share/pitivi/python/pitivi/signalinterface.py", line 126, in emit
    res = cb(*ar, **kw)
  File "/usr/share/pitivi/python/pitivi/ui/viewer.py", line 1040, in currentStateCb
    self._store_pixbuf()
  File "/usr/share/pitivi/python/pitivi/ui/viewer.py", line 1004, in _store_pixbuf
    colormap = self.window.get_colormap()
AttributeError: 'NoneType' object has no attribute 'get_colormap'
Segmentation fault

Comment 10 Carl van Tonder 2012-12-12 00:14:16 UTC
Same result with OpenCV installed.

Comment 11 Fedora End Of Life 2013-01-16 14:43:57 UTC
This message is a reminder that Fedora 16 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 16. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '16'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 16's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 16 is end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" and open it against that version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 12 Fedora End Of Life 2013-02-13 15:59:27 UTC
Fedora 16 changed to end-of-life (EOL) status on 2013-02-12. Fedora 16 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.