Rocky D. Pulley created BATIK-1045:
--------------------------------------
Summary: JSVGCanvas memory leak even when calling dispose()
Key: BATIK-1045
URL: https://issues.apache.org/jira/browse/BATIK-1045
Project: Batik
Issue Type: Bug
Affects Versions: 1.7
Environment: Windows, java swing
Reporter: Rocky D. Pulley
I call dispose() on the component.
I am validating the the JSVGCanvas.finalize() is getting called.
However, when I do heap dumps, I see that there are still references to it, and
eventually my program runs out of memory with hundreds of left over references
to JSVGCanvas. Also, there are lots and lots of references to:
AbstractSVGPathSegList$SVGPathSegCurvetoCubeItem (hundreds of thousands)
So basically every time I close my window which has several SVG images on it,
the memory stays open and keep climbing until it dies.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]