I have a relatively large number of FORM files that I am processing in parallel on a cluster. Each job is independent (no shared state between them).
However, for some of the jobs FORM crashes at startup without producing a meaningful crash message. All I see is:
Program terminating at -->
Running the same .frm file manually works fine. Even running form without any input (just form at the shell prompt) produces the same cryptic message in these failing cases.
To rule out scratch file collisions, I moved each job into a separate working directory, but this did not resolve the issue.
Id appreciate any help debugging this further. I currently run version 4.2.1, build from this repo.