Tracking issues for crates causing exhaustion of resources (stack/memory/etc.) for the current binary.
See: 9518569, 83ddaec
Update (2024-08-27): All crates OK on top10 and top100.
Still seeing some crashes on top10000 crates, e.g.
$ cargo run --bin scan data/packages/tryhard
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
Running `target/debug/scan data/packages/tryhard`
thread 'main' panicked at /Users/caleb/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chalk-recursive-0.93.0/src/fixed_point/stack.rs:51:13:
overflow depth reached
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Tracking issues for crates causing exhaustion of resources (stack/memory/etc.) for the current binary.
See: 9518569, 83ddaec
on top10:syncrashon top100: still investigatingidnaandfutures-utilstack overflowsUpdate (2024-08-27): All crates OK on top10 and top100.
Still seeing some crashes on top10000 crates, e.g.