You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SamJoan
changed the title
fuzz.py refers to executorService instead of fuzzExecutorService
Move fuzzExecutorService from ui.py to fuzz.py inside FuzzRunner.
Jun 26, 2020
The issue is here.
https://github.com/benteveo-kiwi/benteveo-toolbox/blob/master/fuzz.py#L156
Maybe we should avoid refering to the state object altogether, and initialise the executor within
run
. In that case we need to make sure we callshutdown()
there. https://blog.fastthread.io/2015/10/23/memory-leak-in-java-executor-2/The text was updated successfully, but these errors were encountered: