-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Segfaults in 32-bit linux while running master python test suite, maybe allocation related #6447
Comments
@arvidn since the If you can show me what to do there, I can put in the work. |
trying to reproduce this, the build step fails with:
I tried |
I messed up my repro steps. I downloaded boost from source for my test. I used the same setup as CI (download source, |
I think I used 1.76.0 |
Updated my repro steps |
jfrog doesn't seem to like links like that. They go to some length to require a full browser in order to download. Anyway, I get this error:
Even after rebuilding with |
Oh, do you have a |
I can reproduce the segfault now. But I can't find a way to analyze it. If I run gdb (in docker) I get permission denied to create the proces. And I can't configure |
I got a core file after some test runs, but it may have been due to running with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@arvidn could you reopen this? this issue still occurred last time I tried the cibuildwheel workflow on 32-bit linux. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bump, I confirmed this still exists at least in |
I take it the 64 bit build does not have this problem, right? |
Correct, or at least I've never seen this failure on 64-bit builds. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm trying to port #6188 to master. I'm getting segfaults running the python test suite, only on 32-bit linux.
Repro steps:
docker run -v /path/to/libtorrent:/lt -it quay.io/pypa/manylinux2014_i686
Notes:
RC_2_0
. To reproduce there, you need to:RC_2_0
master
master
tests related to Python bindings: various bounds checking failures (maybe arbitrary memory access?) #5993, as they are known to crash inRC_2_0
RC_1_2
against themaster
suite yet.The text was updated successfully, but these errors were encountered: