[Insight-users] Segmentation fault
Luis Ibanez
luis.ibanez at kitware.com
Tue, 16 Mar 2004 09:52:09 -0500
Hi Reny,
You can simply run the program from a debugger.
Are you doing this on Windows ? or Unix ?
On Unix you have gdb, and its GUI front end
DDD. On Windows you simply use the Visual Studio
debugger.
Regards,
Luis
-----------------------
reny at ctm.ulpgc.es wrote:
> Hello everybody:
>
> I have writen a filter to implement the geodesic distance transform and
> the compilation process is right. However, when I try to use it with
> within a very simple code, a segmentation fault arises. This simple code
> reads two image files, process them with the filter, and write the
> resulting image. Try-catch doesn't let me know what's going on. What
> can I do to find the location of the code that is producing the
> segmentation fault?
>
> Thanks.
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>