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

Flint crash #3518

Open
pzinn opened this issue Oct 15, 2024 · 1 comment
Open

Flint crash #3518

pzinn opened this issue Oct 15, 2024 · 1 comment

Comments

@pzinn
Copy link
Contributor

pzinn commented Oct 15, 2024

i1 : R=ZZ/2[x,y,z]

o1 = R

o1 : PolynomialRing

i2 : f = n -> x^n+y^n+z^n+(x+y+z)^n

o2 = f

o2 : FunctionClosure

i3 : factor f 15
Flint exception (General error):
    lenP < 2 in n_poly_mod_invmod
zsh: IOT instruction (core dumped)  ./M2

n=63 also crashes...

@d-torrance
Copy link
Member

This appears to be a factory bug. See the stacktrace in #3523.

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