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

--- Comment #21 from Arun Raghavan <[email protected]> ---
Okay, so I've pinned this down now. The problem is in module-zeroconf-publish.
It calls avahi_client_new(), which tries to ping the Avahi server via D-Bus and
then blocks until it gets a reply. This reply might only come after a D-Bus
timeout which IIRC is 20s.

The root cause is that Avahi basically only makes blocking D-Bus calls. I'm
trying to see if we can move over all these sorts of calls in
module-zeroconf-publish to a separate thread.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to