commit | 009b5519e6a4b8ece180c7feda532f6c103d9fa2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 04 19:07:56 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 04 19:15:50 2023 +0200 |
tree | a5888591f5414f0bc9bd1ea0e526adc84e898e3b | |
parent | 880d1684a73915fd2663fefad9c8c300deab3be8 [diff] |
MINOR: debug: make "show threads" properly iterate over all threads Previously it would re-dump all threads to the same trash if the output buffer was full, which it never was since the trash is of the same size. Now it dumps one thread, copies it to the buffer and yields until it can continue. Showing 256 threads works as expected.