]> git.ipfire.org Git - thirdparty/strongswan.git/commit
backtrace: Suppress internal errors by libbfd
authorTobias Brunner <tobias@strongswan.org>
Thu, 1 Dec 2022 08:31:44 +0000 (09:31 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 2 Dec 2022 13:57:55 +0000 (14:57 +0100)
commit9628c771ad4835ae186138a3b8f3432efed5ec77
tree1ae798415f6d72fbb14680950b6f0e507576dc26
parent21af89f94194e9af9a9114d7b08253862f3bd0f4
backtrace: Suppress internal errors by libbfd

At least since Ubuntu 22.04 there are lots of (apparently non-fatal)
"DWARF error: could not find variable specification" errors generated
by bfd_find_nearest_line().  This also happens with addr2line, which
internally uses libbfd.  No idea what the actual issue is (it still
happens with binutils 2.39 in Ubuntu 22.10), but since it doesn't seem
to affect the functionality we need this avoids filling the test logs
with useless messages.
src/libstrongswan/utils/backtrace.c