Mars crashing with gc overhead limit problems and strange errors [message #1701689] |
Wed, 15 July 2015 00:26  |
Eclipse User |
|
|
|
linux mint 64
java 1.8.0_45-b14
eclipse mars
-Xmx3g
tried adding
-DtolerateIllegalAmbiguousVarargsInvocation=true
produces a bunch of these errors when compiling like
The method iterator() is ambiguous for the type SortedSet<Member>
on a line, with
Iterator<Member> i = members.iterator();
where SortedSet is the one from scala lib
import scala.collection.immutable.SortedSet;
It compiles 95%, then starts thrashing, and produces a terminate error with
An internal error occurred during: "Building workspace".
GC overhead limit exceeded
This code base was compiling easily in 1g of Xmx before.
Mars is just DOA it appears, and I see no way of figuring out what it's eating all this memory on.
i reinstalled eclipse, i deleted and redownloaded all the 3rdparty jars. I recreated my workspace, obviously cleaned the projects.
Code compiles just fine from the command line. (ant)
[Updated on: Wed, 15 July 2015 00:28] by Moderator
|
|
|
|
|
Re: Mars crashing with gc overhead limit problems and strange errors [message #1701937 is a reply to message #1701873] |
Thu, 16 July 2015 17:52  |
Eclipse User |
|
|
|
Yes that bug certainly seems like what i'm hitting. WRT reproducing the memory issue, no i don't have a reproducible example, this is happening in a 30 project workspace with > 15K classes. When i try to do something in a small test case i don't see any memory issues. Thanks for pointing out the bug report, i'll keep an eye on it. Luckily for me the memory issues go away with java 7 compliance.
[Updated on: Thu, 16 July 2015 17:53] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03467 seconds