GNOME Bugzilla – Bug 732952
crash in update_card (gvc-mixer-control.c) when using pulseaudio-5.0
Last modified: 2014-07-10 12:00:40 UTC
Created attachment 280284 [details] [review] quick-n-dirty workaround for crash condition Seeing this downstream in fedora, https://bugzilla.redhat.com/show_bug.cgi?id=1117683 that gvc-mixer-control.c tries to query profile names (for g_debug calls mostly?), and these names sometimes happen to be NULL when using pulseaudio-5.0, so crashes happen. Attached is a quick-n-dirty workaround to avoid this situation, but probably worthwhile digging deeper to find why the profile names aren't getting set.
Shouldn't pulseaudio be fixed instead, to provide names that are not NULL?
Quite possible, I've filed a bug against pulseaudio (pavucontrol) too, https://bugs.freedesktop.org/show_bug.cgi?id=81116
OK, pulseaudio dev onlist agrees with that approach (of fixing pulseaudio), let's close this (for now).