#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-6.4
      Component:  interfaces      |   Resolution:
       Keywords:  maxima orphans  |    Merged in:
        Authors:                  |    Reviewers:
Report Upstream:  N/A             |  Work issues:
         Branch:                  |       Commit:
   Dependencies:                  |     Stopgaps:
----------------------------------+------------------------
Description changed by chapoton:

Old description:

> 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).

New description:

 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/ticket/13831#comment:13>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to