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

Comment(by rlm):

 I've run valgrind with a clean startup and quit:

 http://sage.math.washington.edu/home/rlmill/sage-clean.mem.log

 and with an execution of the following loop:
 {{{
 for i in range(1000):
     if i%50 == 0:
         print i
     a = ZZ(randint(2^400,2^800)).sqrt()
     b = Mod(2^32+1,3).sqrt()
 }}}

 http://sage.math.washington.edu/home/rlmill/sage-sqrt.mem.log

 Of particular importance are lines 18757, 16971, 16915, 16831, etc. (Just
 search through for "definitely")

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