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

MacOS issues #2

Open
ruzzle opened this issue Oct 2, 2023 · 0 comments · May be fixed by #8
Open

MacOS issues #2

ruzzle opened this issue Oct 2, 2023 · 0 comments · May be fixed by #8

Comments

@ruzzle
Copy link

ruzzle commented Oct 2, 2023

Ran ntdissector -ntds ntds.dit -system system -f users

Getting an error on MacOS each time when dumping output

Traceback (most recent call last):
  File "/path/to/ntdissector/bin/ntdissector", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/path/to/ntdissector/lib/python3.11/site-packages/ntdissector/__main__.py", line 89, in main
    ntdis.dumpObjectsT(options.filter, options.limit)
  File "/path/to/ntdissector/lib/python3.11/site-packages/ntdissector/ntds/ntds.py", line 751, in dumpObjectsT
    qsize = workersQ.qsize()
            ^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/[email protected]/3.11.5/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/queues.py", line 126, in qsize
    return self._maxsize - self._sem._semlock._get_value()
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
NotImplementedError

Seems it has something to do with this: https://stackoverflow.com/questions/65609529/python-multiprocessing-queue-notimplementederror-macos

@TheraNinjaCat TheraNinjaCat linked a pull request Oct 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant