rtems exception handling

Hennenfent, Nick {AVL~Roswell} NICK.HENNENFENT at ROCHE.COM
Thu Jan 10 19:59:30 UTC 2002


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://lists.rtems.org/pipermail/users/attachments/20020110/65e9db32/attachment.html>


More information about the users mailing list