<div dir="ltr">Hi Prashanth,<div><br></div><div>Two things that can help:</div><div><br></div><div>A) Add a try / catch block around the Update() call of the filter,</div><div>    and print out the potential error message of the exception.</div>
<div><br></div><div>B) Run the filter in Debug mode, and once it crashes, capture</div><div>     the call trace (e.g. use backtrace in GDB for example).</div><div><br></div><div><br></div><div>In order to find the source of the problem, it will help to know if this</div>
<div>was and exception being thrown, or a segmentation fault.</div><div><br></div><div><br></div><div>    Thanks</div><div><br></div><div>        Luis</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Dec 20, 2013 at 4:55 PM, Prashanth <span dir="ltr">&lt;<a href="mailto:prashanth.dumpuri@gmail.com" target="_blank">prashanth.dumpuri@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">All,<div>    I&#39;m trying to run itkAnisotropicDiffusionVesselEnhancementImageFilter that was submitted to Insight Journal at <a href="http://www.insight-journal.org/browse/publication/163" target="_blank">http://www.insight-journal.org/browse/publication/163</a></div>

<div><br></div><div>    Since I&#39;m using ITK 4.4, I used Dr. Ramon Casero&#39;s modifications. The application crashes with an &#39;access violation reading location&#39; error message. Here&#39;s the exact location of the crash:<br>

</div><div><br></div><div>Filename where it crashes: itkAnisotropicDiffusionVesselEnhancementImageFilter.txx</div><div>Function in that file: CalculateChange()</div><div>Line in that function:  this-&gt;GetMultiThreader()-&gt;SingleMethodExecute();</div>

<div><br></div><div>I checked Casero&#39;s modified version against the original code and the only changes he made were to make the code compatible with ITK 4.x. So, the crash should have nothing to do with the modification Casero made.<br>

</div><div> </div><div>What &#39;am I missing here? Any help will be appreciated.<br></div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div>Prashanth</div></font></span></div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
<br></blockquote></div><br></div>