[pulseaudio-tickets] [Bug 69676] Assertion 'jack->path && jack->path->port' failed at modules/alsa/module-alsa-card.c:381, function report_jack_state()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 23 04:28:33 PDT 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #10 from David Henningsson <david.henningsson at canonical.com> ---
Thanks. I now saw the end of the backtrace, giving us a hint:

(gdb) p jack->path->name
$5 = 0x6f4740 "analog-output"

Analog output is removed (because analog-output-lineout is there), but it seems
its jacks are somehow lingering around anyway.

Giving this a thought, I think the best thing to do is to remove that path a
little more at the end of function "pa_alsa_profile_set_probe" where we also
drop unsupported paths. This path is supported, but it's superfluous so it's
dropped from the path set but not from the profile set.

-- 
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/20130923/c8395e3a/attachment.html>


More information about the pulseaudio-bugs mailing list