lix/doc/manual
jade 1437d3df15 darwin: workaround PROC_PIDLISTFDS on processes with no fds
This has been causing various seemingly spurious CI failures as well as
some failures on people running tests on beta builds.

lix> ++(nix-collect-garbage-dry-run.sh:20) nix-store --gc --print-dead
lix> ++(nix-collect-garbage-dry-run.sh:20) wc -l
lix> finding garbage collector roots...
lix> error: Listing pid 87261 file descriptors: Undefined error: 0

There is no real way to write a proper test for this, other than to
start a process like the following:

int main(void) {
    for (int i = 0; i < 1000; ++i) {
        close(i);
    }
    sleep(10000);
}

and then let Lix's gc look at it.

I have a relatively high confidence this *will* fix the problem since I
have manually confirmed the behaviour of the libproc call is
as-unexpected, and it would perfectly explain the observed symptom.

Fixes: lix-project/lix#446
Change-Id: I67669b98377af17895644b3bafdf42fc33abd076
2024-08-07 02:52:00 -07:00
..
rl-next darwin: workaround PROC_PIDLISTFDS on processes with no fds 2024-08-07 02:52:00 -07:00
src Implement forcing CLI colour on, and document it better 2024-08-04 20:41:19 -07:00
theme
anchors.jq
book.toml
change-authors.yml Merge "nix flake show: add the description if it exists" into main 2024-08-02 07:56:06 +00:00
custom.css
generate-builtin-constants.nix
generate-builtins.nix
generate-deps.py
generate-manpage.nix
generate-xp-features-shortlist.nix
generate-xp-features.nix
json-to-tree.py
meson.build
process-includes.sh
quote-literals.xsl
rclone.conf
redirects.js manual: fix a syntax error in redirects.js that made it not do anything 2024-08-04 20:41:19 -07:00
render-manpage.sh
substitute.py
utils.nix