https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107675
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com, | |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Does the binary and libstdc++.so have PT_GNU_EH_FRAME header including binary search table (readelf -Wl | grep GNU_EH_FRAME)? During startup I think there just shouldn't be any exceptions thrown or backtraces computed, so I'd think the FDEs should just be registered and nothing else.