The following input segfaults sage 4.3.2 on sage.math, as well as sage
4.3 on various other machines.

P.<x> = PolynomialRing(RealField())
print sum(P(0)*P(0) for k in range(1))

This example seems quite fragile; for instance, the segfault goes away
if you change RealField to RationalField, RealDoubleField, or Complex
Field.

Kiran

-- 
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