Eclipse Luna StackOverflow exception at Build Time -


i exception when building workspace.

!entry org.eclipse.core.jobs 4 2 2014-06-27 16:01:29.327 !message internal error occurred during: "rebuilding". !stack 0 java.lang.stackoverflowerror        @ org.eclipse.jdt.internal.compiler.lookup.parameterizedtypebinding.mentionsany(parameterizedtypebinding.java:915)        @ org.eclipse.jdt.internal.compiler.lookup.parameterizedtypebinding.mentionsany(parameterizedtypebinding.java:915) 

my workspace has lot of projects, lot of compile errors, i'm trying resolve.

any clues why might happen?


windows 8.1
jdk 8 build 05

eclipse rcp , rap developers
luna release (4.4.0) build id: 20140612-0600

this looks eclipse bug 432541 or duplicate 434800.

unfortunately these bugs still open.

update: bug marked fixed in eclipse luna 4.4.1 (and subsequent releases).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -