M2
M2 copied to clipboard
gcd(0,0,...) leads M2 1.17 to crash
This is a simple example where i get a crash of M2:
O = 0_(ZZ/41[x]); gcd {O,O}
This is another example:
O = 0_(ZZ/41[x]); gcd {O,O,x}
But strangely the following work:
O = 0_(ZZ/41[x]); gcd {O,x,O}; gcd {O,x}; gcd {O};
Before my terminal closes I get this error:
Flint exception (Impossible inverse): Cannot invert modulo 41*1 Aborted (core dumped)
I missed this one, apparently. I'll work on fixing it. Sorry for the late response on it!
@DanGrayson This one is easy to fix, I think. Should I fix it for 1.20? Or have you already started release builds...?
Sure, I can wait a little while.
@DanGrayson Just submittted a one line pull request fixing this (I hope).