You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
.Expected behavior
Command should succeed without segfaulting.
patchelf --version
outputpatchelf 0.17.2
Additional context
N/A
The text was updated successfully, but these errors were encountered: