#4683: memory leak when performing the calculation CDF(I)^2
------------------------------+---------------------------------------------
 Reporter:  ggrafendorfer     |       Owner:  somebody  
     Type:  defect            |      Status:  new       
 Priority:  major             |   Milestone:  sage-4.0.1
Component:  basic arithmetic  |    Keywords:            
------------------------------+---------------------------------------------

Comment(by AlexGhitza):

 Hmmm:

 {{{
 ----------------------------------------------------------------------
 | Sage Version 4.0.1.alpha0, Release Date: 2009-05-31                |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 134.1328125
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 136.578125
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 136.7734375
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 136.7734375
 sage: get_memory_usage()
 136.7734375
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 136.7734375
 }}}

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