Hacker News new | ask | show | jobs
by thepumpkin1979 3884 days ago
does this mean there is not a way to get stack trace on OSX?
3 comments

I have not tried it myself but there seem to be ways to get a stack trace on Linux.

http://vibed.org/docs#handling-segmentation-faults

I don't know about an automatic one, but running the debugger would still work there too. Or at least it should.
Try valgrind