[Numpy-tickets] [NumPy] #572: Memory leak in _insert when using rank 0 input
NumPy
numpy-tickets@scipy....
Wed Sep 5 05:09:24 CDT 2007
#572: Memory leak in _insert when using rank 0 input
-----------------------+----------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.lib | Version: none
Severity: major | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Comment (by cdavid):
Ok, the following code shows the problem:
{{{
#!python
from numpy.lib import place
while 1:
place(1, 1, 1)
}}}
Running it a few seconds under massif basically shows a linear increase of
memory in the while loop.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/572#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list