Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): david ames / david ames (david ames)
Created: 02/26/2013
Components: General Server
Versions: 9.0.1
Failure Type: Memory Leak
Found In Build/Fixed In Build: 9.0.1 /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 1
Duplicate ID: CF-3119991
** THIS APPLIES TO COLDFUSION 9.02, NOT 9.01
Problem Description:
The hotfix for bug 3119991 does not work with ColdFusion 9.02 - ie, the memory leak in coldfusion.key.util still exists in 9.02 and we cannot apply the hotfix hf901-3119991.jar to 9.02
Steps to Reproduce:
Take a heap dump of the server that is running out of heap space and observe 1GB+ of coldfusion.key.util classes.
OR - decompile CFusion.jar and observe that coldfusion.key.util is using strong references, where as the same class in hf901-3119991.jar uses soft references.
Actual Result:
Memory leak causing server to crash.
Expected Result:
No memory leak
Any Workarounds:
We can write a .jar to extend your coldfusion.util.key class and dump the keys map regually, but this is an ugly workaround.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3507060
External Customer Info:
External Company:
External Customer Name: davidames
External Customer Email:
External Test Config: CF 9.02, IIS, WIn2k8, 64bit.
Attachments:
Comments: