[Mesa-dev] [Bug 98172] Concurrent call to glClientWaitSync results in segfault in one of the waiters.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 19 12:37:35 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=98172

--- Comment #32 from Marek Olšák <maraeo at gmail.com> ---
Reference counting is thread safe, but the assignment in the sync obj structure
itself isn't. So you need a mutex.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161019/eddef697/attachment.html>


More information about the mesa-dev mailing list