Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Strange Heap overflow with Luna M3

I’ve run into a similar situation locally in an eclipse install where I have a lot of plugins installed.

I ended up completely deleting the instance and reducing the number of plugins I’m using.

 

From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Mickael Istria
Sent: December-04-13 9:08 AM
To: equinox-dev@xxxxxxxxxxx
Subject: [equinox-dev] Strange Heap overflow with Luna M3

 

Hi all,

I think we've met an interesting issue in Equinox/Felix while preparing migration of JBoss Tools to Luna. In some circumstances, the target application will flood the Heap by adding and retaining many org.apache.felix.resolver.Candidates in the main Thread.
This error doesn't seem to happen when starting Eclipse SDK, memory seems fine. However, we reproduce it everytime we use our target-platform, which contains Luna M3 + some additional stuff.
We're tracking the issue here: https://issues.jboss.org/browse/JBIDE-15807 , but I start to believe that we're facing a potential bug in Equinox/Felix. So I'd be glad if you could give some hints.
Here are the steps In order to reproduce it:
* Get the following target platform in your workspace https://github.com/jbosstools/jbosstools-target-platforms/blob/4.40.x/jbosstools/multiple/jbosstools-multiple.target
* Enable this target platform
* Try to run Eclipse workbench (using this target platform).

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets


Back to the top