]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: cli: add a new "debug dev deadlock" expert command
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 06:25:03 +0000 (08:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 17:41:26 +0000 (19:41 +0200)
commitdadf00e2268dc11c79720bd29ee60d3687312c75
tree63a0bcfb7cbd150487c2cf8d80f2975673bb3a03
parentdd75b64cdfaa50588509d3b2aa00029cfe52e4bd
DEBUG: cli: add a new "debug dev deadlock" expert command

This command will create the requested number of tasks competing on a
lock, resulting in triggering the watchdog and crashing the process.
This will help stress the watchdog and inspect the lock debugging parts.
src/debug.c