http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
--- Comment #30 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-01-09 15:45:35 UTC --- > Program received signal SIGSEGV, Segmentation fault. > 0xfffff8010030a558 in __frame_dummy_init_array_entry () > from /lib64/libstdc++.so.6 Is /lib64/libstdc++.so.6 really the rebuilt library? Can you verify by running readelf -S on it that it doesn't contain .init_array and .fini_array sections?