Is there a good place to lookup failure codes while debugging c programs? For example: I am getting "Abort trap: 6" while running one of my programs and I don't know what that means.
Edit: This was on a mac, and I'm looking for a reference to lookup any error code that comes up, not just the example I gave.