-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Memory leak when calling span_fatal
from trans
#2272
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This test succeeds when I modify |
|
I had to xfail one existing test case (class-implements-int) because, I think, of the same bug described in #2272.
I think I just got bit by the same bug -- see the above-referenced commit. In my case I was calling |
add -Zmiri-report-progress to regularly print a stacktrace of what we are executing Fixes rust-lang/miri#910 The stacktrace is printed every N basic blocks. I picked the default (1 million) to take a few seconds on my machine, but it can be adjusted by the user.
…tions (rust-lang#2967) This PR is the next step to rework/introduce the `should_panic`/`fail_uncoverable` options as global conditions. Until now, we haven't had a concrete proposal to do so other than the implementation in rust-lang#2532. This PR presents one for each option in their respective RFCs. I'd like to agree on this design before starting the code review for rust-lang#2532. Related to rust-lang#1905 rust-lang#2272 rust-lang#2299 rust-lang#2516
compiletest directives: ignore-stage0 and only-stage0 do not exist
Commit 68f8812 introduces a check that can't easily be done in any pass before trans. The test case in that commit is disabled because currently it will cause a memory leak (12 objects lost) when compiled.
The text was updated successfully, but these errors were encountered: