[Numpy-tickets] [NumPy] #371: Potential memory leak with numpy-1.0
NumPy
numpy-tickets at scipy.net
Fri Nov 3 00:40:54 CST 2006
#371: Potential memory leak with numpy-1.0
----------------------+-----------------------------------------------------
Reporter: tepperly | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by albertstrasheim):
I'm not sure I agree. Look at the leak summary:
{{{
1257 ==7861== LEAK SUMMARY:
1258 ==7861== definitely lost: 0 bytes in 0 blocks.
1259 ==7861== possibly lost: 46,588 bytes in 218 blocks.
1260 ==7861== still reachable: 866,531 bytes in 10,017 blocks.
1261 ==7861== suppressed: 0 bytes in 0 blocks.
}}}
Leaks usually show up as "definitely lost".
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/371#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list