salesforce / bazel-vscode-java

Bazel Java development extension for VS Code
BSD 3-Clause "New" or "Revised" License
39 stars 8 forks source link

StackOverflowError #114

Open vorburger opened 5 months ago

vorburger commented 5 months ago

I've had some fun and done major refactorings and moved things around in my https://github.com/enola-dev/enola/.

With that, as of https://github.com/enola-dev/enola/tree/bd07df1899be47dbe7895101d36f15db44f0f9f3, I'm getting a (reproducible) StackOverflowError...

Attached are the logs as per https://github.com/salesforce/bazel-vscode-java/blob/main/docs/troubleshoot.md#logs :

client.log.json

log.txt

vorburger commented 5 months ago

@guw

vorburger commented 3 months ago

FYI still seeing this on v1.24.106140907 @guw

vorburger commented 3 weeks ago

@guw do you have any idea what's causing this StackOverflowError, and how I can fix it in the project? (Is this https://github.com/enola-dev/enola/issues/431, still? I thought I had removed that problem in https://github.com/enola-dev/enola/pull/641.)

guw commented 3 weeks ago

I think this is caused by a dependency cycle. The code may need a protection for this.