[
https://issues.apache.org/jira/browse/FELIX-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278946#comment-14278946
]
Matthieu Helleboid commented on FELIX-4762:
-------------------------------------------
Also here is also a scenario by Thomas Watson (from
https://bugs.eclipse.org/bugs/show_bug.cgi?id=457118) :
In order to trigger the code I had to add another level to the dependency tree
and I had to use re-export for each level of the dependency:
+-->C--+
A-->B--+ +-->E
+-->D--+
Where :
B re-exports C and D
C re-exports E
D re-exports E
In this scenario I would see duplicate blames for package E with the blamed
requirement A->B
> OutOfMemoryError (Java Heap Space) when resolving bundles
> -----------------------------------------------------------
>
> Key: FELIX-4762
> URL: https://issues.apache.org/jira/browse/FELIX-4762
> Project: Felix
> Issue Type: Bug
> Components: Resolver
> Environment: Usage of Felix resolver as part of Eclipse Equinox
> Reporter: Matthieu Helleboid
> Priority: Critical
> Attachments: avoidMergeDuplicateExportedPackages.patch
>
>
> When trying to start Capella (https://polarsys.org/capella/) we encounter
> OutOfMemoryError (please see the stacktrace below). It seems that there is
> too many blames objects generated.
> The original bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=457118
> A quick workaround is proposed here https://git.eclipse.org/r/#/c/39271/
> This workaround helps to avoid OOMError, but the resolution is still very
> slow
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)