[ImageJ-bugs] [Bug 1203] memory leak with python script
bugzilla at fiji.sc
bugzilla at fiji.sc
Mon Dec 14 15:02:06 CST 2015
http://fiji.sc/bugzilla/show_bug.cgi?id=1203
Mark Hiner <hinerm at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |FIXPENDING
--- Comment #15 from Mark Hiner <hinerm at gmail.com> ---
The problem is that EVERY variable you create in the script would have to be
manually closed ("None"d out).
Good news though: I have implemented a solution[1] that cleans up the Jython
variables after execution. For me it allows memory to be reclaimed after
running your test script, WITHOUT explicitly "None"ing the ImageProcessor.
Hopefully we can get this merged and uploaded to Fiji soon.
[1] https://github.com/scijava/scripting-jython/pull/7
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20151214/4da89a09/attachment.html>
More information about the Imagej-bugs
mailing list