#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      |    Resolution:          
       Keywords:  maxima orphans  |   Work issues:          
Report Upstream:  N/A             |     Reviewers:          
        Authors:                  |     Merged in:          
   Dependencies:                  |      Stopgaps:          
----------------------------------+-----------------------------------------

Comment (by leif):

 Replying to [comment:6 leif]:
 > So apparently ''the pexpect interface'' (when run from `make`, but not
 in an interactive Sage session) causes Maxima to do something weird
 afterwards...

 {{{
 #!make

 maxima-from-sage-prompt:
         /path/to/sage -c
 'maxima("rk(-x*(y-2)*y,y,1,[x,0,1,0.500000000000000]);")'

 maxima-from-sage-prompt-cleanup:
         /path/to/sage -c
 'maxima("rk(-x*(y-2)*y,y,1,[x,0,1,0.500000000000000]);"); from
 sage.interfaces.maxima import __doctest_cleanup; __doctest_cleanup()'
 }}}

 While the first leaves Maxima running (eating up all memory, at least
 until `malloc()` or similar fails), the latter doesn't...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13831#comment:7>
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.

Reply via email to