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

            Bug ID: 88161
           Summary: libbacktrace cannot find executable file on
                    i586-*-freebsd
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libbacktrace
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kargl at gcc dot gnu.org
                CC: ian at gcc dot gnu.org
  Target Milestone: ---

File a.f90 contains code that should cause gfortran to emit a
backtrace.  If I execute the actual compiler f951, libbacktrace
still fails.

% gfortran9 -c a.f90
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.

% ~/work/libexec/gcc/i586-unknown-freebsd13.0/9.0.0/f951 a.f90
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.

% gdb82 ~/work/libexec/gcc/i586-unknown-freebsd13.0/9.0.0/f951 
GNU gdb (GDB) 8.2 [GDB v8.2 for FreeBSD]
Copyright (C) 2018 Free Software Foundation, Inc.
Reading symbols from
/home/kargl/work/libexec/gcc/i586-unknown-freebsd13.0/9.0.0/f951...done.
(gdb) run a.f90
Starting program:
/usr/home/kargl/work/libexec/gcc/i586-unknown-freebsd13.0/9.0.0/f951 a.f90
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
[Inferior 1 (process 51760) exited with code 04]

Reply via email to