[pulseaudio-tickets] [Bug 58758] pulseaudio.desktop should have NotShowIn=KDE;

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 14 00:21:21 PDT 2013


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

--- Comment #21 from Arun Raghavan <arun at accosted.net> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20130514/14573863/attachment.html>


More information about the pulseaudio-bugs mailing list