commit | ddd8533f1b6bc82e206de6cc99b374730269c0bd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 22 06:28:54 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 22 11:50:48 2019 +0200 |
tree | b559985d7bbf298a0f92a6f4feb57da0e0dc960e | |
parent | 6ea63c301dd8d743fe7d63b8268428325c64d7a9 [diff] |
MINOR: debug: switch to SIGURG for thread dumps The current choice of SIGPWR has the adverse effect of stopping gdb each time it is triggered using "show threads" or example, which is not really convenient. Let's switch to SIGURG instead, which we don't use either.