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

CI segfault on 32-bit Alpine / musl #2180

Open
fredrik-johansson opened this issue Jan 24, 2025 · 1 comment
Open

CI segfault on 32-bit Alpine / musl #2180

fredrik-johansson opened this issue Jan 24, 2025 · 1 comment

Comments

@fredrik-johansson
Copy link
Collaborator

The change in randomization in commit f9764e5 revealed a segfault which occurs reliably on the Alpine Linux, musl, 32-bit (assert, x1.5) CI job. I'm unable to reproduce the error on a different 32-bit x86 setup (gcc 12, glibc 2.36 / debian 12).

As far as I can tell from printf debugging on the CI job, the segfault occurs at the end of iteration 586 of the test for gr_rsqrt_series when clearing a gr_poly of length 1 with nmod coefficients. That should obviously never fail, suggesting some earlier memory corruption.

@albinahlback
Copy link
Collaborator

I wonder if we should use musl on some 64-bit machine as well. If I recall correctly, they catch more errors.

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

No branches or pull requests

2 participants