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

ICE compiling rustc with debug assertions #48141

Closed
ishitatsuyuki opened this issue Feb 11, 2018 · 1 comment
Closed

ICE compiling rustc with debug assertions #48141

ishitatsuyuki opened this issue Feb 11, 2018 · 1 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.

Comments

@ishitatsuyuki
Copy link
Contributor

error: internal compiler error: librustc/ty/context.rs:263: node unknown node (id=1) with HirId::owner DefId(0/0:0 ~ core[9c65]) cannot be placed in TypeckTables with local_id_root DefId(0/0:1652 ~ core[9c65]::panicking[0]::panic_fmt[0])

thread 'rustc' panicked at 'Box<Any>', librustc_errors/lib.rs:535:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

config.toml:

[llvm]
link-shared = true
[build]
extended = true
sanitizers = true
profiler = true
[install]
prefix = '/usr'
[rust]
debug-assertions = true
use-jemalloc = false
codegen-tests = false
ignore-git = false
dist-src = false
[target.x86_64-unknown-linux-gnu]
llvm-config = '/usr/bin/llvm-config'
@pietroalbini pietroalbini added 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. C-bug Category: This is a bug. labels Feb 11, 2018
@ishitatsuyuki
Copy link
Contributor Author

Duplicate of #43982

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