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
Infinite loop in rename refactor makes Eclipse 2022.3 unusable #18
Comments
|
Looking at the first thread dump, the following block repeats more than what would look healthy: I could not find recent changes in refactoring that could have led to this. Thus we likely have a "normal" compiler bug. We can see that a lambda was involved which calls a generic method and perhaps more levels of nesting to thoroughly challenge type inference. It's strange if this bug doesn't surface during regular compilation, perhaps it does? Unfortunately, that's about where analysis based only on the stack trace stops. ERGO: a reproducing example would seem necessary for analysis. |
|
There's some similarity to https://bugs.eclipse.org/540763 |
While saving a file and letting Eclipse (2022.3) do its thing (saving, clean up, compiling) the editor of the file went blank and the GC started running awry. I was able to attach a Visual VM to the process and take two stack traces with about 1 minute time difference between one another.
I have no idea what code triggered this infinite loop, but I hope the stack traces will provide some clarity to the maintainers.
Update: Apparently I was renaming a method in a class. Also noteworthy: I had "Build automatically" turned off.
threaddump-1649936938159.tdump.txt
threaddump-1649937007990.tdump.txt
Apparently I was renaming something (a class name?) (using CTRL-1) when this infinite loop was triggered.
The text was updated successfully, but these errors were encountered: