Glib threading init problem in gome-sound-properties

Bug #90756 reported by WillDyson
2
Affects Status Importance Assigned to Milestone
gnome-control-center
Fix Released
Medium
control-center (Ubuntu)
Fix Released
Low
Ubuntu Desktop Bugs

Bug Description

When starting gnome-sound-properties from the command line, one can see that gstreamer is complaining about the lack of a g_thread_init() call before calling into gstreamer. I've verified that adding the suggested line satisfies gstreamer.

Could this be related to the intermittent crashes on clicking the test button, which some people have been seeing?

GStreamer-WARNING **: The GStreamer function gst_init_get_option_group() was
        called, but the GLib threading system has not been initialised
        yet, something that must happen before any other GLib function
        is called. The application needs to be fixed so that it calls
           if (!g_thread_supported ()) g_thread_init(NULL);
        as very first thing in its main() function. Please file a bug
        against this application.

Changed in control-center:
status: Unconfirmed → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug. I already opened a bug upstream about that: http://bugzilla.gnome.org/show_bug.cgi?id=416239

Changed in control-center:
assignee: nobody → desktop-bugs
importance: Undecided → Low
Changed in control-center:
status: Unknown → Confirmed
Changed in control-center:
status: Confirmed → Fix Released
Revision history for this message
Sebastien Bacher (seb128) wrote :

fixed upstream now

Changed in control-center:
status: Confirmed → Fix Committed
Revision history for this message
Sebastien Bacher (seb128) wrote :

This upload fixes the bug:

 control-center (1:2.18.0-0ubuntu2) feisty; urgency=low
 .
   * debian/patches/91_from_svn_fix_gstreamer_warning.patch:
     - patch from SVN, "Initialise threads early, and fix option context
       translation", fix gstreamer warning (Ubuntu: #90756)

Changed in control-center:
status: Fix Committed → Fix Released
Changed in gnome-control-center:
importance: Unknown → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.