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
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.
The text was updated successfully, but these errors were encountered:
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 forgr_rsqrt_series
when clearing agr_poly
of length 1 withnmod
coefficients. That should obviously never fail, suggesting some earlier memory corruption.The text was updated successfully, but these errors were encountered: