On Sun, Nov 2, 2008 at 8:41 AM, Dan Drake <[EMAIL PROTECTED]> wrote: > On Sun, 02 Nov 2008 at 05:43AM -0400, David Joyner wrote: >> I went through 5 passes, and sage -testall kept locking up at various >> places, so I rebuilt >> Sage. I also tested to see if the tarball was coorupted but it seems >> the download went okay. >> >> After the rebuild, the same lockup occurs. This last time, it froze at >> calculus.py. >> When I ran sage -t --verbose devel/sage/sage/calculus/calculus.py >> it froze at this line: >> >> >> Trying: >> f(y=Integer(7))###line 4372:_sage_ >>> f(y=7) >> Expecting: >> x^3 + x >> >> This is on amd64 ubuntu 8.10. > > Look for lisp processes. I'm also using amd64 Ubuntu 8.10 and have had > big problems with lisp randomly hanging -- it doesn't crash, it just > sits doing nothing. This behavior is random but not very frequent. I > also see it when running Sage normally. I suspect this explains all the > problems you've been seeing -- look for hung lisp.run and maxima > processes.
This explains some of the hangs. But once it locked up on a cython file which seemed to use no pexpect or pipes (except for the logging of the test results, which does do some piping I guess...). > > Dan > > -- > --- Dan Drake <[EMAIL PROTECTED]> > ----- KAIST Department of Mathematical Sciences > ------- http://mathsci.kaist.ac.kr/~drake > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAkkNn+oACgkQr4V8SljC5Lo71ACfS30KZ9pxKcuiUub23oB6w4mD > rycAn3VZK3IEg5LgBldIiZc+3CvxWmj6 > =ANxp > -----END PGP SIGNATURE----- > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
