Teach rustc to write the ICE backtrace and query stack to disk#106691
Closed
estebank wants to merge 6 commits intorust-lang:masterfrom
Closed
Teach rustc to write the ICE backtrace and query stack to disk#106691estebank wants to merge 6 commits intorust-lang:masterfrom
rustc to write the ICE backtrace and query stack to disk#106691estebank wants to merge 6 commits intorust-lang:masterfrom
Conversation
Collaborator
|
r? @davidtwco (rustbot has picked a reviewer for you, use r? to override) |
rustc to write the backtrace and query stack to disk.rustc to write the ICE backtrace and query stack to disk
Contributor
Author
|
For context, this is what the contents of the file looks like And a screenshot of a prior version of the wording, just give an idea of the visual output: |
davidtwco
approved these changes
Jan 11, 2023
Member
|
r=me if you're looking to land this |
This comment has been minimized.
This comment has been minimized.
f84df99 to
457968b
Compare
Closed
3 tasks
Contributor
Author
|
@davidtwco would you mind seconding rust-lang/compiler-team#578 in that case? |
Collaborator
|
☔ The latest upstream changes (presumably #106730) made this pull request unmergeable. Please resolve the merge conflicts. |
2a8ca17 to
9c803e4
Compare
Collaborator
|
☔ The latest upstream changes (presumably #106822) made this pull request unmergeable. Please resolve the merge conflicts. |
* On non-`-dev` builds, always hide the backtrace and query stack. * Introduce `RUSTC_BACKTRACE_FORCE` where `1` will always print the backtrace and `0` will always hide it.
This comment has been minimized.
This comment has been minimized.
9c803e4 to
ad68a7e
Compare
ad68a7e to
57161b5
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

-devbuilds, always hide the backtrace and query stack.RUSTC_BACKTRACE_FORCEwhere1will always print the backtrace and0will always hide it.