Runtime Error: Runtime ErrorAbort signal from abort(3) (SIGABRT)

C++
SIGABRT –
If an error itself is detected by the program then this signal 
is generated using call to abort(). This signal is also used by
standard library to report an internal error. assert() function
in c++ also uses abort() to generate this signal.
Source

Also in C++: