bazel-vscode-java icon indicating copy to clipboard operation
bazel-vscode-java copied to clipboard

StackOverflowError

Open vorburger opened this issue 10 months ago • 4 comments

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 avatar Apr 16 '24 00:04 vorburger

@guw

vorburger avatar Apr 16 '24 00:04 vorburger

FYI still seeing this on v1.24.106140907 @guw

vorburger avatar Jun 16 '24 12:06 vorburger

@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.)

vorburger avatar Aug 19 '24 16:08 vorburger

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

guw avatar Aug 19 '24 18:08 guw