<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">Le jeu. 14 juin 2018 05:14, caoxi <<a href="mailto:xi.cao@intel.com">xi.cao@intel.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Recently I've been testing my source element, but I met this error "Attempt<br>
to unlock mutex that was not locked" from time to time when the pipeline<br>
stops, seems like it's not exited normally. Full log is seen below:<br>
<br>
/*Attempt to unlock mutex that was not locked<br>
Aborted (core dumped)<br>
<br>
*/<br>
<br>
I checked the gstreamer version of my environment: 1.12.4<br>
And I found out that gstreamer 1.12.5 has solved this issue(You can find<br>
gstreamer-1.12.5/ChangeLog saying that this issue is fixed)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
However, I can upgrade my environment, cus many people are using it.<br>
<br>
Therefore I wanna know that in what condition will trigger this issue?<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>