We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This program fails:
from dlinfo import DLInfo import ctypes lib = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c')) dlinfo = DLInfo(lib) print(dlinfo.path)
Traceback (most recent call last): File "/usr/ports/devel/py-dlinfo/x.py", line 8, in <module> print(dlinfo.path) ^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/dlinfo/_glibc.py", line 46, in path return self._linkmap.contents.l_name.decode(sys.getdefaultencoding()) ^^^^^^^^^^^^^^^^^^^^^^ ValueError: NULL pointer access
The text was updated successfully, but these errors were encountered:
Sorry, I do not have a FreeBSD system for debugging. Please submit a pull request if you find a fix.
Sorry, something went wrong.
No branches or pull requests
This program fails:
The text was updated successfully, but these errors were encountered: