After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 398534 - GLib threading system not initialised
GLib threading system not initialised
Status: RESOLVED DUPLICATE of bug 398223
Product: totem
Classification: Core
Component: Thumbnailer
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-01-19 21:54 UTC by Filip Palm
Modified: 2007-01-19 22:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Filip Palm 2007-01-19 21:54:34 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.
Comment 1 Christian Kirbach 2007-01-19 21:58:20 UTC
hmm happens with many GNome 2.17 apps

anyways, can you attach a stack trace?
Comment 2 Filip Palm 2007-01-19 22:06:56 UTC
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?
Comment 3 Filip Palm 2007-01-19 22:11:53 UTC
This is a duplicate of bug 398223, sorry. :)
Comment 4 Filip Palm 2007-01-19 22:13:07 UTC

*** This bug has been marked as a duplicate of 398223 ***