Shared circular dependency causes java.lang.StackOverflowError
See original GitHub issueI have a large IntelliJ project, of which there are ~102 source files in 11 modules.
Recently I started receiving this message in the Event Log quite often:
Ceylon model update failed The Ceylon model update triggered an unexpected exception: java.lang.StackOverflowError that will be reported in the Event View. To avoid performance issues the automatic update of the Ceylon model has been disabled. You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Circular Dependency in classes and StackOverflow Error
Your problem is that when you create a HomePage it creates a new LoginPage and whenever you create a LoginPage you create a...
Read more >StackOverflowError on circular project dependencies #360
I am using Cucumber to test Eclipse plug-ins and I got a StackOverflowError each time my project (which has the Cucumber nature) is...
Read more >JR59753: YOU RECEIVE A STACKOVERFLOWERROR ... - IBM
A fix that prompts you to fix a circular dependency each time a dependency is updated or a new snapshot is created will...
Read more >The StackOverflowError in Java - Baeldung
The most common cause for the JVM to encounter this situation is unterminated/infinite recursion – the Javadoc description for ...
Read more >JPA ManyToMany with Eclipselink & GSON circular reference ...
I have an issue with a manytomany bi-directional JPA relationship that is causing a stack overflow error when the server is restarted (if ......
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
Let’s reopen it: the IDE common dependency analyzer should detect this case and stop recursion
The change producing this error might be that you exported a module (with a shared import) involved in a circular dependency.