GNOME Bugzilla – Bug 733095
Seeking in track above 36 minutes leads to crash
Last modified: 2014-07-12 16:48:03 UTC
Seeking in a long track above ~36 minutes leads to a crash. The problem is <https://git.gnome.org/browse/gnome-music/tree/gnomemusic/player.py#n667> since /seconds * 1000000/ is no longer an integer. But seeked is defined as an integer in <https://git.gnome.org/browse/gnome-music/tree/gnomemusic/player.py#n74>.
Could you attach the stacktrace for this crash?
Not sure what you mean with stacktrace. The python traceback is Traceback (most recent call last):
+ Trace 233806
retval = fn(*v, **k)
self.on_progress_scale_change_value(self.progressScale)
self.emit('seeked', seconds * 1000000)
Commenting out self.emit('seeked', seconds * 1000000) fixes the bug for me.
Aha, thanks! Pushed a fix for this in https://git.gnome.org/browse/gnome-music/commit/?id=2c11dfc