On Tue, 2007-05-08 at 13:27 -0700, William Stein wrote: > Thanks. > > Do this from SAGE_ROOT, then type make to restart the build: > scp sage.math.washington.edu:/home/was/rc/matplotlib*p2* spkg/standard/
Not only do I get the same matplotlib related errors as with alpha3 (as reported in my previous e-mail); I also get a new error in multi_polynomial_libsingular.pyx: sage -t multi_polynomial_libsingular.pyx ------------------------------------------------------------ Unhandled SIGSEGV: A segmentation fault occured in SAGE. This probably occured because a *compiled* component of SAGE has a bug in it (typically accessing invalid memory) or is not properly wrapped with _sig_on, _sig_off. You might want to run SAGE under gdb with 'sage -gdb' to debug this. SAGE will now terminate (sorry). ------------------------------------------------------------ A mysterious error (perphaps a memory error?) occured, which may have crashed doctest. [1.7 s] exit code: 256 Is there a straightforward way to debug doctest crashes? Inspired by the error message, I tried "sage -gdb -t multi_polynomial_libsingular.pyx"; but that seems to be equivalent to "sage -gdb", and did not run the doctests. Carl Witty --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---