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

[BUG] StackOverflowError in Eclipse in Synchronize view #3654

Open
yuriypalych opened this issue Apr 15, 2024 · 1 comment
Open

[BUG] StackOverflowError in Eclipse in Synchronize view #3654

yuriypalych opened this issue Apr 15, 2024 · 1 comment

Comments

@yuriypalych
Copy link

Describe the bug
I have two open local Eclipse projects for the same Git repositories, but in different Git branches. Today I run "Team -> Synchronize Workspace" command for both of them at the same time. Usually it works without any issues, but today I received "Background Indexer Crash Recovery" popup window and java.lang.StackOverflowError in the logs:

Stacktrace:

!ENTRY org.eclipse.jdt.core 4 4 2024-04-15 10:14:35.725
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.StackOverflowError
at lombok.eclipse.EclipseAST.buildTree(EclipseAST.java:367)
at lombok.eclipse.EclipseAST.buildTree(EclipseAST.java:1)
at lombok.core.AST.buildWithField0(AST.java:394)
at lombok.core.AST.buildWithField(AST.java:292)
at lombok.eclipse.EclipseAST.drill(EclipseAST.java:532)
at lombok.eclipse.EclipseAST.buildStatement(EclipseAST.java:527)
at lombok.eclipse.EclipseAST.buildTree(EclipseAST.java:367)
at lombok.eclipse.EclipseAST.buildTree(EclipseAST.java:1)
at lombok.core.AST.buildWithField0(AST.java:394)
at lombok.core.AST.buildWithField(AST.java:292)
at lombok.eclipse.EclipseAST.drill(EclipseAST.java:532)
at lombok.eclipse.EclipseAST.buildStatement(EclipseAST.java:527)

Version info:

  • org.projectlombok.agent_1.18.32
  • Eclipse 4.31
  • Windows 11

I found two very similar issues: #3610, #3302

@Rawi01
Copy link
Collaborator

Rawi01 commented Apr 28, 2024

Have you tried the workarounds (-Xss, split long method chain) mentioned in your linked issues?

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

2 participants