On 2013-02-07 23:29, Emmanuel wrote: > ---------------------------------------------------------------------- > | Sage Version 5.4.1, Release Date: 2012-11-15 | > | Type "notebook()" for the browser-based notebook interface. | > | Type "help()" for help. | > ---------------------------------------------------------------------- > sage: i = CDF.0 > sage: fz=animate([line([zeta(s+i*t) for t in srange(0,50,0.01)]) for s > in srange(0,0.9,0.01)],xmin=-1.5,ymin=-2,xmax=2.5,ymax=2) > *** the PARI stack overflows ! > current stack size: 16000000 (15.259 Mbytes) > [hint] you can increase GP stack with allocatemem() > > *** Error in the PARI system. End of program.
Confirmed, this is certainly a bug in Sage: http://trac.sagemath.org/sage_trac/ticket/14082 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
