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/CAGUWgD_4f%2BxfOppAAewvCsWdLaLFDoz5u5ovJ2iQ4%2BRqb-4wuQ%40mail.gmail.com.

Reply via email to