[pulseaudio-tickets] [Bug 49681] system.pa crashes if auth-anonymous=1 is used with module-native-protocol-tcp

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 1 11:13:48 PDT 2012


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

--- Comment #10 from Tanu Kaskinen <tanuk at iki.fi> 2012-06-01 11:13:48 PDT ---
At least in the case of the last backtrace, the main thread has just sent a
chunk of audio to the alsa sink's IO thread (the SINK_INPUT_MESSAGE_POST_DATA
message), and is waiting for that operation to finish. I'd start narrowing down
the problem by adding debug prints in the SINK_INPUT_MESSAGE_POST_DATA handling
section of the sink_input_process_msg() function in
src/pulsecore/protocol-native.c.

Or do bisecting with git, if this is a regression as you think.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the pulseaudio-bugs mailing list