Mail Archives: djgpp/1997/03/26/13:49:36
fred Kuo wrote:
>
> I used RHIDE to compile my program and used building all successfully.
> But error message came out at a specific line, and give a message :
> sigabrt derived
>
> What does this mean? Is there a document on these error messages?
>
At first you should say exact when the you get the message about
the SIGABRT. I guess, that you get it when debugging your program.
The meaning of the message is very simple. Your program has somewhere
a fault, which generates a call to 'abort()' and this function
generates a signal SIGABRT. The in RHIDE integrated debugger knows
about that signals and shows you the received signal.
About the meaning of the signals, you should read the libc doc.
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -