[Webkit-unassigned] [Bug 173952] [GStreamer] Some layout tests issue "g_mutex_clear() called on uninitialised or locked mutex" and flaky crash in ~MediaPlayerPrivateGStreamerBase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 29 00:59:09 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173952

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 314122

  --> https://bugs.webkit.org/attachment.cgi?id=314122&action=review

WIP patch

I created a WIP patch.

* Lock m_sampleMutex at the beginning of signal handlers
* Lock m_sampleMutex while unregistering singnal handlers
* Change the mutex type of m_sampleMutex to GRecMutex

This WIP patch seems to solve the problem.
I'm not sure this is a right fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170629/703c3f35/attachment-0001.html>


More information about the webkit-unassigned mailing list