jsf.js: ie leak detector sIEve shows a load of nodes which are not garbage
collected mem leaks in IE also are high
------------------------------------------------------------------------------------------------------------------
Key: MYFACES-2878
URL: https://issues.apache.org/jira/browse/MYFACES-2878
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.0.2-SNAPSHOT
Reporter: Werner Punz
In my local dialog test a sIEve showed 12000 delta nodes after 500 runs while
Mojarras is on 5000, the goal of the fix is to get the deltas for the example
down to zero and to reduce mem leaking to a big degree.
We have to fix this by the introduction of finalisation code in the affected
classes on IE only!!!
The root cause of this is a non working garbage collection in IE because it
relies on reference counting alone and refuses to persist on references into
com objects.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.