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

Crash when opening a file using the fzf command to fuzzy find #2649

Open
PucklaJ opened this issue Nov 30, 2022 · 0 comments
Open

Crash when opening a file using the fzf command to fuzzy find #2649

PucklaJ opened this issue Nov 30, 2022 · 0 comments

Comments

@PucklaJ
Copy link

PucklaJ commented Nov 30, 2022

Description of the problem or steps to reproduce

When using the fzf command to fuzzy open a file, micro keeps crashing. Here is a backtrace of the panic:

Micro encountered an error: runtime.errorString runtime error: invalid memory address or nil pointer dereference
runtime/panic.go:260 (0x564e210a9e56)
runtime/panic.go:259 (0x564e210a9e26)
github.com/zyedidia/micro/v2/internal/screen/screen.go:104 (0x564e21485d8a)
github.com/zyedidia/micro/v2/internal/display/statusline.go:189 (0x564e214e8ee5)
github.com/zyedidia/micro/v2/internal/display/bufwindow.go:726 (0x564e214e431d)
github.com/zyedidia/micro/v2/internal/display/bufwindow.go:776 (0x564e214e48a8)
github.com/zyedidia/micro/v2/cmd/micro/micro.go:395 (0x564e21535574)
github.com/zyedidia/micro/v2/cmd/micro/micro.go:382 (0x564e21534e12)
runtime/proc.go:250 (0x564e210968d3)
runtime/asm_amd64.s:1594 (0x564e210c5501)

If you can reproduce this error, please report it at https://github.com/zyedidia/micro/issues

Specifications

Version: 2.0.11
Commit hash: 225927b
Compiled on August 09, 2022
OS: Garuda Linux (arch)
Terminal: alacritty (fish)

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

1 participant