StackOverflowError while large project opening
See original GitHub issueDescribe the bug StackOverflowError while large project opening
To Reproduce Open large project: IntellyJ Idea CE source code
Desktop (please complete the following information): IntelliJ IDEA 2018.3.2 (Community Edition) Build #IC-183.4886.37, built on December 17, 2018 JRE: 1.8.0_152-release-1343-b26 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Linux 4.4.0-141-generic
- Manifold version: 0.39-alpha
- Manifold IntelliJ plugin version: v0.39-alpha
Stack trace
java.lang.StackOverflowError
at manifold.api.host.IModule.findTypeManifoldsFor(IModule.java:136)
at manifold.ij.core.ManModule.findTypeManifoldsFor(ManModule.java:121)
at manifold.ij.core.ManModule.findTypeManifoldsFor(ManModule.java:131)
at manifold.ij.core.ManModule.findTypeManifoldsFor(ManModule.java:131)
.... same line till the end of the stack
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
How to Fix java.lang.StackOverflowError in Java - Rollbar
The java. lang. StackOverflowError indicates that the application stack is exhausted and is usually caused by deep or infinite recursion.
Read more >StackOverflowError while building my project - Stack Overflow
So is it a problem with eclipse IDE not able to manage between closed project memory leaving to a big stack overflow error???...
Read more >StackOverflowError when parsing a large project #2167 - GitHub
I try to parse the project Stanford CoreNLP using JavaParser. I use version 3.13.6 of JavaParser. I get the following error.
Read more >The StackOverflowError in Java - Baeldung
Another interesting scenario that causes this error is if a class is being instantiated within the same class as an instance variable of...
Read more >How to resolve the "java.lang.stackoverflowerror" in Java
The java.lang.stackoverflowerror is indicative of serious problems that an application cannot catch (e.g., stack running out of space).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed with 0.41-alpha, submitted to JetBrains repo. May take a couple of days before it’s available, you can download it directly at https://plugins.jetbrains.com/plugin/10057-manifold.
Yeah. . . the manifold binaries I bundled with the plugin are an older snapshot version. I’ll have a new plugin release ready later today. Sorry about that.