You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause of this seems to be the case where dcm2mnc is called with an entire directory tree of DICOMs at once (like an entire study) and then the -fname/-dname features are used to split up the MINC files. This produces a huge history entry from the conversion, which is much longer than ARG_MAX.
While working with autocrop, the cropping would succeed, but then throw the following error:
The command I was using to start autocrop
Commenting out the instances of update_history in autocrop solved the crash.
The text was updated successfully, but these errors were encountered: