GNOME Bugzilla – Bug 398534
GLib threading system not initialised
Last modified: 2007-01-19 22:13:07 UTC
When trying to start /usr/bin/totem-video-thumbnailer it get this: (process:28842): 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 accordingly, please file a bug against this application. GThread-ERROR **: GThread system may only be initialized once. aborting... Avbruten (SIGABRT) (core dumped) Other information: Totem-SVN, Gstreamer-CVS and Ubuntu Feisty Fawn.
hmm happens with many GNome 2.17 apps anyways, can you attach a stack trace?
I don't get any from gdb, but attaching what i get: (gdb) run Starting program: /usr/bin/totem-video-thumbnailer Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread -1226881344 (LWP 29154)] (process:29154): 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 accordingly, please file a bug against this application. GThread-ERROR **: GThread system may only be initialized once. aborting... Program received signal SIGABRT, Aborted. [Switching to Thread -1226881344 (LWP 29154)] 0xb7f1e410 in ?? () Is there some magic to how i should run it through gdb?
This is a duplicate of bug 398223, sorry. :)
*** This bug has been marked as a duplicate of 398223 ***