Bug 569199 - [abrt] crash in Miro-2.5.4-2.fc12: player.py:60:skip_backward:TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'
Summary: [abrt] crash in Miro-2.5.4-2.fc12: player.py:60:skip_backward:TypeError: unsu...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Miro
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Alex Lancaster
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:49621c99
: 554631 580366 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-28 17:41 UTC by aten
Modified: 2010-05-15 20:19 UTC (History)
6 users (show)

Fixed In Version: Miro-3.0.1-1.fc12
Clone Of:
Environment:
Last Closed: 2010-05-15 20:19:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.62 KB, text/plain)
2010-02-28 17:41 UTC, aten
no flags Details

Description aten 2010-02-28 17:41:23 UTC
abrt 1.0.7 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/miro.real
component: Miro
executable: /usr/bin/miro.real
kernel: 2.6.31.12-174.2.22.fc12.x86_64
package: Miro-2.5.4-2.fc12
reason: player.py:60:skip_backward:TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'
release: Fedora release 12 (Constantine)

backtrace
-----
player.py:60:skip_backward:TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'

Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/miro/frontends/widgets/gtk/window.py", line 127, in do_key_press_event
    return WrappedWindow.do_key_press_event(self, event)
  File "/usr/lib64/python2.6/site-packages/miro/frontends/widgets/gtk/window.py", line 113, in do_key_press_event
    if wrappermap.wrapper(self).emit('key-press', key, modifiers):
  File "/usr/lib64/python2.6/site-packages/miro/signals.py", line 155, in emit
    if callback.invoke(self, args):
  File "/usr/lib64/python2.6/site-packages/miro/signals.py", line 89, in invoke
    return callback(obj, *(args + self.extra_args))
  File "/usr/lib64/python2.6/site-packages/miro/frontends/widgets/application.py", line 150, in on_key_press
    return playback.handle_key_press(key, mods)
  File "/usr/lib64/python2.6/site-packages/miro/frontends/widgets/playback.py", line 560, in handle_key_press
    app.widgetapp.on_skip_backward()
  File "/usr/lib64/python2.6/site-packages/miro/frontends/widgets/application.py", line 275, in on_skip_backward
    app.playback_manager.skip_backward()
  File "/usr/lib64/python2.6/site-packages/miro/frontends/widgets/playback.py", line 466, in skip_backward
    self.player.skip_backward()
  File "/usr/lib64/python2.6/site-packages/miro/player.py", line 60, in skip_backward
    pos = max(0, current - 15.0)
TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'

Local variables in innermost frame:
duration: None
current: None
self: <miro.frontends.widgets.gtk.video.VideoPlayer object at 0x3ea0550>

Comment 1 aten 2010-02-28 17:41:25 UTC
Created attachment 396891 [details]
File: backtrace

Comment 2 Alex Lancaster 2010-03-01 04:49:15 UTC
Can you describe the exact conditions that generated this crash and/or can you
reproduce it reliably?  Without reproducibility, it's very hard to fix these
kinds of crashes.

Comment 3 aten 2010-03-01 13:44:36 UTC
(In reply to comment #2)
> Can you describe the exact conditions that generated this crash and/or can you
> reproduce it reliably?  Without reproducibility, it's very hard to fix these
> kinds of crashes.    

Alex, this happens when I close Miro. I don't know what exactly triggers the abrt because the giu is gone and I don't see anything.

Comment 4 Alex Lancaster 2010-04-08 05:49:37 UTC
*** Bug 580366 has been marked as a duplicate of this bug. ***

Comment 5 Louis van Dyk 2010-04-15 21:28:38 UTC

How to reproduce
-----
1.  open avi file
2.  WAN link was congested
3.

Comment 6 Ben Dean-Kawamura 2010-05-05 19:43:28 UTC
I'm pretty sure this is a duplicate of http://bugzilla.pculture.org/show_bug.cgi?id=13206 and it's been fixed upstream.

Comment 7 Alex Lancaster 2010-05-05 19:45:58 UTC
(In reply to comment #6)
> I'm pretty sure this is a duplicate of
> http://bugzilla.pculture.org/show_bug.cgi?id=13206 and it's been fixed
> upstream.    

Thanks for the heads-up!  We will be pushing an update to 3.0.x for F-12 soon, so we'll be sure to mark this bug as part of the update so it gets closed.

Comment 8 Michel Lind 2010-05-05 23:58:47 UTC
*** Bug 554631 has been marked as a duplicate of this bug. ***

Comment 9 Fedora Update System 2010-05-06 00:05:14 UTC
Miro-3.0.1-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/Miro-3.0.1-1.fc12

Comment 10 Fedora Update System 2010-05-07 03:51:31 UTC
Miro-3.0.1-1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update Miro'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/Miro-3.0.1-1.fc12

Comment 11 Fedora Update System 2010-05-15 20:18:30 UTC
Miro-3.0.1-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.


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