Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any ideas? #14

Closed
Biggitybaked opened this issue Oct 16, 2021 · 2 comments
Closed

Any ideas? #14

Biggitybaked opened this issue Oct 16, 2021 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Biggitybaked
Copy link

[+] 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.

@r3nt0n r3nt0n self-assigned this Jul 24, 2022
@r3nt0n r3nt0n added the good first issue Good for newcomers label Jul 24, 2022
@r3nt0n
Copy link
Owner

r3nt0n commented Jul 24, 2022

Hello! Thanks for your contribution and sorry about my delayed replay, i've been out for a while.

Can you give more information about your environment to replicate the bug?

r3nt0n added a commit that referenced this issue Jul 26, 2022
  + 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
@r3nt0n
Copy link
Owner

r3nt0n commented Jul 26, 2022

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.

Thank you!! :)

@r3nt0n r3nt0n closed this as completed Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants