Skip to content
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

inconsistent exit code on ICE #130105

Open
matthiaskrgr opened this issue Sep 8, 2024 · 1 comment
Open

inconsistent exit code on ICE #130105

matthiaskrgr opened this issue Sep 8, 2024 · 1 comment
Labels
C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

Most of the time, rustc seems to exit with 101, but there are a couple of cases where rust rustc exits with 134

#130015 for example shows exit code 101
but #130104 shows exit code 134

this makes it harder for automated tooling to handle ICEs

@matthiaskrgr matthiaskrgr added the C-bug Category: This is a bug. label Sep 8, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Sep 8, 2024
@asquared31415
Copy link
Contributor

the exit code 134 error panicked when trying to print the query stack, and then aborted, rather than just exiting due to the ICE panic.

@lolbinarycat lolbinarycat added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Sep 8, 2024
@saethlin saethlin removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants