[pulseaudio-tickets] [Bug 103752] Assertion 'PA_SINK_INPUT_IS_LINKED(i->state)' failed: pulseaudio killed by SIGABRT

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 2 22:27:06 UTC 2017


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

--- Comment #6 from Georg Chini <georg at chini.tk> ---
I think the problem is that the sink input is unlinked somewhere between
pa_sink_move_all_start() and pa_sink_move_all_finish(). The simple solution is
to check the state of the sink input in pa_sink_move_all_finish() and ignore
the sink input if it is already unlinked. A patch for this can be found here:
https://patchwork.freedesktop.org/patch/191580/. Could you test if this fixes
the issue?

However, I am not sure if this is the right way to solve the problem. Tanu,
what do you think?

-- 
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: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20171202/df88e916/attachment-0001.html>


More information about the pulseaudio-bugs mailing list