Eclipse Luna StackOverflow exception at Build Time

落爺英雄遲暮 提交于 2019-12-24 03:09:07

问题


I get this SO exception when building the workspace.

!ENTRY org.eclipse.core.jobs 4 2 2014-06-27 16:01:29.327
!MESSAGE An internal error occurred during: "Rebuilding".
!STACK 0
java.lang.StackOverflowError
       at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.mentionsAny(ParameterizedTypeBinding.java:915)
       at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.mentionsAny(ParameterizedTypeBinding.java:915)

My workspace has a lot of projects, with a lot of compile errors, which I'm trying to resolve.

Any clues why this might happen?


Windows 8.1
JDK 8 build 05

Eclipse for RCP and RAP Developers
Luna Release (4.4.0) Build id: 20140612-0600


回答1:


This looks like Eclipse bug 432541 or the duplicate 434800.

Unfortunately these bugs are still open.

Update: This bug is now marked as fixed in Eclipse Luna 4.4.1 (and subsequent releases).



来源:https://stackoverflow.com/questions/24453251/eclipse-luna-stackoverflow-exception-at-build-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!