Bug 482668 - Memory leak due the list of supported components is never cleared in the AUT
Summary: Memory leak due the list of supported components is never cleared in the AUT
Status: CLOSED FIXED
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: RC (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.0   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 05:49 EST by Marvin Mueller CLA
Modified: 2016-05-19 03:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Mueller CLA 2015-11-20 05:49:37 EST
During a test with a lot of small test suites, i have encountered that we are using more an more memory in an AUT (i have tested this with the SimpleAdder Swing). This is occurring if the AUT is not restarted.

After checking this i found that we are not cleaning the list of supported components in the AutServerConfiguration[1]. But we are filling it each time we are starting a test suite. This leads to the usage of more and more memory if the application does not restart in between.


[1] http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/tree/org.eclipse.jubula.rc.common/src/org/eclipse/jubula/rc/common/AUTServerConfiguration.java#n148
Comment 1 Eclipse Genie CLA 2015-11-20 06:48:29 EST
New Gerrit change created: https://git.eclipse.org/r/60887
Comment 3 Marvin Mueller CLA 2015-11-20 07:01:18 EST
Fixed with commit described in comment 2
Comment 4 Sebastian Struckmann CLA 2015-11-23 04:00:38 EST
Verified.