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

SpringToolSuite (x_86_64 option) IDE keeps crashing frequently. #1228

Closed
jbdundas opened this issue Apr 11, 2024 · 5 comments
Closed

SpringToolSuite (x_86_64 option) IDE keeps crashing frequently. #1228

jbdundas opened this issue Apr 11, 2024 · 5 comments

Comments

@jbdundas
Copy link

hs_err_pid19148.log
Describe the bug
The STS IDE keeps crashing whenever I try to use the AutoComplete/Suggestion window while writing in the Java class. For e.g. ResponseEntity -> type period symbol -> it hangs up after that event. Next, a pop-up window opens which asks me to either Wait or Force Quit the IDE. The Wait option just continues a few times after which it crashes and quits on it's own.

I am not able to use this IDE due to this issue. Please provide a solution how to fix this problem. Thank you!

To Reproduce
Download the latest STS IDE or even try Spring STS 4.2.2 Release version ( Linux - x86-64) . Then, follow the steps mentioned in the previous paragraph.

Sample
A copy of the PID log file( with stacktrace and thread dump which was automatically generated) is attached for your reference. PLease note that it is happening frequently. Changing the memory XmX and Xms to higher values does not make any difference.

@jbdundas jbdundas changed the title STS IDE keeps crashing multiple times. SpringToolSuite (x_86_64 option) IDE keeps crashing frequently. Apr 11, 2024
@BoykoAlex
Copy link
Contributor

It'd be interesting to see the Boot Language server log file. Please enable Spring Boot Language Server logging via:
Screenshot 2024-04-11 at 11 57 56
Reproduce the hang and attach the log file here.

As a possible workaround: go in the preferences and uncheck the checkboxes below. This will disable Spring Boot Language Server and consequently contributions made by STS into the Java completion proposals.
Screenshot 2024-04-11 at 11 54 30

@martinlippert
Copy link
Member

The JVM crash report that you attached seems to point into the direction of a crashing webkit library, so maybe a duplicate of eclipse-platform/eclipse.platform.swt#1108 ?

@martinlippert
Copy link
Member

There is also a workaround mentioned ("Start with GDK_BACKEND=x11"), would be good to know whether that helps or not.

@4javier
Copy link

4javier commented Apr 14, 2024

Probably related
#1230

@martinlippert
Copy link
Member

Closing this one here as a duplicate of #1230. There is also some information on where to get snapshot builds from which already include a fix.

@martinlippert martinlippert closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants