[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-dev] memory leakage in IMP



hi all,

somehow i keep on stealing my computer memory when running imp from python.
either my awkward programming style or a bug in imp/swig steals the
memory from my system. attached is an example illustrating the
problem. if you monitor the memory usage, you'll see the consumed
memory gradually increasing - although the same variable is used
throughout the loop. thus, apparently new memory is constantly
allocated and i have no clue what happened to the old one. needless to
say the code could eventually kills every system given the loop is
large enough.
any help on the whereabouts of my memory would be greatly appreciated...

tx

frido

Attachment: test_memory_leak.py
Description: Binary data