Skip to content
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

_p9k_worker_stop:zle:4: No handler installed for fd 1 #1554

Closed
tomahawk-pilot opened this issue Aug 24, 2021 · 8 comments
Closed

_p9k_worker_stop:zle:4: No handler installed for fd 1 #1554

tomahawk-pilot opened this issue Aug 24, 2021 · 8 comments

Comments

@tomahawk-pilot
Copy link

_p9k_worker_stop:5: failed to close file descriptor 13: bad file descriptor
latest version of code
os: ubuntu 20.04
shell: ohmyzsh

@romkatv
Copy link
Owner

romkatv commented Aug 24, 2021

Can you reproduce this if you disable all plugins in your zshrc?

@romkatv romkatv closed this as completed Aug 27, 2021
@Glastis
Copy link

Glastis commented Nov 29, 2021

I got this issue, commenting git plugin solved the issue.

plugins=(zsh-z git)

To

plugins=(zsh-z `#git`)

@CleoMenezesJr
Copy link

Same here!

@saxena07
Copy link

gitstatus_stop_p9k_:zle:41: No handler installed for fd 14
gitstatus_stop_p9k_:49: failed to close file descriptor 14: bad file descriptor
how to solve this ?

@romkatv
Copy link
Owner

romkatv commented Aug 31, 2023

@saxena07 This is probably another instance of the bug that zsh-users/zsh-autosuggestions#753 should fix. You can verify this by adding the following line at the very bottom of ~/.zshrc:

unset ZSH_AUTOSUGGEST_USE_ASYNC

@ericfreese
Copy link

I have merged a commit to zsh-autosuggestions develop branch. If folks are seeing this while also running zsh-autosuggestions, please try the develop branch and see if it solves the problem.

@hrokr
Copy link

hrokr commented Dec 12, 2023

I just had this issue today

gitstatus_stop_p9k_:zle:41: No handler installed for fd 14
gitstatus_stop_p9k_:49: failed to close file descriptor 14: bad file descriptor 

So, some aspect must still not be resolved. That said, unset ZSH_AUTOSUGGEST_USE_ASYNC seems to resolve it just fine.

@romkatv
Copy link
Owner

romkatv commented Dec 12, 2023

zsh-users/zsh-autosuggestions#753 hasn't been merged. The process has stalled.

mdsanima referenced this issue in mdsanima-dev/dotfiles Feb 1, 2024
* fix: Added base profile configuration for zsh

* fix: Removed `.bashrc` configuration file

* refactor: Moved dotfiles for zsh to `.config/zsh` direcotry

* fix: New `.zshrc` configuration with new p10k theme

Also moved `.aliases` to `.config` direcotry with the new name.

* refactor: Rename powerlevel10k configuration prompt
yusiwen added a commit to yusiwen/myConfigs that referenced this issue May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants