Summary: | sys-devel/gcc: unable to build sys-devel/llvm-13.0.1 (ICE on ScalarEvolutionExpressions.h:194:27) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Olivier Diotte <olivier> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | llvm, pageexec, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Olivier Diotte
2022-04-15 05:45:15 UTC
It'll be a GCC bug if anything: ``` /var/tmp/portage/sys-devel/llvm-13.0.1/work/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:194:27: internal compiler error: Segmentation fault 194 | NumOperands(N) {} | ^ 0x7faa1749d56f ??? /usr/src/debug/sys-libs/glibc-2.34-r10/glibc-2.34/signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x7faa174892f9 __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58 0x7faa174893a7 __libc_start_main_impl ../csu/libc-start.c:409 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <https://bugs.gentoo.org/> for instructions. ``` Is it reproducible? Please also do a RAM test (memtest or similar). If reproducible & memtest is clear (this really is important to check, as RAM issues often manifest as ICEs), could you try follow https://wiki.gentoo.org/wiki/Gcc-ICE-reporting-guide? We can provide help if needed. Ok, you were right, it was a faulty RAM module. I had tons of faulty locations on this one stick. I had these sorts of errors for a while now and they don't appear anymore. Thanks for the pointer! (In reply to Olivier Diotte from comment #2) > Ok, you were right, it was a faulty RAM module. I had tons of faulty > locations on this one stick. > > I had these sorts of errors for a while now and they don't appear anymore. > Thanks for the pointer! No problem and glad you're sorted! |