GNOME Bugzilla – Bug 746227
Reproducible crash switching sound output
Last modified: 2015-03-17 11:22:24 UTC
Instruction to reproduce: 1) Open sound panel 2) Click on a different output UI device (It so happens that on my box it also maps to the same ALSA device. I don't know if it's relevant) g-c-c version: GNOME_CONTROL_CENTER_3_15_91-26-g81afd90 pulseaudio version: v6.0-38-gb8bcfeb Backtrace:
+ Trace 234845
I can reproduce this, but I cannot get any applications to show in a jhbuilt control-center right now, or get it to switch to the Sound panel. Might be related to bug 738869. Rui?
See also: https://bugzilla.gnome.org/show_bug.cgi?id=746301 To fix the pixman errors when opening the panel.
This regresses bug 738869 commit 2476dde3b5ecffdfeba6b0e48694589081e2af82 Author: Bastien Nocera <hadess@hadess.net> Date: Tue Mar 17 12:06:21 2015 +0100 Revert "sound: Fix the main volume bars to correctly display changes in volume" This results in crashes when switching inputs or outputs, as other parts of the code expect only application bars being added to that hashtable. The bar was destroyed when switching outputs (as the stream is removed before a new one being added) but with the bar pointing to freed memory. This reverts commit 22fa7f1292922621ab6099019f810c2b0a621c99. https://bugzilla.gnome.org/show_bug.cgi?id=746227