Quote:
Originally Posted by NullNix
SIGABRT means "abort() was called" which almost always means a call to assert() failed. Nothing to do with memory management at all: you're probably thinking of SIGSEGV or SIGBUS.
Running a debugger on it should give you a possibly-useful stack backtrace at assertion-failure time. There may also be something printed on stderr.
|
I don't know what a debugging is.