public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/114839] New: g++-linked FreeBSD static binaries abort upon exception
@ 2024-04-24 17:50 emaste at freebsd dot org
  2024-04-24 17:55 ` [Bug target/114839] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: emaste at freebsd dot org @ 2024-04-24 17:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114839

            Bug ID: 114839
           Summary: g++-linked FreeBSD static binaries abort upon
                    exception
           Product: gcc
           Version: 13.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: emaste at freebsd dot org
  Target Milestone: ---

When compiling and statically linking a binary on FreeBSD with GCC the EH_FRAME
segment is omitted, and then libgcc's exception unwinder aborts when it cannot
find the EH_FRAME segment. See FreeBSD bug report
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278551 for full details and
history.

From -dumpspecs it looks like (assuming I understand correctly) that
--eh-frame-header is not passed when static is specified:

...
*link:
%{!static|static-pie:--eh-frame-hdr}   %{m32:-m elf_i386_fbsd}%{!m32:-m
elf_x86_64_fbsd}   %{p:%nconsider using '-pg' instead of '-p' with gprof(1)}  
%{v:-V}   %{assert*} %{R*} %{rpath*} %{defsym*}   %{shared:-Bshareable %{h*}
%{soname*}}     %{!shared:       %{!static:         %{rdynamic:-export-dynamic}
    -dynamic-linker %(fbsd_dynamic_linker) }     %{static:-Bstatic}}  
%{symbolic:-Bsymbolic}

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-24 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 17:50 [Bug driver/114839] New: g++-linked FreeBSD static binaries abort upon exception emaste at freebsd dot org
2024-04-24 17:55 ` [Bug target/114839] " pinskia at gcc dot gnu.org
2024-04-24 18:01 ` pinskia at gcc dot gnu.org
2024-04-24 18:05 ` emaste at freebsd dot org
2024-04-24 20:29 ` emaste at freebsd dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).