On Tue, Jul 8, 2008 at 3:28 PM, Stephan Wirth <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~/src/mitk-build/bin$ ./Step4
> ../../mitk/Testing/Data/Pic3D.pic.gz ../../mitk/Testing/Data/lungs.vtk
> QmitkRegisterClasses()
> CoreObjectFactory: created instance of CoreObjectFactory
> Loading ../../mitk/Testing/Data/lungs.vtk as vtk
> Generic Warning: In /home/stephan/src/VTK/Common/vtkDebugLeaks.cxx, line 296
> Deleting unknown object: vtkXMLParser
>
> Generic Warning: In /home/stephan/src/VTK/Common/vtkDebugLeaks.cxx, line 296
> Deleting unknown object: vtkXMLParser
>
> Segmentation fault (core dumped)

After compiling VTK with debug symbols I found out that the segfault
indeed occures in vtkfreetype. Compiling VTK with the CMAKE setting
VTK_USE_SYSTEM_FREETYPE to "On" solved the problem (vtkfreetype will
then not be crated, instead the system's libfreetype is used).
Step4 and MainApp now run fine (5 times out of 5 ;-)).
Perhaps you could add that to your Build Instructions page.

Best regards,
  Stephan

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to