Mabshoff,

In rc2, I get that glibc problem sometimes when simply exiting the
program:

"""
[EMAIL PROTECTED]:~/sage-2.10.3.rc2-sage.math-only-x86_64-Linux$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.10.3.rc2, Release Date: 2008-03-05                  |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
The SAGE install tree may have moved.
Regenerating Python.pyo and .pyc files that hardcode the install PATH
(please wait at most a few minutes)...
Please do not interrupt this.

sage: exit
Exiting SAGE (CPU time 0m0.02s, Wall time 0m15.75s).
Exiting spawned Gap process.
*** glibc detected *** double free or corruption (out):
0x0000000000ea1e50 ***
/home/rlmill/sage-2.10.3.rc2-sage.math-only-x86_64-Linux/local/bin/
sage-sage: line 214: 15440 Aborted                 sage-ipython "$@" -
c "$SAGE_STARTUP_COMMAND;"
"""

This is the problem causing "sage -t  devel/sage/sage/graphs/graph.py"
to fail. In verbose mode, I get:

"""
1210 passed and 0 failed.
Test passed.
*** glibc detected *** double free or corruption (out):
0x0000000000ecf3d0 ***

         [44.0 s]
exit code: 256

----------------------------------------------------------------------
The following tests failed:


        sage -t -verbose devel/sage-main/sage/graphs/graph.py
Total time for all tests: 44.0 seconds
"""

I have to make a remark (that probably won't help you...): When you
recompile Python --without-pymalloc to valgrind something, this looks
like the message you start getting upon exit...

- RLM

--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to