Re: Abort in App: explanation?

From: Erik Max Francis (max_at_alcyone.com)
Date: 06/05/03


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


Relevant Pages

  • Re: Forcefully aborting asychronous call.
    ... | i need to forcefully abort it. ... | passing time as 2 mins. ... | Means like if we call thread.abort it stop execution of thread, ... |> Developers for exciting positions in medical product ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Forcefully aborting asychronous call.
    ... | I am calling begingGetresponse method of webrequest asynchronously. ... | I want to abort this asynchronous call. ... So i called waitone on event with ... |> | Means like if we call thread.abort it stop execution of thread, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how to cancel a thread that is in threadpool
    ... > I would like to cancel or abort the execution of a thread that has been added to the queue of the threadpool. ... It seems that once it has been added, I don't have any access or control over it. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Abort in App: explanation?
    ... >stops, no core file either. ... That doesn't seem likely, for a system message. ... Have you grepped the source for the word "Abort"? ...
    (comp.unix.programmer)
  • How to abort executing macro?
    ... e.g. am executing multiple loops, with calls to time delay functions, ... I would like a way to preemptively abort execution, ...
    (microsoft.public.excel.programming)