Is there a way to eliminate a warning (exit code 137) in perl? I am running a Perl script on linux within another shell script. This Perl script exits with a warning and exi
I just ran into the same exit code 137 when launching a python script.
It turns out to be the OOM killer kicking in, sending SIGKILL to python interpreter.
If it's the same cause, you can find oom msgs in /var/log/messages