RuntimeError: can't start new thread
Created by: juga0
While trying to run sbws
, i got this traceback. I increased RAM and then it was solved.
I'm going to change this to log the problem and exit without exception.
[2018-06-17 10:07:44,387] [sbws.util.stem] [INFO] Started and connected to Tor 0.3.2.10 (git-0edaa32732ec8930) via /home/user/.sbws/tor/control_socket
Traceback (most recent call last):
File "/home/user/.virtualenvs/simplebwscanner3/bin/sbws", line 11, in <module>
load_entry_point('sbws', 'console_scripts', 'sbws')()
File "/home/user/simple-bw-scanner/sbws/sbws.py", line 51, in main
exit(comm['f'](*comm['a'], **comm['kw']))
File "/home/user/simple-bw-scanner/sbws/core/scanner.py", line 402, in main
run_speedtest(args, conf)
File "/home/user/simple-bw-scanner/sbws/core/scanner.py", line 352, in run_speedtest
rd = ResultDump(args, conf, end_event)
File "/home/user/simple-bw-scanner/sbws/lib/resultdump.py", line 447, in __init__
self.thread.start()
File "/usr/lib/python3.5/threading.py", line 844, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread