#9129: sqrt memory leaks
--------------------------------+-------------------------------------------
   Reporter:  zimmerma          |       Owner:  AlexGhitza
       Type:  defect            |      Status:  new       
   Priority:  critical          |   Milestone:  sage-4.6.1
  Component:  basic arithmetic  |    Keywords:            
     Author:                    |    Upstream:  N/A       
   Reviewer:                    |      Merged:            
Work_issues:                    |  
--------------------------------+-------------------------------------------

Comment(by zimmerma):

 Replying to [comment:18 burcin]:
 > Sorry for the spam, but is the problem still there with the patch at
 #8659 applied?

 yes, but the leak seems to be smaller:
 {{{
 ----------------------------------------------------------------------
 | Sage Version 4.6, Release Date: 2010-10-30                         |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 Loading Sage library. Current Mercurial branch is: 8659
 sage: a=SR(2)
 sage: m = get_memory_usage()
 sage: for i in xrange(10000):
 ....:     b=a.__pow__(1/3)
 sage: print get_memory_usage(m)
 4.4140625
 }}}
 instead of {{{11.703125}}} without the #8659 patch.

 Paul

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