GLib (gthread-posix.c): Unexpected error from C library during 'pthread_mutex_lock': Invalid argument. Aborting.
Nicolas Dufresne
nicolas.dufresne at collabora.com
Fri Sep 19 06:14:12 PDT 2014
Le 2014-09-19 08:08, Sergei Vorobyov a écrit :
>
> 1. my misuse of GStreamer and GLib, or
> 2. GStreamer's misuse of GLib,
> 3. GLib's internal programming error
>
> Any ideas/suggestions?
There is not enough information here to tell. If you can catch this in a
debugger, or generate a core dump, you could have a look at the
backtrace and try to make conclusion there. You could also do some
memory analysis to check if this is related to some memory corruption
(valgrind). Ideally, make sure you have all debugging symbols for all
the library being used. This is part of most distribution these days.
Nicolas
More information about the gstreamer-devel
mailing list