Skip to content
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

Segfault with auditwheel and patchelf #558

Open
lpsinger opened this issue Jun 7, 2024 · 2 comments
Open

Segfault with auditwheel and patchelf #558

lpsinger opened this issue Jun 7, 2024 · 2 comments
Labels

Comments

@lpsinger
Copy link

lpsinger commented Jun 7, 2024

Describe the bug

I have a binary in a Python wheel that I have processed with auditwheel that segfaults. The segfaults go away if I downgrade to patchelf<0.16.1, so patchelf 0.16.1 introduced the issue.

Steps To Reproduce

See https://git.ligo.org/lscsoft/lalsuite/-/jobs/3382624.

Or, install the wheel from https://git.ligo.org/lscsoft/lalsuite/-/jobs/3382624/artifacts/raw/wheelhouse/lalsuite-7.22.1-cp312-cp312-manylinux_2_28_x86_64.whl and run the command lalapps_version.

$ docker run --rm -it python:3.12 bash
root@25236202b91a:/# pip install https://git.ligo.org/lscsoft/lalsuite/-/jobs/3382624/artifacts/raw/wheelhouse/lalsuite-7.22.1-cp312-cp312-manylinux_2_28_x86_64.whl
root@25236202b91a:/# lalapps_version 
Segmentation fault

Expected behavior

Command should succeed without segfaulting.

patchelf --version output

patchelf 0.17.2

Additional context

N/A

@lpsinger lpsinger added the bug label Jun 7, 2024
@jvolkman
Copy link

Is the unpatched wheel available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants