Closed argento81 closed 2 years ago
Just don't start too much thread, or you can mod the script as multiprocessing, or even more simple, run more times in the console.
The reason of this error occured is the single python process reached the maximum thread limit of your system.
Building threads... Traceback (most recent call last): File "cc.py", line 726, in
main()#Coded by Leeon123
File "cc.py", line 713, in main
build_threads(mode,thread_num,event,socks_type,ind_rlock)
File "cc.py", line 101, in build_threads
th.start()
File "/usr/lib/python3.7/threading.py", line 847, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread