From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: sigabrt Date: Wed, 26 Mar 1997 11:25:39 +0100 Organization: TU Chemnitz-Zwickau Lines: 27 Message-ID: <3338F9A3.44E0@Mathematik.tu-chemnitz.de> References: <3336b312 DOT 517984 AT news DOT cis DOT nctu DOT edu DOT tw> NNTP-Posting-Host: env.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 * *****************************************************************