[Bug target/55909] libtool test exposes what I think is some alignment issue in libstdc++
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 9 15:46:00 GMT 2013
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?
More information about the Gcc-bugs
mailing list