https://bugs.freedesktop.org/show_bug.cgi?id=88167
David Henningsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #3 from David Henningsson <[email protected]> --- 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.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
