NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #893 (closed defect: fixed)

Opened 2011-11-30T11:45:36-06:00

Last modified 2011-12-01T13:52:20-06:00

Memory leak exists

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

From within Eclipse (runs with min memory):

Open T1 Head
Open Organ Corti
Open Mitosis
On mitosis do Image > Stacks > Delete Axis and choose channel
Now close T1 Head, and then Organ, and then Mitosis.
Click status bar: 60 mb still allocated and clicking status bar any more will not fix it.

Change History

comment:1 Changed 2011-12-01T10:31:45-06:00 by bdezonia

Much simpler recreation. Simply open mitosis and close it. jconsole can show memory won't shrink back to original value

comment:2 Changed 2011-12-01T12:33:37-06:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed

Fouind a fix/workaround in 35ac3e787da2256df9245f4470e032df12343882. Will have code reviewed by others. Closing ticket.

comment:3 Changed 2011-12-01T13:52:20-06:00 by curtis

(In [4521]) Dispose of data views in UI agnostic layer

See #893.