-
Notifications
You must be signed in to change notification settings - Fork 349
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
ICE when setting -Zmiri-track-pointer-tag #2709
Comments
So long as we have another way for the code to unambiguously complain that it is broken, yes. The only alternative I had in mind is letting the diagnostics be wrong, and if it's a choice between a wrong diagnostic and an ICE, I lean towards the ICE. I would love a third option. |
Also I should look into that bug, if it's a case where pointer tracking is still useful... |
fix ICE in pointer tracking Fixes rust-lang/miri#2709
Trying to debug rust-lang/futures-rs#2669 with
MIRIFLAGS="-Zmiri-track-pointer-tag=12798" cargo miri run
, Miri ICEs:Maybe we should remove panics from the diagnostic code, and just make it silent in that case? It is quite frustrating when diagnostic code prevents one from diagnosing an issue.^^
Cc @saethlin
The text was updated successfully, but these errors were encountered: