[ http://issues.apache.org/jira/browse/JELLY-148?page=history ]
dion gillard updated JELLY-148:
-------------------------------
Fix Version: 1.0
Moved to 1.0 release
> Huge memory leak resulting from the use of ThreadLocal
> ------------------------------------------------------
>
> Key: JELLY-148
> URL: http://issues.apache.org/jira/browse/JELLY-148
> Project: jelly
> Type: Bug
> Components: core / taglib.core
> Versions: 1.0
> Reporter: Hans Gilde
> Priority: Critical
> Fix For: 1.0
> Attachments: jelly-nothreadlocal.ZIP, jelly-nothreadlocal2.ZIP,
> memory-leak-junit-test.txt, thread-local-memory-leak-fix-demo-parent.txt,
> thread-local-memory-leak-fix-demo.txt, thread-local-memory-leak-fix-final-1.txt,
> thread-local-memory-leak-fix-final-xml-tags.txt,
> thread-local-memory-leak-fix-final.txt, thread-local-memory-leak-profile.zip,
> thread-local-memory-leak.zip
>
> There is a huge memory leak that results from the TagScript's use of ThreadLocal.
> ThreadLocal is usually used from a staic variable, while TagScript uses it from an
> instance variable. Although this looks legal to me, it causes a huge memory leak.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]