compilebox icon indicating copy to clipboard operation
compilebox copied to clipboard

Infinite loops!

Open jjmpsp opened this issue 10 years ago • 2 comments

See: http://stackoverflow.com/questions/28933925/docker-timeout-for-container

Basically, writing an infinite loop:

while True:
   print "infinite loop"

Will cause the entire script to freeze up after a certain amount of runs. Anyone have any idea how to fix this? The timeout within DockerTimeout.sh doesn't seem to do anything.

jjmpsp avatar Mar 09 '15 03:03 jjmpsp

Experiencing the same issue.

chopfitzroy avatar Jul 07 '15 10:07 chopfitzroy

Issue still present

ZachHandley avatar Nov 27 '16 02:11 ZachHandley