I've built several recent versions of Sage on the same box (a 64-bit Opteron running Fedora 10), and it seems pretty consistently that attempting to use a tab completion causes a segmentation fault. For instance:
---------------------------------------------------------------------- | Sage Version 3.4.1, Release Date: 2009-04-21 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- sage: P.<x> = PolynomialRing(QQ) sage: P. ------------------------------------------------------------ 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). ------------------------------------------------------------ /scratch/sage-x64/local/bin/sage-sage: line 198: 30653 Segmentation fault sage-ipython "$@" -i I think mabshoff suggested at one point that this may be due to my stack size being too small...? Kiran --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---