GNOME Bugzilla – Bug 344474
Gnome Mixer Applet doesn't want to load
Last modified: 2006-06-10 11:45:23 UTC
Since the forking patch was added to GStreamer core, I get the following when loading the applet : The panel encountered a problem while loading "OAFIID:GNOME_MixerApplet". When looking deeper I get these warnings on the console: ********************* ** (mixer_applet2:5388): WARNING **: FIXME: wait for completion unimplemented ** (mixer_applet2:5387): WARNING **: Failed to send buffer ** (mixer_applet2:5387): WARNING **: Failed to send buffer (mixer_applet2:5387): Bonobo-CRITICAL **: bonobo_object_unref: assertion `ao != NULL' failed (mixer_applet2:5387): Gtk-CRITICAL **: gtk_image_set_from_pixbuf: assertion `GTK_IS_IMAGE (image)' failed ********************* And a backtrace on the first warning gives me this: *********************
+ Trace 68764
Thread 1 (Thread 46912585100224 (LWP 5432))
0x00002aaaadb838f5 32 in ../sysdeps/unix/sysv/linux/waitpid.c *******************
using _exit() instead of exit() fixes it. Committing to CVS.