From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Andrew Cagney Cc: GDB Discussion Subject: Re: abort() to internal_error() Date: Fri, 16 Feb 2001 12:39:00 -0000 Message-id: <1010216203844.ZM12328@ocotillo.lan> References: <3A8D419B.35FE24C@cygnus.com> <5mae7m9ysl.fsf@jtc.redback.com> <3A8D8986.586CE0D6@cygnus.com> X-SW-Source: 2001-02/msg00238.html On Feb 16, 3:11pm, Andrew Cagney wrote: > > This is good enough to go in as is, but I wonder if there is any way > > can improve the message. IMO "function calls abort ()" is wrong, or > > at best misleading, since the function no longer calls abort(). > > Perhaps "failed internal consistancy check" is generic enough without > > mentioning abort()? > > Thankyou! I couldn't think of anything sensible. I've adjusted my script to use "failed internal consistency check" instead. (I'll post a patch after the discussion dies down...) Kevin