[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems exception handling
- Date: Thu, 10 Jan 2002 14:59:30 -0500
- From: NICK.HENNENFENT at ROCHE.COM (Hennenfent, Nick {AVL~Roswell})
- Subject: rtems exception handling
I have tried using
try
{
// do something that throws an exception
}
catch (...)
{
// report an error
}
blocks but when an exception is thrown, I end up getting an
rtems_fatal_error because the stack checker thinks the stack
is corrupt.
Does anyone know if this is even supposed to work???
Are exceptions incompatible with the rtems stack checker???
Thanks.
Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rtems.rtems.org/pipermail/rtems-users/attachments/20020110/65e9db32/attachment.html