<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Assertion 'PA_SINK_INPUT_IS_LINKED(i->state)' failed: pulseaudio killed by SIGABRT"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103752#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Assertion 'PA_SINK_INPUT_IS_LINKED(i->state)' failed: pulseaudio killed by SIGABRT"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103752">bug 103752</a>
              from <span class="vcard"><a class="email" href="mailto:georg@chini.tk" title="Georg Chini <georg@chini.tk>"> <span class="fn">Georg Chini</span></a>
</span></b>
        <pre>I think the problem is that the sink input is unlinked somewhere between
pa_sink_move_all_start() and pa_sink_move_all_finish(). The simple solution is
to check the state of the sink input in pa_sink_move_all_finish() and ignore
the sink input if it is already unlinked. A patch for this can be found here:
<a href="https://patchwork.freedesktop.org/patch/191580/">https://patchwork.freedesktop.org/patch/191580/</a>. Could you test if this fixes
the issue?

However, I am not sure if this is the right way to solve the problem. Tanu,
what do you think?</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>