<div><div class="gmail_quote">On Tue, Mar 23, 2010 at 9:57 AM, Francois Bertel <span dir="ltr">&lt;<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
In your program, enable the floating point exceptions with:<br>
<br>
#include &quot;vtkFloatingPointExceptions.h&quot; // this file is in VTK/Common<br>
<br>
int main()<br>
{<br>
vtkFloatingPointExceptions::Enable();<br>
<br>
// rest of your program here.<br>
}<br>
<br>
It then will crash where the first exception happen, probably because<br>
of a division by 0. After locating, the line that triggers the<br>
exception, you will be able to try to figure out why it happens.<br>
<div><div></div><div class="h5"></div></div></blockquote></div><br></div><div><br></div><div>Wagner,</div><div><br><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 15px; border-collapse: collapse; ">If you figure it out, maybe you could find a tiny example that would demonstrate vtkFloatingPointExceptions and add it to the wiki?</span></div>
<div><font class="Apple-style-span" face="arial, sans-serif" size="5"><span class="Apple-style-span" style="border-collapse: collapse; font-size: 18px;"><br clear="all"></span></font>Thanks,<br><br>David</div></div>