commit | 2f67e54dca7fcd4c9994dacfbc071af5bd4f2ae8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 02 19:19:41 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 05 08:30:08 2021 +0100 |
tree | 6f7e5486be34c2bc4a63264eec543a2b984b4edb | |
parent | f587003fe916315e77e130339e21fc8d3a4a7248 [diff] |
MINOR: stream: use ABORT_NOW() and not abort() in stream_dump_and_crash() Using abort() occasionally results in unexploitable core due to issues rewinding the stack. Let's use ABORT_NOW() which in addition to crashing much closer to the call point also has the benefit of showing the call trace.