<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>rtems exception handling</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>I have tried using</FONT>
</P>

<P><FONT SIZE=2>try</FONT>
<BR><FONT SIZE=2>{</FONT>
<BR><FONT SIZE=2>    // do something that throws an exception</FONT>
<BR><FONT SIZE=2>}</FONT>
<BR><FONT SIZE=2>catch (...)</FONT>
<BR><FONT SIZE=2>{</FONT>
<BR><FONT SIZE=2>    // report an error</FONT>
<BR><FONT SIZE=2>}</FONT>
</P>

<P><FONT SIZE=2>blocks but when an exception is thrown, I end up getting an</FONT>
<BR><FONT SIZE=2>rtems_fatal_error because the stack checker thinks the stack</FONT>
<BR><FONT SIZE=2>is corrupt.</FONT>
</P>

<P><FONT SIZE=2>Does anyone know if this is even supposed to work???</FONT>
<BR><FONT SIZE=2>Are exceptions incompatible with the rtems stack checker???</FONT>
</P>

<P><FONT SIZE=2>Thanks.</FONT>
</P>

<P><FONT SIZE=2>Nick</FONT>
</P>
<BR>

</BODY>
</HTML>