gdb beendet mit Signal?, unbekanntes Signal

Ich versuche nur, Code mit gdb unter Mac OS X Version 10.12 zu debuggen, erhalte jedoch immer diesen unbekannten Fehler, wenn ich mein Programm in gdb starte.

Ich habe die GDB nach der Installation mit einem Code versehen und meinen Code mit dem Flag -g kompiliert.

Das ist was passiert:

computer:hello user$ gdb a.out
GNU gdb (GDB) 7.12
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin16.0.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
R,eading symbols from a.out...Reading symbols from /Users/user/Documents/Programming/hello/a.out.dSYM/Contents/Resources/DWARF/a.out...done.
done.
(gdb) r
Starting program: /Users/user/Documents/Programming/hello/a.out 
During startup program terminated with signal ?, Unknown signal.

Temporär habe ich das SIGTRAP-Signal erhalten, aber ich konnte nicht herausfinden, warum es jetzt wieder das Unknown-Signal auslöst.

Antworten auf die Frage(6)

Ihre Antwort auf die Frage