Discussion:
[jira] [Created] (XALANJ-2599) Memory leak on terminate="yes"
david neal (JIRA)
2016-01-07 19:45:39 UTC
Permalink
david neal created XALANJ-2599:
----------------------------------

Summary: Memory leak on terminate="yes"
Key: XALANJ-2599
URL: https://issues.apache.org/jira/browse/XALANJ-2599
Project: XalanJ2
Issue Type: Bug
Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects. Anybody can view the issue.)
Components: transformation
Affects Versions: 2.7.2
Environment: Red hat linux
Reporter: david neal
Assignee: Steven J. Hathaway


When using xsltc transformer it pushes integer objects on the translets paramsStack and later pops them off. If the stylesheet calls a message tag with terminate="yes" it fails to pop the integer objects off the paramsStack. Therefore when reusing the transformer, it keeps accumulating integer objects and never releases them for garbage collection.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@xalan.apache.org
For additional commands, e-mail: dev-***@xalan.apache.org

Loading...