-
Notifications
You must be signed in to change notification settings - Fork 210
Eclipse STS standalone crashing on macos 15.4.1 #1551
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
Comments
I am running macOS 15.4.1 as well, but I haven't seen this crash yet, so let's try to figure out what is going wrong here and what is causing the crash. I have a few questions:
Would be awesome if you could walk through those items, hope that this points us in the right direction. |
Thank you for your feedback. Interesting.
I will test whether it also crashes when no Spring server is started. We are still using JDK 17 internally.
|
@MarcelHaldimann Running the latest versions of the Spring Tools (e.g. But that is totally independent of the JDK that you can use to run your projects with - which can be anything between Java 5 and Java 24, I think. You mentioned that you develop RCP applications, so I guess your target platform is a very specific version - but that - again - should be independent of the version of the IDE that you run. Another question would be whether this happens if you install a fresh, but older version of the Spring Tools (e.g. |
I am not exactly sure what you mean by this. Which Spring server? The IDE internal language server process? Or something else? |
I'll give you feedback as soon as I have time. Basically, I can work. I just have to reopen the IDE from time to time. |
In case you have an idea what exactly triggers the crash, let us know. From the crash log, it looks like some web technology is involved, so maybe some usage of the embedded browser control in popups (showing doc) or something like that. But this is just me guessing... |
I wasn’t very clear in my previous wording — sorry about that.
Of course, STS is running with Java 21. I haven’t changed anything there, and any change would have to be done in the STS .ini file anyway. What I actually meant to say is that our Spring services themselves are running with Java 17.
I only mentioned RCP because our client application is currently still implemented and released with RCP 2024-06. I can’t simply switch to a newer version for testing — I’d need to take some time, download Eclipse 2025-03, and write some code. As long as I’m not actively coding, nothing seems to happen. My feeling is that the crash also occurs with version 4.29.1. Before updating to 4.30.0 on April 24, I was using 4.22.1.RELEASE, and that version also crashed for me.
Based on the crash report, I’m also suspecting the internal browser to be the cause. I first tried disabling it via the .ini file using the following argument:
I’ll try again over the weekend with Eclipse 2025-03 and implement something for testing. More Logs. |
I think the issue as filed and discussed over here: eclipse-platform/eclipse.platform.swt#1978 Maybe the workaround mentioned here works for you, too: eclipse-platform/eclipse.platform.swt#1978 (comment) I will close this one here as a duplicate of the one at Eclipse/SWT. |
Describe the bug
My STS Eclipse (standalone) keeps crashing on my Macbook air 15 M2 since I updated to macos Sequoia 15.4.1.
STS Version: 4.30.0 (4.30.0.202504180233)
I have not found anything about this in the official Eclipse bugs.
https://bugs.eclipse.org
To Reproduce
I don't know how to reproduce it. It looks arbitrary to me.
Sample
I have attached the crash report.
crash-report.log
The text was updated successfully, but these errors were encountered: