In case someone wants to follow up, the crash is due to an unsurprising: Flint exception (Impossible inverse): Cannot invert modulo 13*13
so perhaps a bit more extensive error catching/processing needs to happen in the flint wrapper. On Friday 5 January 2024 at 23:03:48 UTC-8 Georgi Guninski wrote: > def testcrtcrash1(): > """ > crash with coredump in `crt` for polynomials over finite rings > author: Georgi Guninski > """ > A=13 > Kx.<x>=Integers(A**2)[] > mods=[x^2+A,x^4+A] > resi=[x,x^2] > g=crt(resi,mods) > return g > > > Aborted (core dumped) > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/3d1ced08-01cb-4e51-8e30-a758b5e28d92n%40googlegroups.com.