summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-write-sigxfsz.js
AgeCommit message (Collapse)Author
2019-05-23src: ignore SIGXFSZ, don't terminate (ulimit -f)Ben Noordhuis
Ignore SIGXFSZ signals so that exceeding RLIMIT_FSIZE makes the offending system call fail with EFBIG instead of terminating the process. PR-URL: https://github.com/nodejs/node/pull/27798 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>