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

 #4639 fixes the vast majority of the problem here, but:
 {{{
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 421.88671875
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 422.140625
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 422.15234375
 sage: v = [CDF(i)^2 for n in range(50000)]
 sage: get_memory_usage()
 422.40625
 }}}
 So still some small leak to go. I will poke around post 3.2.2.

 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4683#comment:4>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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