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

ran into known ICE issue#84970 #107865

Open
gardrek opened this issue Feb 10, 2023 · 0 comments
Open

ran into known ICE issue#84970 #107865

gardrek opened this issue Feb 10, 2023 · 0 comments
Assignees
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@gardrek
Copy link
Contributor

gardrek commented Feb 10, 2023

I got a known internal compiler error and it asked me to make a bug report. I am not sure how to reduce the code, so i I'm going to link commits on a repository and upload zip files of the target directory with and without the change that caused the ICE. (I believe the target directories could be of help because it said this is an issue with incremental compilation)

in this commit:
gardrek/sayre-ws@f970dc6

it builds fine with the target dir in before_ice.zip

but then change vector.rs by removing lines 20 through 27 (functions new_2d and new_3d) and try to build and you end up with a compiler error (and get the target dir in after_ice.zip)

this commit has that change:
gardrek/sayre-ws@d29cb4e

target directory with no ice:
after_ice.zip

target directory after getting ice:
before_ice.zip

Code

no ice:
gardrek/sayre-ws@f970dc6

ice:
gardrek/sayre-ws@d29cb4e

Meta

rustc --version --verbose:

rustc 1.67.1 (d5a82bbd2 2023-02-07)
binary: rustc
commit-hash: d5a82bbd26e1ad8b7401f6a718a9c57c96905483
commit-date: 2023-02-07
host: x86_64-unknown-linux-gnu
release: 1.67.1
LLVM version: 15.0.6

Error output

error_log.txt

Backtrace

error_log_with_backtrace.txt

@gardrek gardrek added C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Feb 10, 2023
@cjgillot cjgillot self-assigned this Feb 10, 2023
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. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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

2 participants