We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
man fzf
fzf --version
0.61.1 (93cb375)
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x1a pc=0x5a5752]
goroutine 1 [running]: main.exit(0x2, {0x2?, 0xb?}) github.com/junegunn/fzf/main.go:43 +0x32 main.main() github.com/junegunn/fzf/main.go:100 +0x40a
The text was updated successfully, but these errors were encountered:
Could you provide the steps to reproduce the issue?
Sorry, something went wrong.
I was just using ctrl+R and 'fzf', everything with fzf would reproduce this. Then I uninstalled fzf and install with apt
No branches or pull requests
Checklist
man fzf
)Output of
fzf --version
0.61.1 (93cb375)
OS
Shell
Problem / Steps to reproduce
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x1a pc=0x5a5752]
goroutine 1 [running]:
main.exit(0x2, {0x2?, 0xb?})
github.com/junegunn/fzf/main.go:43 +0x32
main.main()
github.com/junegunn/fzf/main.go:100 +0x40a
The text was updated successfully, but these errors were encountered: