GNOME Bugzilla – Bug 407590
crash using gconfaudiosink
Last modified: 2007-03-02 09:45:36 UTC
Version: 0.9.7.90 What were you doing when the application crashed? Distribution: Unknown Gnome Release: 2.17.91 2007-02-13 (JHBuild) BugBuddy Version: 2.17.3 System: Linux 2.6.19.2-mactel #6 SMP PREEMPT Fri Feb 2 21:39:35 CET 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70199002 Selinux: No Accessibility: Enabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 139706368 vsize: 139706368 resident: 45699072 share: 19877888 rss: 45699072 rss_rlim: 4294967295 CPU usage: start_time: 1171396382 rtime: 801 utime: 736 stime: 65 cutime:2 cstime: 2 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/local/bin/rhythmbox' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1232185680 (LWP 17071)] [New Thread -1337984080 (LWP 17470)] [New Thread -1309553744 (LWP 17463)] [New Thread -1301161040 (LWP 17462)] [New Thread -1269830736 (LWP 17459)] [New Thread -1278223440 (LWP 17446)] 0xb7156081 in process_responses () from /usr/X11R6/lib/libX11.so.6
+ Trace 110469
Thread 4 (Thread -1301161040 (LWP 17462))
----------- .xsession-errors --------------------- ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** Message: ATK_ROLE_TOOLTIP object found, but doesn't look like a tooltip. ** CRITICAL **: file gconf.c: line 102 (gst_gconf_get_key_for_sink_profile): should not be reached aborting... GTK Accessibility Module initialized Bonobo accessibility support initialized GTK Accessibility Module initialized Bonobo accessibility support initialized --------------------------------------------------
If you look at thread 4, frame #9, you can see that gst_gconf_get_key_for_sink_profile is called with GCONF_PROFILE_NONE. This is impossible as of a recent commit: http://webcvs.freedesktop.org/gstreamer/gst-plugins-good/ext/gconf/gstgconfaudiosink.c?r1=1.16&r2=1.17 So it looks like it's fixed in CVS.
closing, reopen if the problem is still there.