Reproduce issue with Rust backtraces when a program runs out of file descriptors
Find a file
Glyn Normington 7f7a83ef88 Limit number of file descriptors
Without this, the limit can be very much larger.
2025-01-14 20:02:06 +00:00
src Limit number of file descriptors 2025-01-14 20:02:06 +00:00
.gitignore Initial commit 2025-01-01 10:58:13 +00:00
Cargo.lock Limit number of file descriptors 2025-01-14 20:02:06 +00:00
Cargo.toml Limit number of file descriptors 2025-01-14 20:02:06 +00:00
README.md Add README 2025-01-01 13:11:30 +00:00

Reproduce missing backtrace info when file descriptors exhausted

See https://github.com/rust-lang/backtrace-rs/issues/686 for details.