Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. In OSX when running inside gdb if you get this error: "During startup program terminated with signal ?, Unknown signal.", you need to setup .gdbinit correctly.
  2.  
  3. This will correct the issue.
  4.  
  5. echo "set startup-with-shell off" >> ~/.gdbinit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement