Issue with Write Image (ITK) Filter #12
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hello @maliesha95 I am a little bit perplexed by this error. It looks like /tmp is symlinked to another physical device on your system? Maybe? I have not seen this kind of error before. We will take a look into the error and see if we can find something. |
Beta Was this translation helpful? Give feedback.
-
@maliesha95 So I have identified the issue. It seems that the system you are working on has a home directory mounted as its own filesystem and the file that is being written is mounted on the root filesystem's temporary directory. The issue occurs when the temp file is trying to be moved to its final output location. This is not a fault on your end. The bug is in the ITKImageWriter itself, I will get a fix in immediately, so it will no longer crash. Temporary FixesThe temporary fix for now is to grab the file out of your temp directory. It was written out there and it should exist. However, if you want to visualize the data immediately and you don't need that exact file format, I suggest trying another one of our writers in the application as they have been designed more robustly and should accommodate your system configuration, based on the code I looked at. |
Beta Was this translation helpful? Give feedback.
-
This PR contains the fix: BlueQuartzSoftware/simplnx#918 |
Beta Was this translation helpful? Give feedback.
-
The commit containing the fix was included in the RC-11 release, so I am going to close the discussion. Thanks for taking the time to report it! Be sure to reach out or reopen the discussion if the issue persists. |
Beta Was this translation helpful? Give feedback.
The commit containing the fix was included in the RC-11 release, so I am going to close the discussion. Thanks for taking the time to report it! Be sure to reach out or reopen the discussion if the issue persists.