go-python icon indicating copy to clipboard operation
go-python copied to clipboard

Process finished with exit code 137 (interrupted by signal 9: SIGKILL)

Open halegreen opened this issue 6 years ago • 4 comments

OS: mac air go version: 1.8

I run your example, but got this and nothing in output: what's the problem?

Process finished with exit code 137 (interrupted by signal 9: SIGKILL) 

halegreen avatar Jun 13 '19 02:06 halegreen

that's a bit hard to tell, but from the signal, it would seem this is external to the process (ie: I'd believe it's the OS that has sent that signal and interrupted the execution of the program)

which example did you run? how?

sbinet avatar Jun 14 '19 07:06 sbinet

I have same the output, I. think because the dataset are so big for the computation of computer then the computer must kill the process of algorithm automatic to protect device

Chuvantinh avatar May 15 '20 19:05 Chuvantinh

In my case, memory usage was very high.

amashi01 avatar May 27 '20 21:05 amashi01

is there a way that allows the code to continue after exit code 137

pwneddesal avatar Jun 08 '20 03:06 pwneddesal