-
|
Hello, If anyone as any idea, don't hesitate to share. Configuration system : Mint 20.1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
A very verbose debugging possibility is to use |
Beta Was this translation helpful? Give feedback.
-
|
I have already seen similar phenomenons, while parsing text files (sulci graphs for instance) on a network filesystem from a containerized environment a few years ago (on the neurospin cluster). I tried to investigate somewhat but could not find reliable reproducible conditions when it happens, and things had been fixed "by themselves" (filesystem update? or reboot?). It seemed to be linked to text files parsing, maybe there were network filesystem buffering problems, since we did not have such problems using large binary files. By that time the only fix I found was to copy such files locally before processing them, which is not a real solution I admit... |
Beta Was this translation helpful? Give feedback.
I have already seen similar phenomenons, while parsing text files (sulci graphs for instance) on a network filesystem from a containerized environment a few years ago (on the neurospin cluster). I tried to investigate somewhat but could not find reliable reproducible conditions when it happens, and things had been fixed "by themselves" (filesystem update? or reboot?). It seemed to be linked to text files parsing, maybe there were network filesystem buffering problems, since we did not have such problems using large binary files. By that time the only fix I found was to copy such files locally before processing them, which is not a real solution I admit...