]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: dump the mapping of the libs into post_mortem
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Nov 2023 07:26:52 +0000 (08:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Nov 2023 14:39:21 +0000 (15:39 +0100)
commita88a3482b5a6315258761b9f80fd6a7e086c1462
tree04f5697d42af97d038f95be8b74c4e7b2b1b285a
parent37e3dd718cba8ebea1a723ad49871d582829af92
MINOR: debug: dump the mapping of the libs into post_mortem

Having the libs and their addresses listed in the post_mortem struct
is also helpful. Sometimes it helps notice that one version is not the
expected one, e.g. due to some LD_LIBRARY_PATH. We don't emit it on
"show dev" however since that's already available via "show libs".
src/debug.c