]> git.kaiwu.me - haproxy.git/commit
MINOR: debug: report the execution context on thread dumps
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 07:55:04 +0000 (08:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Mar 2026 17:06:37 +0000 (18:06 +0100)
commit998ed00729bce887103c575f51071f05acac89bf
tree39f60989d9170a30b91a170b8eb644f200b5d139
parent5d3246205bf45a2e05d3efc244275d45d6af7697
MINOR: debug: report the execution context on thread dumps

Now we have one extra line saying "exec_ctx: something" in thread dumps
when it's known. It may help with warnings and panics to figure what
is ongoing.
src/debug.c