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

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

caoxi
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)

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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Dufresne-5


Le jeu. 14 juin 2018 05:14, caoxi <[hidden email]> 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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel