[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
Fri Apr 7 14:58:49 UTC 2017


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

--- Comment #3 from Arun Raghavan <arun at accosted.net> ---
Looks like Empathy has connected a notify:: signal handler to some property on
pulsesrc, and is working on its pa_context in the thread that the signal is
emitted from. As Tanu points out, what it should be doing is sending a bus
message from the callback and then performing the actual PA calls in the bus
handler (which will be in the glib mainloop thread).

-- 
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/pulseaudio-bugs/attachments/20170407/764e1ff2/attachment.html>


More information about the pulseaudio-bugs mailing list