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

Re: C++ exception handling question



On 2006-11-05T21:02:33-0700, Paul E Condon wrote:
> My code does not have the string 'Killed' in it anywhere, so I suppose
> this comes from some place in the C/C++ libraries.  The string "caught
> ...!!!" never appears in the output, nor does the string " After
> catch.".

You program (probably) received the SIGKILL signal, and your shell
reported that fact to you.  Signals are deal with using signal handlers
(and not expections), howeer this particular signal cannot be handled or
ignored.


/Allan



Reply to: