<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Playing audio via pulseaudio fails after module-suspend-on-idle.c does its thing"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97627#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Playing audio via pulseaudio fails after module-suspend-on-idle.c does its thing"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97627">bug 97627</a>
from <span class="vcard"><a class="email" href="mailto:tanuk@iki.fi" title="Tanu Kaskinen <tanuk@iki.fi>"> <span class="fn">Tanu Kaskinen</span></a>
</span></b>
<pre>A stack trace might be useful. Are you familiar with using gdb? There are some
instructions on
<a href="https://wiki.freedesktop.org/www/Software/PulseAudio/Documentation/User/Community/">https://wiki.freedesktop.org/www/Software/PulseAudio/Documentation/User/Community/</a>
Basically, you need to install debug symbols for pulseaudio, start pulseaudio
with
gdb --args pulseaudio --log-time -vv
then start the program with command "run". Then, trigger the bug, and hit
ctrl-c when it's stuck. Then run "thread apply all bt". It should show what is
blocking the server.</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>