-
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 freezes on startup when running in GUI on FreeBSD #3887
Comments
This is almost certainly due to something odd in your |
I recorded the results of my debugging in purcell/exec-path-from-shell#33, but the long story short: using I'm not sure if Spacemacs might want to have a workaround in this case. Does it even need to run |
I had a user report that it was necessary for them under X Windows. Not much info to go on, admittedly. |
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! |
I can’t check if this is still an issue because I don’t have a working FreeBSD any more. Is anyone subscribed to this issue who can say if the bug is still present on any of their systems, FreeBSD or otherwise?
… On Feb 29, 2020, at 2:19 PM, github-actions[bot] ***@***.***> wrote:
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!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Running the PC-BSD distribution of FreeBSD (v10.2), when I start Spacemacs GUI (
emacs
from xterm), it seems to get stuck part way through the startup. The window does not refresh, but when I pressC-g
in Spacemacs, it displays the message "waiting for process to die... (type C-g to kill it instantly)"; pressingC-g
again gets the UI to respond again, but the initialization doesn't seem to be complete, as many key bindings (e.g.,SPC f f
) aren't recognized. Most visibly, neither helm nor which-key seem to be active.Spacemacs config is just a fresh checkout from github, no customization of my own. It happens with both the full and minimal installation.
This does not happen when running a text UI (
emacs -nw
), or daemonized Emacs with GUIemacsclient
frames.In
top
, when Emacs is stuck in the initialization, I can see abash
process running at 100% CPU. Withps
, I can see the following entry for that process:This is almost certainly the process that Emacs is stuck waiting on, because the process disappears after
C-g C-g
. The only place where I can find anything resembling this in the source code is in./elpa/exec-path-from-shell-20151006.2253/exec-path-from-shell.el
. Addingexec-path-from-shell
todotspacemacs-excluded-packages
in~/.spacemacs
seems to let the Emacs startup complete with no problems.The text was updated successfully, but these errors were encountered: