[pulseaudio-tickets] [Bug 99667] data race in pa_queue_pop/pa_queue_push reported by TSan
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Apr 3 09:40:47 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=99667
--- Comment #1 from Tanu Kaskinen <tanuk at iki.fi> ---
Sorry for the slow reply...
So empathy has its own pa_context (connection to the pulseaudio daemon) that
runs in the main thread, and pulsesrc has another pa_context that runs in a
different thread. It looks like empathy mixes these two connections. What does
empathy_audio_src_source_output_index_notify() do? It looks like that function
is a callback that runs in the pulsesrc thread, and it accesses the main
thread's pa_context.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20170403/9de6fe0a/attachment.html>
More information about the pulseaudio-bugs
mailing list