I am compiling a C program under Darwin. The compilation went through smooth, but when I start the binary I get 'Bus error' message.
Trying to find regular sdb I get a suggestion to run jdb.
Silly question but I couldn't figure it out - how to debug under Darwin 5.5
Alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am compiling a C program under Darwin. The compilation went through smooth, but when I start the binary I get 'Bus error' message.
Trying to find regular sdb I get a suggestion to run jdb.
Silly question but I couldn't figure it out - how to debug under Darwin 5.5
Alex
You have gdb. You also have the -ggdb compiling option with gcc to produce gdb-specific extended symbols.