-
Notifications
You must be signed in to change notification settings - Fork 41
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
Sublime Text gets frozen after pressing any key #6594
Comments
If you run it under a debugger (gdb) where does it get stuck? You can do this by running:
Entering |
I have the same problem on mac for roughly 2 weeks. In the beginning it was occasionally but now it's kind of a pain to work with Sublime. Please fix it. I think it is independent from the py38 plugin as I haven't got it. |
ST 4191 (new portable build without any plugin = just freeze)
ST 4191 (my daily work setup = py38 plugin host crashes)
|
Just for a record. @BenjaminSchaaf I've DM you error logs with debug symbols on Discord. |
@PhilippReinke are you also using centos 7? |
mac |
@BenjaminSchaaf @jfcherng No, I am using mac with apple silicon. I also did a "rollback" to Sublime Text 4169. However, the problem persits. |
@PhilippReinke Does it happen in safe mode? |
@BenjaminSchaaf it does not appear to be slow in vanilla safe mode with no plugins. I also did a revert as described under https://www.sublimetext.com/docs/revert.html and freshly installed my plugins (LSP, LSP-gopls and Terminus). It was immediately laggy again. |
Sorry, I just realized that my problem does not fit the issue. For me Sublime is laggy without crashing. |
Just for your information. My problem has been solved by using There is already an issue for it: #6155 |
Description of the bug
As of v4181, on my CentOS 7.9.2009 (glibc 2.17) VM, ST just frozen or the py38 plugin crashes. Today I tested with v4191.
I am not sure what debug information I can provide.
Steps to reproduce
./sublime_text --safe-mode
View -> Show Console
, it gets stuck too.Expected behavior
ST works normally.
Actual behavior
It gets frozen or py38 plugin host crashes.
Sublime Text build number
4181 ~ 4191
Operating system & version
CentOS 7.9.2009 (glibc 2.17) VM
The text was updated successfully, but these errors were encountered: