-
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
Emacs gets stuck on "Indexing layers..." during boot. #14720
Comments
I haven't encounter this problem myself. Need more report from community. In the meantime consider to run Emacs in a daemon. |
I found this one under closed issues #8941 , however it ends up with an ask for possibly re-opening the issue due to the proposed solution not being completely effective. I had problems running emacs in a daemon so I am keen into investing some more time into trying to fixing this before giving that a go again. Do you have any suggestion on how to possibly debug this, or what to look into? Why is this "indexing of layers" step and what could be the potential problem here? |
If you mean you cannot run Emacs client as --fg-daemon, just run it as --daemon. To start debugging, search "indexing of layers" in the source. spacemacs/core/core-configuration-layer.el Line 1414 in bc27203
Then randomly add some (kill-emacs) to figure out where it actually hangs. If it quit, the site of (kill-emacs) is before what cause it to hang. If it hang, the cause of hanging is after the last (kill-emacs) you inserted. |
Also started running into this with layers apparently not being loaded, will have a look. |
I'm getting the same error when fullscreen mode is enabled. |
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! |
Description
Forever stuck during boot, on "Indexing layers...".
Reproduction guide 🪲
Observed behaviour: 👀 💔
When it gets stuck, I quit re-enter emacs couple of times and then it is ok again.
I also reinstalled emacs completely and it didn't help.
I also installed it on fresh machine for the first time, and again the same problem.
This has been happening for some time now (months, maybe even a year, not sure).
Expected behaviour: ❤️ 😄
It should not get stuck.
System Info 💻
The text was updated successfully, but these errors were encountered: