[Insight-users] runtime error with InsightSNAP on Ubuntu 6.10

Mathieu Malaterre mathieu.malaterre at kitware.com
Thu Dec 14 15:27:42 EST 2006


Nicolaus Andratschke wrote:
> Hello there,
> 
> I compiled ITK3.0, InsightApplications3.0 and VTK5.02
> on a Ubuntu 6.10 machine.
> Everything went smooth without any error messages.
> After installing and setting the PATH and
> LD_LIBRARY_PATH correspondingly,
> I get the following error and trace back when running
> InsighSNAP. I don't get these outputs when I run e.g.
> LiverTumorSegmentationExample.
> 
> Has anybody an idea what's wrong with InsightSNAP?
> 
> 
> *** glibc detected *** InsightSNAP: malloc(): memory
> corruption: 0x081443b8 ***


could you run the command using valgrind ? Eg, instead of running :

$ mycommand

instead run:

$ valgrind -v mycommand

the process will be slower, but should show you exactly what is wrong.

Thanks,
Mathieu


More information about the Insight-users mailing list