-
Notifications
You must be signed in to change notification settings - Fork 23
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
ftrsm with Modular<Integer> (ftrsm_mp), consistently fails with small modulus #29
Comments
Up ! On my computer, it fails also for huge primes
|
It looks like I've run into this issue as well while preparing the fflas-ffpack 2.2.2 package for Debian [1]:
|
On Mac OS X 10.11.6, with
|
In case it helps, here is a truncated traceback of the place the exception is thrown:
|
this has been fixed with merge #90 |
The fix merged causes segfaults of the benchmark suite using clang++ compiler on all plateforms of the build farm: https://ci.inria.fr/linbox/job/FFLAS-FFPACK/180/ |
Sorry, my bad. This bug is independent from this issue. It just showed up again in this last build for some weird reason. |
The text was updated successfully, but these errors were encountered: