<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - pulseaudio.desktop should have NotShowIn=KDE;"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58758#c21">Comment # 21</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - pulseaudio.desktop should have NotShowIn=KDE;"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58758">bug 58758</a>
from <span class="vcard"><a class="email" href="mailto:arun@accosted.net" title="Arun Raghavan <arun@accosted.net>"> <span class="fn">Arun Raghavan</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>