History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1321
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Robin Shen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

QB can pile a lot of Finalizer objects referencing CGLib enhanced objects to cause OOME

Created: 12/Jul/12 06:21 AM   Updated: 13/Jul/12 01:17 AM
Component/s: None
Affects Version/s: 4.0.44
Fix Version/s: 4.0.45

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
CGLib enhancer will subclass the object to be enhanced and override the finalize() method, and this will cause all enhanced steps/repositories to be in finalize queue and since step/repository will reference build (which will again reference configuration tree), and this can consume a lot of memory. The fix is to avoid overriding finalize method in CGLib.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.