[pulseaudio-tickets] [Bug 88167] srbchannel: Sound dies after a couple of minutes with wine game and voice chat program.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 7 23:41:51 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88167

David Henningsson <david.henningsson at canonical.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from David Henningsson <david.henningsson at canonical.com> ---
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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150108/d10ced21/attachment.html>


More information about the pulseaudio-bugs mailing list