diff options
author | jade <lix@jade.fyi> | 2024-08-09 19:24:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-08-09 19:24:29 +0000 |
commit | 790d1079e1da414f730c9d03c4c8ecc4c40d5c4d (patch) | |
tree | 96d592510b99f59ceb1b7b4bc8537d2981a7b23b /doc | |
parent | 346e340cbfe450df3709cf5d51e26ba247a2c1ad (diff) | |
parent | d1fd1dc8acbbbb3003fc633a9ffe7c8fb4b63e28 (diff) |
Merge changes Ib7c80826,I636f8a71,I67669b98 into main
* changes:
perl: un-autos your conf
build: declare all the deps as -isystem
darwin: workaround PROC_PIDLISTFDS on processes with no fds
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/haunted-gc-macos.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manual/rl-next/haunted-gc-macos.md b/doc/manual/rl-next/haunted-gc-macos.md new file mode 100644 index 000000000..3ce912b2d --- /dev/null +++ b/doc/manual/rl-next/haunted-gc-macos.md @@ -0,0 +1,15 @@ +--- +synopsis: "Fix unexpectedly-successful GC failures on macOS" +cls: 1723 +issues: fj#446 +credits: jade +category: Fixes +--- + +Has the following happened to you on macOS? This failure has been successfully eliminated, thanks to our successful deployment of advanced successful-failure detection technology (it's just `if (failed && errno == 0)`. Patent pending<sup>not really</sup>): + +``` +$ nix-store --gc --print-dead +finding garbage collector roots... +error: Listing pid 87261 file descriptors: Undefined error: 0 +``` |