MINOR: debug: report the number of entries in the backtrace
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Mar 2020 06:38:23 +0000 (07:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 May 2020 15:09:20 +0000 (17:09 +0200)
commitf71f2d562c3a1ef8d993070d04327a3209105529
tree69242a4d28e2cdbcf4c9333542cbf7c6be398236
parent8e2776271225f3150d8a9115eff401ae1ddd63be
MINOR: debug: report the number of entries in the backtrace

It's useful to get an indication of unresolved stuff or memory
corruption to have the apparent depth of the stack trace in the
output, especially if we dump nothing.

(cherry picked from commit cdd8074433d8ada867ba9b2bc11db098fd363035)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/debug.c