-
Notifications
You must be signed in to change notification settings - Fork 195
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
Eclipse IDE freezes when I open two files side by side #1055
Comments
Can you please run |
Please note that the Python editor is provided https://www.pydev.org/ and only they will be able to fix problems specific to that editor. The requested jstack will help us determine if the problem is within the Platform's frameworks or within pydev's implementation. |
I suspect it's eclipse-tm4e/tm4e#275 , but jstack can give a definitive answer. |
There are 3 process running: 2 for the python.pydev plugin and one for eclipse.jusj
Here is the
|
Thanks,
shows this issue is to be reported to pydev. There is nothing obvious we can improve in Platform from this error. |
Eclipse 2023.06
OS: Linux Mint
Java: 17
Issue:
Eclipse freezes when I open 2 files side by side
Steps:
Open 2 python files side by side
I have a python variable storing a very long base64 string value.
I have a variable holding a very long base64 string value
Work 5 minutes
Result:
Eclipse freezes, the mouse and keyboard are non-responsive
The text was updated successfully, but these errors were encountered: