[pulseaudio-tickets] [Bug 61800] PA incorrectly reports modules with unresolved symbols as missing
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Mar 4 16:42:03 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=61800
--- Comment #1 from Tanu Kaskinen <tanuk at iki.fi> ---
Thanks for the patch!
(In reply to comment #0)
> This is because bind_now_open() in src/daemon/ltdl-bind-now.c assumes any
> problem with dlopen is due to a missing file.
There's no such assumption. bind_now_open() sets the error to
LT_ERROR_CANNOT_OPEN, which should map to error message "can't open the
module". Apparently libltdl resets the error to LT_ERROR_FILE_NOT_FOUND. Would
you be willing to investigate why that happens? It may be a bug in libltdl or
in the way that pulseaudio uses it.
--
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/20130305/365b1dfc/attachment.html>
More information about the pulseaudio-bugs
mailing list