Skip to content
Prev 83295 / 398506 Next

segmetation fault and abort trap

These are C programming questions, and the messages are specific to your 
OS.  Please use a more appropriate list: the posting guide does say
`questions involving C' should go elsewhere.

For the specific question here, I think you need to ask on a MacOS list.

BTW, Eric's definition is a good part of the story but not always all the 
story.  Some systems differentiate bus errors from segfaults, and some do 
not.  Generally segfaults come from SIGSEGV signals, bus errors from 
SIGBUS signals and abort traps from SIGABRT signals (and usually from 
the run-time support code calling the C function abort()).  But I get the 
feeling that is not the level of explanation you are seeking.
On Wed, 28 Dec 2005, Elizabeth Lawson wrote: