* Aurelien Jarno: > I have been looking at the corresponding instruction, this is: > > 00002ed0 <__cpu_indicator_init@GCC_4.8.0>: > 2ed0: f3 0f 1e fb endbr32 > > This is an Intel CET instruction, and it seems your CPU doesn't support > executing it. Anyway this shows that the problem is in libgcc-s1, I am > therefore reassigning the bug.
Correct, CET uses long NOPs, which are not supported by some x86 CPUs and trap on them. Thanks, Florian