-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
BOLT segfaults on optimizing CPython #59025
Comments
@llvm/issue-subscribers-bolt |
Had the same issue with llvm 15.0.6. |
Reproduced |
Reproduced with release/15.x (tags/llvmorg-15.0.6). The issue appears to be with Trunk version of BOLT doesn't have this issue. Between llvmorg-15.0.6 and trunk there were 7 fixes that affected debug info update:
with b786e01 being the one that fixes the crash. While it's possible to backport just it to llvm-15, other fixes also affect debugging experience (especially fcd7717), so the best suggestion is to update to the latest llvm-bolt package available from https://apt.llvm.org. |
Thanks a lot for debugging the crash 🙇♂️ |
I catch the following stack trace while building a DEB package with CPython 3.11.0 and BOLT optimizations backported from python/cpython#95908
My BOLT version corresponds to the "qualification" (v15) branch of the official LLVM Ubuntu packages.
Log
How to reproduce:
The crash happens during
docker build -t whatever .
, see the Dockerfile below. It takes ~30min to reach the place.Dockerfile
Dockerfile depends on the patch files at athenianco/athenian-api#3040
The text was updated successfully, but these errors were encountered: