-
Notifications
You must be signed in to change notification settings - Fork 243
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
Panic in AtomicPosition::allow
#405
Comments
Yep, this is the crash I've seen too. I still can't wrap my head around what is actually causing these though. |
Well, if We could just do |
Yes. And yeah, I guess it has to be long waits that's causing it. Side note, but I hit this a few weeks ago and have been meaning to mention it: rust-lang/rust#86470. It is not an indicatif bug, but rather something that was fixed in Rust. Let's maybe just keep an eye out for issue reports that may involve it. |
- Updates SHA256 digests, which were out of sync (... and correctly reporting "digest mismatch", which is good, I suppose) - Reverts to an older version of indicatif to avoid hitting console-rs/indicatif#405 , which has not been fixed yet
This is the panic, from this CI run:
It corresponds to this line:
indicatif/src/state.rs
Line 420 in ea1f733
Note that this is an addition which is overflowing, unlike the subtractions which are addressed in #403 and #404.
The text was updated successfully, but these errors were encountered: