-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
test_embed
segfaults on BOLT instrumented binaries
#128473
Comments
zanieb
added
type-bug
An unexpected behavior, bug, or error
build
The build process and cross-build
labels
Jan 4, 2025
You can get your hands on more debug information by
A bit beyond me, but
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
Originally reported in astral-sh/python-build-standalone#463
The
test_embed
suite fails with BOLT instrumented binaries. This requires configuration with the--enable-bolt
and--enable-shared
flags as described in #128472.e.g.
I believe this occurs on older Python version too, but is a non-fatal error for the test suite — I have not confirmed this yet. On 3.13+, it's a fatal error.
There's a patch disabling these tests at astral-sh/python-build-standalone@50c0317 that I can upstream to unblock BOLT for Python 3.13+. These tests are probably not critical for performance.
Additionally, we'll want to debug why these are segfaulting — that's a bit more involved and can happen after.
Additional logs
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
test_embed
tests when BOLT instrumented #128474The text was updated successfully, but these errors were encountered: