]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: debug: call backtrace() once upon startup
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Mar 2020 05:01:40 +0000 (06:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Mar 2020 05:01:40 +0000 (06:01 +0100)
commit0214b45a61cd7cfd59d729b23f497a687192cde6
treec159caa6fe73e79ed17bfe45e04549536ff69fd2
parentf5b4e064dcb1f7c97c87b68dbbbf7a4371e05bc7
MINOR: debug: call backtrace() once upon startup

Calling backtrace() will access libgcc at runtime. We don't want to do
it after the chroot, so let's perform a first call to have it ready in
memory for later use.
src/debug.c