-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Spacemacs hangs frequently. #8462
Comments
I suspect it was caused by helm. is there a way to disable the helm? |
It hanged again on my windows 7 machine when I tried to do C-r to search in a eshell buffer. Any tips for me to get a dump of what is happening in emacs itself? Unfortunately my working environment is windows 7 virtual machine. It is slower than native. But the hanging also happened in my native Ubutntu machine. |
To make sure whether it is related to helm or not, try to use
Also, have you try to run EDIT: To get the log, try to go to |
You can try to debug this following this answer: I also expericenced same issue. When it hangs, usually hit C-g will bring it back, if not, it's probably caused by c code error. If you're on linux, you can try this: kill -SIGUSR2 <emacs_pid_goes_here> hopefully emacs
All credits goes here: http://emacs.stackexchange.com/a/649/12431 |
Remove |
My spacemacs hung again, and I was trying to debug using
It happend when I was using ediff to diff two elisp buffers. And If I quit the BTW, I'm on develop branch and my emacs is 25.1 |
I replaced helm with ivy, but I also disabled auto-complete. will see how it goes on my Windows machine. It is a virtual machine in working place. |
I disabled autocomplete and helm. it happened less often, but still happened once in a day. The following is the output of dump file opened with WDK. SYMSRV: is not a valid store ************* Symbol Loading Error Summary ************** The following location did not respond and were excluded during symbol loading: You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded. ************* Symbol Path validation summary ************** Anyone could help to how I could get more detailed info? seemed that I don't have some symbols. Any help would be appreciated. |
@et2010 look at #4730 which deals with ediff freezing. different people have found different solutions. But somethings that seem to work are |
@CeleritasCelery Thanks for the tip. It's good to know it's not just me having this problem. |
I'm having similar issues:
It's very annoying and makes for a very laggy experience overall. I tried disabling helm, auto-complete, syntax-checking and spell-checking but nothing really solved the issue. I'm on macOS/OSX 10.11.6. |
I'm encountering similar problems with spacemacs. I'm new with spacemacs, not with emacs. I'm trying to use it for simple js projects. Everything works fine until I add git layer and try to call magit to see ustaged files ( M-m g s ). Spacemacs freezes completely. I'm forced to kill it from terminal using htop. I also noticed high number of running processes, very unusual for emacs. I've tried almost every possible combination inside user configuration but without success. I'm on Manjaro Linux |
Similar issue to @aleksandar78 here. Mine hangs when I press And idea on how to debug this issue is appreciated. |
Same here with Rails project. Freeze if i try to call SPC-p-f to search a file in the project. |
I've been getting a lot of slowdown/freezes as well - I wish I could be more helpful. Also on OSX |
I encounter a similar problem sometimes when commenting a line ( |
I upgraded to emacs 25.2 and dropped helm for ivy. I have not seen a freeze since. Also on OSX (using emacs-plus via brew). |
Ok so the freezing is back. It makes Emacs almost unusable. I deleted lots of layers (i rarely use) but the biggest issues seems to be gone with removing auto-completion. |
I've experienced similar problems that from one moment to the next the Emacs process needs 100% of one CPU and doesn't react anymore. I'm running Emacs from the Terminal now, which never froze so far. |
You think that can be related to UI? |
I don't know, but it never happened in the terminal so far. |
From what I have seen this is a "GUI only" problem |
Oh :( |
@CeleritasCelery , I found it appear also when i startup with |
Strange, i solved without GUI. And it's very faster with urxvt 👍 |
@FiloSpaTeam Yeah this bug always seems to come back to unicode |
Oh damn... |
I upgraded from emacs 24.5 to 25.1. That didn't help. I think all the freezes came about when helm was called in one way or another so I replaced it with ivy. No freeze in the first hour of emacs use. I hope it stays like that. |
@fredRos have you tried deleting |
I have done it now and I only had one freeze when I used tramp. But that package often leads to a hang, so it seems with ivy the issues are gone. Now I have to learn to master ivy 😢 |
@fredRos I was mentioning it as that also fixed the hangs for me when using helm. So perhaps its worth trying that again, or indeed you can just continue with ivy. |
Deactivated version-control layer and had no more hangs. |
For me, the problem had nothing to do with ivy or helm, it was about unicode symbols. In ;; If non nil unicode symbols are displayed in the mode line. (default t)
dotspacemacs-mode-line-unicode-symbols nil and that solved all problems for me. I went back to helm and didn't have a freeze either |
I'm running the develop branch at commit 0fa3658. For me the fix was to disable starting an emacs server: ;; If non-nil, start an Emacs server if one is not already running.
dotspacemacs-enable-server nil Everything is now running smoothly. |
I excluded the package spaceline by editing the .spacemacs file in this way:
and now it works fine. I also have unicode symbols disabled:
The problem now is that the line is very ugly. |
See my comment above on unicode characters. Perhaps that allows you to
continue with spaceline but avoid hangs. It did the job for me!
…On 04/24/2018 04:04 PM, Marco Ieni wrote:
I excluded the package spaceline by editing the .spacemacs file in this way: `dotspacemacs-excluded-packages '(spaceline)` and now it works fine.
The problem now is that the line is very ugly.
Anyone knows how to install a replacement for spaceline or how to personalize the line without using spaceline?
|
Thank you, but I have already tried it and it didn't work.
2018-04-24 16:17 GMT+02:00 Frederik Beaujean <notifications@github.com>:
… See my comment above on unicode characters. Perhaps that allows you to
continue with spaceline but avoid hangs. It did the job for me!
On 04/24/2018 04:04 PM, Marco Ieni wrote:
> I excluded the package spaceline by editing the .spacemacs file in this
way: `dotspacemacs-excluded-packages '(spaceline)` and now it works fine.
>
> The problem now is that the line is very ugly.
> Anyone knows how to install a replacement for spaceline or how to
personalize the line without using spaceline?
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8462 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK5jL_9qgmX0jmDR3PSZwlAi06o_8QZ6ks5trzPcgaJpZM4MRnZK>
.
|
UPDATE: I am using spaceline again and I obtained a stable situation by adding this in my user-config
If the method of @fredRos doesn't work for you, try this one too. By the way, it will hide the minor modes from your spaceline. |
@aleksandar78 is your git status too large. It happens if the status is too large. |
freezes everywhere, freezes everyday, freezes over and over again |
I moved to purcell's emacs config. not as good as spacemacs or doom in terms of ease of use, but at least works smooth enough for me |
Could be linked to the gc threshold being set massively high |
this may prevnt emacs hanging. see syl20bnr/spacemacs#8462
same here |
Try to disable global-linum-mode. For me the situation gets much better. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Reproduction guide 🪲
Observed behaviour: 👀 💔
Expected behaviour: ❤️ 😄
It should not freeze.
System Info 💻
Backtrace 🐾
The text was updated successfully, but these errors were encountered: