On 15 Feb., 16:34, Simon King <simon.k...@uni-jena.de> wrote:
> Thank you! I guess this is it! Namely, I changed sage.rings.arith.gcd.

Yep:
sage: a = SR(-1)
sage: b = SR(-1/5)
sage: sage.rings.arith.gcd(a,b)
1  # or 1/5 with my patch.

However, if a different choice of a gcd can result in a segfault then
I think there is something seriously flawed.

Best regards,
Simon

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to