#13831: Upon quitting Sage, Maxima may keep running and eat up all memory
--------------------------+-------------------------------------------------
Reporter: nthiery | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-5.6
Component: interfaces | Keywords: maxima
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
--------------------------+-------------------------------------------------
How to reproduce:
In a clean directory, put the following makefile
{{{
truc:
/opt/sage-5.2/sage crash-maxima.sage
}}}
(editing the location of sage to your local setup)
In a file crash-maxima.sage, put
{{{
x, y = var('x y')
desolve_rk4(x*y*(2-y), y, ics=[0,1], end_points=[0, 1], step=0.5)
}}}
then type:
{{{
make truc
}}}
I did not manage to reduce this further, and in particular to reproduce
the issue without going through ``make``. I tried the obvious things like
checking what had changed in the environment and which shell was used to
run the make recipe.
This is on Ubuntu 11.10, with Sage 5.3, 5.4, 5.4.1, and 5.5.rc0. With Sage
5.3 the memory seems to be eaten up at a faster speed. A few colleagues
got the same crash on slightly different platforms (it appeared in our
build process for the book Calcul Mathématique avec Sage).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13831>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.