commit | 21185970c199761c81b3b21b13b64dc9dd64838a | [log] [tgz] |
---|---|---|
author | devnexen@gmail.com <devnexen@gmail.com> | Sat Aug 21 09:13:10 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 25 05:14:27 2021 +0200 |
tree | 8183ed15bb93cca454e222d75874bee61170e34a | |
parent | ff0f27886080cb3fbbe96f38acf3655438bc0b0c [diff] |
MINOR: proc: setting the process to produce a core dump on FreeBSD. using the procctl api to set the current process as traceable, thus being able to produce a core dump as well. making it as compile option if not wished or using freebsd prior to 11.x (last no EOL release).