<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - data race in pa_queue_pop/pa_queue_push reported by TSan"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99667#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - data race in pa_queue_pop/pa_queue_push reported by TSan"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99667">bug 99667</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>Sorry for the slow reply...

So empathy has its own pa_context (connection to the pulseaudio daemon) that
runs in the main thread, and pulsesrc has another pa_context that runs in a
different thread. It looks like empathy mixes these two connections. What does
empathy_audio_src_source_output_index_notify() do? It looks like that function
is a callback that runs in the pulsesrc thread, and it accesses the main
thread's pa_context.</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>