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
SIGBUS
when running built python
on amd64 after 00f8fe956491816f03f1cc76bc7ed297cd9c0930 on 3.11 branch (3.11b3)
#93438
Comments
Bisected to 00f8fe9:
|
SIGBUS
on amd64 after 00f8fe956491816f03f1cc76bc7ed297cd9c0930 on 3.11 branch (SIGBUS
on amd64 after 00f8fe956491816f03f1cc76bc7ed297cd9c0930 on 3.11 branch (3.11b3)
SIGBUS
on amd64 after 00f8fe956491816f03f1cc76bc7ed297cd9c0930 on 3.11 branch (3.11b3)SIGBUS
when running built python
on amd64 after 00f8fe956491816f03f1cc76bc7ed297cd9c0930 on 3.11 branch (3.11b3)
Where did you get sphinx? It looks to me that some extensions were built incompatible with Python 3.11b3 ABI. |
It's built using the packaging for Sphinx in Gentoo (works fine normally) (cc @mgorny). |
Sphinx is pure Python & doesn't have extension modules itself, although our dependencies might. We do odd stuff in autodoc with evaluation of code that might be affected by tuple substitution, but just importing a module I would've thought would be fine. A |
I'm sorry, this ended up being our fault -- we were setting LD_LIBRARY_PATH and the system Python 3.11 was being mixed with the just-built libpython. Apologies! |
Bug report
Backtrace:
Your environment
The text was updated successfully, but these errors were encountered: