Invalid debug info crashes dsymutil (NULL DIE) #46447
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
I'm experiencing frequent cashes of
llvm-dsymutil
when building Rust projects with debug info (cargo build
).The LLVM bug report for the crash itself concludes that it's fault of invalid debug information provided, with
NULL
DIE
.crash report
rustc 1.24.0-nightly (bb42071 2017-12-01)
Apple LLVM version 9.0.0 (clang-900.0.39)
Default target: x86_64-apple-darwin17.3.0
The text was updated successfully, but these errors were encountered: