<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:david.henningsson@canonical.com" title="David Henningsson <david.henningsson@canonical.com>"> <span class="fn">David Henningsson</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - srbchannel: Sound dies after a couple of minutes with wine game and voice chat program."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88167">bug 88167</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - srbchannel: Sound dies after a couple of minutes with wine game and voice chat program."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88167#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - srbchannel: Sound dies after a couple of minutes with wine game and voice chat program."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88167">bug 88167</a>
              from <span class="vcard"><a class="email" href="mailto:david.henningsson@canonical.com" title="David Henningsson <david.henningsson@canonical.com>"> <span class="fn">David Henningsson</span></a>
</span></b>
        <pre>Hmm, looks like the stream stops for some reason.

Could you edit src/pulsecore/srbchannel.c and uncomment DEBUG_SRBCHANNEL, like
shown below?

That will make the log even larger though :-/ 

After that, make a new verbose log, and also with --log-time=1 as this problem
is likely timing dependent. Thanks!


diff --git a/src/pulsecore/srbchannel.c b/src/pulsecore/srbchannel.c
index 8872a89..4f20516 100644
--- a/src/pulsecore/srbchannel.c
+++ b/src/pulsecore/srbchannel.c
@@ -28,7 +28,7 @@
 #include <pulsecore/atomic.h>
 #include <pulse/xmalloc.h>

-/* #define DEBUG_SRBCHANNEL */
+#define DEBUG_SRBCHANNEL

 /* This ringbuffer might be useful in other contexts too, but
  * right now it's only used inside the srbchannel, so let's keep it here</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>