https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64165
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- #3 0x000000000040061d in __libc_csu_init () #4 0x00007ffff7a3c700 in __libc_start_main (main=0x4004f4 <main>, argc=1, ubp_av=0x7fffffffeb68, init=0x4005c0 <__libc_csu_init>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffeb58) at libc-start.c:185 __libc_csu_init does not have a frame pointer so it crashes. NOT unexpected.