GNOME Bugzilla – Bug 733194
GstGLVideoMixer crash when dispose
Last modified: 2014-08-01 01:04:54 UTC
I found GstGLVideoMixer crash when dispose after commit 71c81a (aggregator: Avoid destroying sources we do not own) pipeline created as videotestsrc ! glvideomixer ! glimagesink close the gl window , gdb shows as following: GLib (gthread-posix.c): Unexpected error from C library during 'pthread_mutex_lock': Invalid argument. Aborting. backtrace as following:
+ Trace 233822
I also compiled head version a7e243 ,also same problem.
I cannot seem to reproduce with latest master and latest glib from the stable branch (2.40). What version of glib is being used here?
(In reply to comment #1) > I cannot seem to reproduce with latest master and latest glib from the stable > branch (2.40). What version of glib is being used here? I'm on Ubuntu 12.04 32bit ,with glib 2.32.4, is this version too old ?
> I cannot seem to reproduce with latest master and latest glib from the stable > branch (2.40). What version of glib is being used here? (In reply to comment #1) seems that it's related to glib version. glib-2.40 / 2.38 have no such problem.
Resolving as fixed in glib stable.