<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Pulseaudio hangs on startup"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67991#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Pulseaudio hangs on startup"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67991">bug 67991</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>Is the CPU load high during the hang? It seems like the loading of
module-combine-sink is hanging. Can you reproduce the hang if you comment out
module-gconf in /etc/pulse/default.pa, and load module-combine-sink with this
command after pulseaudio has started?

    pactl load-module module-combine-sink

(In your current configuration module-combine-sink is loaded by module-gconf.)

I can't reproduce this bug either via module-gconf or via pactl. Could you
provide a backtrace of the hang, that is, run pulseaudio in gdb:

   gdb --args pulseaudio -vvv
   (gdb) run
   <wait for the hang>
   <Ctrl-C>
   thread apply all bt full

For the backtrace to be useful, you need to have debug symbols installed for
pulseaudio before running gdb. It's distribution specific how to install the
debug symbols, so I can't give exact steps.</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>