Hi Ben, On 2012-03-26, Ben Hutz <bn4...@gmail.com> wrote: > R.<x0,y0,z0,x1,y1,z1,a0,a1,a2,a3,a4,a5,a6,a7,a8>=PolynomialRing(QQ,order=TermOrder('degrevlex', > 6) + TermOrder('degrevlex',10))
One could argue that weird things are expected to happen if the term order simply does not match the number of variables. However, I'd prefer to see a ValueError being raised when one tries to define a polynomial ring as above. It is certainly not good that one gets a segfault some lines below, and not an immediate ValueError. So, it is a bug, and I am about to open a trac ticket for it. 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