#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):
the problem seems to be in the power function. With Sage 4.6:
{{{
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)
11.953125
}}}
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9129#comment:15>
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.