[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exceptions in gnu c++



Paul E Condon <pecondon@mesanetworks.net> writes:

>  row: 21100     128    Killed

"Killed" almost certainly indicates that something (likely the kernel)
sent your application a SIGKILL signal, which instantly terminates
your application, with the message itself coming from your shell.
(Running your program under strace should confirm this.)

Moreover, Unix signals are generally a separate matter from
exceptions, and converting one to the other is easier said than done.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger amu@monk.mit.edu (NOT a valid e-mail address) for more info.



Reply to: