question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

StackOverflowError while large project opening

See original GitHub issue

Describe 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:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
rsmckinneycommented, Feb 2, 2019

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.

1reaction
rsmckinneycommented, Feb 1, 2019

image

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found