M2
M2 copied to clipboard
Flint crash
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...
This appears to be a factory bug. See the stacktrace in #3523.
This still crashes in development build on 26 April, 2025.