Hi Jerry,

Am Dienstag, 5. Oktober 2010 14:58:27 schrieb g...@novadsp.com:
>   I've got an extremely simple SIGINT handler that throws a C++
> exception to ensure proper cleanup etc. I can see from console spew that
> the signal handler is being called but the exception is not caught.

If you throw an exception from the context of your signal handler, why do you 
expect that it is thrown in the context of the main thread?

I think your expectations are flawed. It just doesn't work that way.

best regards
Wolfgang
-- 
Wahre Worte sind nicht schön - Schöne Worte sind nicht wahr. (Laotse)
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to