Comment 23 for bug 575585

Revision history for this message
chimanfu (jfu) wrote : Re: Memory leak in Sikuli 0.10 crashes long scripts

Hi Tsung-Hsiang

Thanks for fixing the issue.
I think it's getting a little bit better with your fix, but eventually it'll still crash as the memory keeps increasing.
It seems the find() is still an issue.

if you just do this, it'll crash in 10-15 mins.

while True:
    find(something)