On Jun 18, 2012, at 00:30 , barbules wrote: > sage-5.0-linux-64bit gives segmentation fault on the following:sage: sage: > > R.<t,x>=GF(2)['t,x'] > g=t^16*x + t^10*x + t^9*x + t^6*x + t^5 + t*x + x^2 > g.factor(proof=False)
Just to add to the noise, I get the same failure with 5.0 on Mac OS X, 10.6.8 (Dual 6-core Xeons) and 10.7.4 (4-core Core i7): --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) /SandBox/Justin/sb/Sage/<ipython console> in <module>() /Users/Sage/sage-5.0/local/lib/python2.7/site-packages/sage/rings/polynomial/multi_polynomial_libsingular.so in sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular.factor (sage/rings/polynomial/multi_polynomial_libsingular.cpp:24885)() RuntimeError: Segmentation fault --------------------------------------------------------------------------- [works out to line 3931 in the .pyx file] Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's income ----------- Question 43: What if the hokey pokey really *is* what it’s all about? -- -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org