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
[+] Applying recursive leet transforms to 89304 words...
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/synchronize.py", line 28, in
from _multiprocessing import SemLock, sem_unlink
ImportError: cannot import name 'SemLock' from '_multiprocessing' (/data/data/com.termux/files/usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310.so)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/bopscrk/bopscrk.py", line 27, in
bopscrk.run()
File "/data/data/com.termux/files/home/bopscrk/modules/main.py", line 140, in run
temp_wordlist += multithread_transforms(leet_transforms, final_wordlist)
File "/data/data/com.termux/files/home/bopscrk/modules/transforms.py", line 138, in multithread_transforms
with ThreadPool(Config.THREADS) as pool:
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/dummy/init.py", line 124, in Pool
return ThreadPool(processes, initializer, initargs)
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/pool.py", line 927, in init
Pool.init(self, processes, initializer, initargs)
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/pool.py", line 196, in init
self._change_notifier = self._ctx.SimpleQueue()
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/context.py", line 113, in SimpleQueue
return SimpleQueue(ctx=self.get_context())
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/queues.py", line 342, in init
self._rlock = ctx.Lock()
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/context.py", line 67, in Lock
from .synchronize import Lock
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/synchronize.py", line 30, in
raise ImportError("This platform lacks a functioning sem_open" +
ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
The text was updated successfully, but these errors were encountered:
+ starting to implement better memory management (cached wordlists writing and reading i/o files), not working yet (related to #12 issue)
+ updating and fixing minor bugs related to dependencies (maybe related to #14 issue)
+ 'exclude from other wordlists' feature removed
Hello, since it was a long time from your issue and I dont think you have the same environment anymore, please test the new version I have released and open a new issue if you found any bug.
[+] Applying recursive leet transforms to 89304 words...
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/synchronize.py", line 28, in
from _multiprocessing import SemLock, sem_unlink
ImportError: cannot import name 'SemLock' from '_multiprocessing' (/data/data/com.termux/files/usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310.so)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/bopscrk/bopscrk.py", line 27, in
bopscrk.run()
File "/data/data/com.termux/files/home/bopscrk/modules/main.py", line 140, in run
temp_wordlist += multithread_transforms(leet_transforms, final_wordlist)
File "/data/data/com.termux/files/home/bopscrk/modules/transforms.py", line 138, in multithread_transforms
with ThreadPool(Config.THREADS) as pool:
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/dummy/init.py", line 124, in Pool
return ThreadPool(processes, initializer, initargs)
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/pool.py", line 927, in init
Pool.init(self, processes, initializer, initargs)
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/pool.py", line 196, in init
self._change_notifier = self._ctx.SimpleQueue()
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/context.py", line 113, in SimpleQueue
return SimpleQueue(ctx=self.get_context())
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/queues.py", line 342, in init
self._rlock = ctx.Lock()
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/context.py", line 67, in Lock
from .synchronize import Lock
File "/data/data/com.termux/files/usr/lib/python3.10/multiprocessing/synchronize.py", line 30, in
raise ImportError("This platform lacks a functioning sem_open" +
ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
The text was updated successfully, but these errors were encountered: