-
Notifications
You must be signed in to change notification settings - Fork 16
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
Python library segfaulting on macOS Montery, Intel Core I9, python 3.9 with Conda #24
Comments
See - pybind/pybind11#4301 |
I attempted installing llvm with brew and using |
Dropping into the debugger with import qss_compiler
print(qss_compiler.__file__) >>> PYTHONPATH=$(which python) sudo lldb python
>>> (lldb) r test.py Gives
Which seems to indicate this is related to the qasm library. This is purely conjecture but I might imagine this is related to static initialization ordering that we have been running into.
|
We've discussed this before. Please upgrade your Apple Toolchain to XCode 14.2.
Not needed and not helpful. |
Invoking
pytest test/python_lib
gives:Similarily
import qss_compiler
segfaults.Of note when building is
ld: warning: -undefined dynamic_lookup may not work with chained fixups
The text was updated successfully, but these errors were encountered: