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 701658 - Critical warning when moving progress bar while song is paused
Critical warning when moving progress bar while song is paused
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-05 16:13 UTC by Arnel Borja
Modified: 2013-06-05 16:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.02 KB, patch)
2013-06-05 16:14 UTC, Arnel Borja
none Details | Review
Ensure that there is a timeout before removing it on button press (1.01 KB, patch)
2013-06-05 16:26 UTC, Vadim Rutkovsky
committed Details | Review

Description Arnel Borja 2013-06-05 16:13:31 UTC
To reproduce, play a song then pause it, then move the button of the progress bar.

Something similar to the following should show up:

(gnome-music:3408): GLib-CRITICAL **: g_source_remove: assertion 'tag > 0' failed

This is because pausing the song removes the timeout, and we don't check first if it is already removed on button press.
Comment 1 Arnel Borja 2013-06-05 16:14:26 UTC
Created attachment 246097 [details] [review]
Patch
Comment 2 Vadim Rutkovsky 2013-06-05 16:26:33 UTC
Thanks, pushed

The following fix has been pushed:
6d4c0be Ensure that there is a timeout before removing it on button press
Comment 3 Vadim Rutkovsky 2013-06-05 16:26:36 UTC
Created attachment 246098 [details] [review]
Ensure that there is a timeout before removing it on button press