Re: Abort in App: explanation?
From: Erik Max Francis (max_at_alcyone.com)
Date: 06/05/03
- Next message: phil-news-nospam_at_ipal.net: "Re: fts(3) depth or breadth first?"
- Previous message: Andy Isaacson: "Re: BSD VM architecture..."
- In reply to: Shane McDaniel: "Abort in App: explanation?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 04 Jun 2003 15:57:39 -0700
Shane McDaniel wrote:
> We have a rather large app that has lately been giving Aborts during
> it's execution. There is no other message just 'Abort' and the
> program
> stops, no core file either.
>
> This is fairly open, but is this indicative of anything in particular,
> or are there a small set of things it could be. We are using pthreads
> and STL, compiling under g++ 3.1 on solaris 8.
Usually it's do to a failed assert, an uncaught C++ exception, or an
explicit call to abort.
-- Erik Max Francis && max@alcyone.com && http://www.alcyone.com/max/ __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE / \ The great artist is the simplifier. \__/ Henri Amiel
- Next message: phil-news-nospam_at_ipal.net: "Re: fts(3) depth or breadth first?"
- Previous message: Andy Isaacson: "Re: BSD VM architecture..."
- In reply to: Shane McDaniel: "Abort in App: explanation?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|