Conversation

this may be a stupid question, but if I run into an abort() (c-code), what's the easiest way to find out where it was called? Is there something better than "run the whole thing in gdb" or "add a printf to every abort() call"?
8
4