-
Notifications
You must be signed in to change notification settings - Fork 10
looks like it hangs right before printing failures #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This looks like the regular Stacked Borrows super-linear complexity to me. I just wonder what it is computing before printing the failures... ... why are there any failures anyway? Maybe because the symbolic alignment check is not compatible with all of the core tests? That's why we do |
Closing in favor of rust-lang/miri#2273. |
…mulacrum Update backtrace Most notably, this pulls in rust-lang/backtrace-rs@ebc9a85, which is both a bugfix and a significant performance improvement for Miri, since fixing the bug makes `RUST_BACKTRACE=1` backtraces much smaller: rust-lang/miri#2273, rust-lang/miri-test-libstd#8 This also pulls in other commits which turn the backtrace-rs CI green. That's nice.
Update backtrace Most notably, this pulls in rust-lang/backtrace-rs@ebc9a85, which is both a bugfix and a significant performance improvement for Miri, since fixing the bug makes `RUST_BACKTRACE=1` backtraces much smaller: rust-lang/miri#2273, rust-lang/miri-test-libstd#8 This also pulls in other commits which turn the backtrace-rs CI green. That's nice.
I was running
./run-test.sh core --all-targets
with a couple of extra flagsand after printing
failures:
it looked like the script/test execution was stuck.No further output was printed, I could watch the miri slowly eat more and more memory and I aborted it after reaching ~9-10 gigs.
perf top
showed a lot going onmiri::stacked_borrows::Stack
, wondering if we hit some kind of loop somehowmiri 0.1.0 (3b8b6aa 2022-05-06)
The text was updated successfully, but these errors were encountered: