Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackOverflow when trying to build eclipse-jdt-core-incubator #912

Open
datho7561 opened this issue Oct 29, 2024 · 1 comment
Open

StackOverflow when trying to build eclipse-jdt-core-incubator #912

datho7561 opened this issue Oct 29, 2024 · 1 comment

Comments

@datho7561
Copy link

Here is the StackOverflow:

!ENTRY org.eclipse.jdt.core 4 0 2024-10-29 16:41:47.039
!MESSAGE compilation failed
!STACK 0
java.lang.StackOverflowError
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1082)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1074)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSuperType(Types.java:1301)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1083)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1074)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSuperType(Types.java:1301)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1083)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1074)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSuperType(Types.java:1301)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1083)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1074)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSuperType(Types.java:1301)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1083)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSubtype(Types.java:1074)
	at jdk.compiler/com.sun.tools.javac.code.Types.isSuperType(Types.java:1301)
...
@datho7561
Copy link
Author

This appears to be coming from one of the test suites, so perhaps it's one of the test files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant