[Bug gdb/21240] arm-none-eabi-gdb crashes on start

tcurdt at vafer dot org sourceware-bugzilla@sourceware.org
Wed Apr 12 16:29:00 GMT 2017


https://sourceware.org/bugzilla/show_bug.cgi?id=21240

--- Comment #13 from tcurdt at vafer dot org ---
FTR:

$ cat > test.cpp
int main()
{
  try
  {
      throw 0;
  }
  catch (...)
  {
  }

  return 0;
}
^C
$ g++-6 -static-libgcc test.cpp -o foo
$ ./foo 
Abort trap: 6
$ g++-6 -v
Using built-in specs.
COLLECT_GCC=g++-6
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/6.3.0_1/libexec/gcc/x86_64-apple-darwin16.4.0/6.3.0/lto-wrapper
Target: x86_64-apple-darwin16.4.0
Configured with: ../configure --build=x86_64-apple-darwin16.4.0
--prefix=/usr/local/Cellar/gcc/6.3.0_1
--libdir=/usr/local/Cellar/gcc/6.3.0_1/lib/gcc/6
--enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-6
--with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr
--with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl
--with-system-zlib --enable-stage1-checking --enable-checking=release
--enable-lto --with-build-config=bootstrap-debug --disable-werror
--with-pkgversion='Homebrew GCC 6.3.0_1'
--with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-nls
--enable-multilib --with-native-system-header-dir=/usr/include
--with-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
Thread model: posix
gcc version 6.3.0 (Homebrew GCC 6.3.0_1) 

on macOS 10.12.4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list