-
Notifications
You must be signed in to change notification settings - Fork 25
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
Ansi console on Windows using 'Dark' theme causes Eclipse to be unresponsive then crash #43
Comments
PS: I'd be willing to help you debug this but not sure at the moment how. It is also possible this isn't actually a problem with Ansi console itself but a problem with Eclipse Platoform Theming support (in which case the problem should be raised against Eclipse bugzilla). |
I tried to collect a stackdump of the process in it's 'stuck' state. Pasting below. It appears to busy on the ui thread with some work related to CSS rendering. So I think it points to the 'Theme' support in Eclipse platform.
|
I guess this is actually a duplicate of this: #27 |
This can be reproduced using the latests STS (4.4.2) and doing the following steps:
At first everything appears to work fine. But after I was using the IDE for a bit more and (amongst other things) looked around in the Eclipse preferences a bit... the IDE became slow, then unresponsive and eventually crashed.
I then disabled the Ansi console from its preferences page. Tried the same experiment again and everything worked fine.
It is a bit strange, but this problem seems very specific to a setup that is running on Windows and is using the Dark theme. There seems to be no problem on Linux or Mac (even with Dark theme). Also working fine on Windows with the light theme.
This issue was reported to us some time ago see:
spring-attic/spring-ide#306
The text was updated successfully, but these errors were encountered: