ITK icon indicating copy to clipboard operation
ITK copied to clipboard

itkIOTransformMINCTest segfaulting on Windows

Open jhlegarreta opened this issue 9 months ago • 2 comments

Description

Modules/IO/TransformMINC/test/itkIOTransformMINCTest.cxx is segfaulting on Windows.

Steps to Reproduce

  1. Clone ITK
  2. Configure and build ITK with testing enabled (BUILD_TESTING ON)
  3. Move to the build path and run ctest -V -R itkIOTransformMINCTest -C Debug

Expected behavior

Modules/IO/TransformMINC/test/itkIOTransformMINCTest.cxx passes without issues.

Actual behavior

Modules/IO/TransformMINC/test/itkIOTransformMINCTest.cxx segfaults when writing the transform files.

Reproducibility

%100

Versions

master

Environment

Windows

Additional Information

Cross-reference PR #4160.

jhlegarreta avatar Oct 05 '23 02:10 jhlegarreta