in reply to Why does my script exit with "Killed" - that's all...

... it means that something killed it. I'm assuming a unixy platform here, which means there's no way to catch the SIGKILL, but you may find something in the /var/log files. That is, unless you generate an error somewhere like that in the program.

-Paul

  • Comment on Re: Why does my script exit with "Killed" - that's all...