BioMedIA / MIRTK

The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at
https://github.com/MIRTK
Apache License 2.0
186 stars 71 forks source link

remesh-surface: Segmentation fault when using AppImage #759

Closed schuhschuh closed 3 years ago

schuhschuh commented 3 years ago

Command mirtk remeh-surface in.vtp out.vtp -edge-length 1 terminates with SIGSEGV 11 when using the AppImage https://bintray.com/schuhschuh/AppImages/download_file?file_path=MIRTK-2.1-pre2-x86_64-glibc2.14.AppImage. This may be due to use of VTK version 6.2.0 as part of Travis CI build with Ubuntu 16.04. The error is not present with a build on the same OS using VTK 9.0.1.

schuhschuh commented 3 years ago

The VTK bug causing this is fixed in VTK >=8.2.0