sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40898
[Question #404597]: Java StackOverflowError
New question #404597 on Sikuli:
https://answers.launchpad.net/sikuli/+question/404597
Hi, I've got a problem with my programm, it's very heavy and it have to run for multiple days.
But I get this error :
[error] RuntimeError ( maximum recursion depth exceeded (Java StackOverflowError) )
I tried to use :
sys.setrecursionlimit(100000000)
But it stop after 4-5 hours, and I can't add a higher number because I get :
[error] TypeError ( setrecursionlimit(): 1st arg can't be coerced to int )
why ?
I don't care if my computer explode I just want to force the code to continue...
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.