-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fzf sometimes makes stderr useless in the calling shell #2012
Comments
I've never experienced the problem. What's your |
It happens with zsh 5.7.1 on Debian as well as zsh 5.8 on Arch, using alacritty, tilix and rxvt-unicode as terminal emulators. I'm using the same theme (sorin). It asynchronously updates the right-hand prompt with the current git status. Now that I think about it, I can only remember cases where the issue occurs when I'm working on code, i.e. I'm within a git repository checkout. May that have something to do with it? Do you maybe know how we can get into a situation where the calling shell has
Does fzf do anything with the file descriptors inherited from the shell? Or is maybe the async prompt update an issue? I'm grateful for any hints! Thank you very much! :) |
Oh wow, I'm terribly sorry! I just found a very similar bug report (mafredri/zsh-async#35) for the |
Hi,
first of all: thank you very much for all your work, I love fzf and use it for shell history search!
man fzf
)Info
Problem / Steps to reproduce
I'm using fzf for history searching within zsh. Unfortunately, something (maybe fzf?) somehow manages to make stderr useless in the calling process (the shell), so that afterwards neither fzf nor any process printing stuff to stderr work any more.
It happens frequently for me, but I'm unable to reproduce it reliably. The only option is to close the shell, which is very annoying.
When it happens, the shell behaves as follows:
echo foo >&2
prints nothing)/dev/null
:I'd like to get to the bottom of this bug (it is very annoying for me), so please let me know if there's anything I can try or if there's any way to help out!
Thanks!
The text was updated successfully, but these errors were encountered: