Bug 586932 - [abrt] crash in pitivi-0.13.3-3.3.837f0d73.fc13: controller.py:81:pos:AttributeError: 'NoneType' object has no attribute 'get_bounds'
Summary: [abrt] crash in pitivi-0.13.3-3.3.837f0d73.fc13: controller.py:81:pos:Attribu...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pitivi
Version: 13
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jeffrey C. Ollie
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:6771fc9f
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-28 14:23 UTC by Baris Cicek
Modified: 2010-04-28 14:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-28 14:40:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (799 bytes, text/plain)
2010-04-28 14:23 UTC, Baris Cicek
no flags Details

Description Baris Cicek 2010-04-28 14:23:12 UTC
abrt 1.0.9 detected a crash.

architecture: x86_64
cmdline: python /usr/bin/pitivi
comment: I was slicing video, and pressing remove to get rid of junk parts.
component: pitivi
executable: /usr/bin/pitivi
kernel: 2.6.33.2-57.fc13.x86_64
package: pitivi-0.13.3-3.3.837f0d73.fc13
reason: controller.py:81:pos:AttributeError: 'NoneType' object has no attribute 'get_bounds'
release: Fedora release 13 (Goddard)

backtrace
-----
controller.py:81:pos:AttributeError: 'NoneType' object has no attribute 'get_bounds'

Traceback (most recent call last):
  File "/usr/share/pitivi/python/pitivi/ui/controller.py", line 140, in button_release_event
    self._drag_end(item, self._dragging, event)
  File "/usr/share/pitivi/python/pitivi/ui/controller.py", line 183, in _drag_end
    if self._ptr_within and self._drag_threshold():
  File "/usr/share/pitivi/python/pitivi/ui/controller.py", line 195, in _drag_threshold
    last = self.pos(self._dragging)
  File "/usr/share/pitivi/python/pitivi/ui/controller.py", line 81, in pos
    bounds = item.get_bounds()
AttributeError: 'NoneType' object has no attribute 'get_bounds'

Local variables in innermost frame:
item: None
self: <pitivi.ui.trackobject.Controller object at 0x34175d0>

Comment 1 Baris Cicek 2010-04-28 14:23:14 UTC
Created attachment 409852 [details]
File: backtrace

Comment 2 Jeffrey C. Ollie 2010-04-28 14:40:46 UTC
Please update to 0.13.4


Note You need to log in before you can comment on or make changes to this bug.