Has anyone met error 'Attempt to unlock mutex that was not locked"?

Nicolas Dufresne nicolas at ndufresne.ca
Thu Jun 14 11:01:58 UTC 2018


Le jeu. 14 juin 2018 05:14, caoxi <xi.cao at intel.com> a écrit :

> Recently I've been testing my source element, but I met this error "Attempt
> to unlock mutex that was not locked" from time to time when the pipeline
> stops, seems like it's not exited normally. Full log is seen below:
>
> /*Attempt to unlock mutex that was not locked
> Aborted (core dumped)
>
> */
>
> I checked the gstreamer version of my environment: 1.12.4
> And I found out that gstreamer 1.12.5 has solved this issue(You can find
> gstreamer-1.12.5/ChangeLog saying that this issue is fixed)
>

It's probably a glib critical trace. You can make it abort at that point
with env G_DEBUG=fatal_criticals . Capture the abort in gdb, you'll be able
to locate the place / file. You can then check the log for this file to
find the patch that fixes it.


> However, I can upgrade my environment, cus many people are using it.
>
> Therefore I wanna know that in what condition will trigger this issue?
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180614/56e86658/attachment.html>


More information about the gstreamer-devel mailing list