GNOME Bugzilla – Bug 773810
Totem crashes with SIGSEGV, when color balance is modifed and reset.
Last modified: 2016-12-06 09:31:38 UTC
(gdb) bt
+ Trace 236805
Steps to reproduce: ------------------- 1. Open totem and play a movie. 2. Goto Preferences -> Display -> Color Balance and adjust brightness. 3. Click on 'Reset to Defaults' and close 'Preferences' 4. Click < in header bar and select a different movie. 5. Totem crashes.
I can't reproduce this bug. Which version of clutter-gst is that with?
root@unstable:~# dpkg -l | grep clutter | awk '{ print $2, $3 }' gir1.2-clutter-1.0:amd64 1.26.0+dfsg-1 gir1.2-clutter-gst-3.0:amd64 3.0.20-1 gir1.2-gtkclutter-1.0:amd64 1.8.2-1 gstreamer1.0-clutter-3.0 3.0.20-1 gstreamer1.0-clutter-3.0-dbgsym 3.0.20-1 libclutter-1.0-0:amd64 1.26.0+dfsg-1 libclutter-1.0-common 1.26.0+dfsg-1 libclutter-1.0-dev 1.26.0+dfsg-1 libclutter-gst-3.0-0:amd64 3.0.20-1 libclutter-gst-3.0-0-dbgsym:amd64 3.0.20-1 libclutter-gst-3.0-dev 3.0.20-1 libclutter-gtk-1.0-0:amd64 1.8.2-1 libclutter-gtk-1.0-dev 1.8.2-1
I was able to 100% reproduce this in a debian guest too, in Virtualbox: bugs@sid-reportbug:~$ uname -a Linux sid-reportbug 4.7.0-1-686-pae #1 SMP Debian 4.7.8-1 (2016-10-19) i686 GNU/Linux
Thanks for reporting this. I just pushed a few patches to fix this issue on the 3.0 branch. I need to verify something else and will do a new release soon.
Any idea when 3.0.21 will be made available. Thanks !
Really sorry about that, I should have done it a month ago. New release available here : https://download.gnome.org/sources/clutter-gst/3.0/
Thanks.