You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After opening a file to view, I noticed Helix always froze on the same line. I'm not quite sure what is going on as nothing obvious is output in the logs and the whole terminal session seems to be unresponsive. I tried CTRL+Z to send the process to the background, but nothing happened.
2023-12-07T21:20:48.429 helix_view::clipboard [DEBUG] Using wl-copy+wl-paste to interact with the system and selection (primary) clipboard
2023-12-07T21:20:48.860 helix_vcs [INFO] Error {
context: "failed to open git repo",
source: Discover(
NoGitRepository {
path: "/tmp/tmp.sUsFOcQIWu",
},
),
}
2023-12-07T21:20:48.860 helix_vcs [INFO] failed to open diff base for /tmp/tmp.sUsFOcQIWu/examples.md
2023-12-07T21:20:48.860 helix_vcs [INFO] Error {
context: "failed to open git repo",
source: Discover(
NoGitRepository {
path: "/tmp/tmp.sUsFOcQIWu",
},
),
}
2023-12-07T21:20:48.860 helix_vcs [INFO] failed to obtain current head name for /tmp/tmp.sUsFOcQIWu/examples.md
2023-12-07T21:20:48.860 helix_view::editor [ERROR] Failed to initialize the language servers for `source.md` - `marksman` { cannot find binary path }
2023-12-07T21:20:48.860 helix_view::editor [DEBUG] editor status: Loaded 1 file.
2023-12-07T21:20:48.871 helix_tui::backend::crossterm [DEBUG] The keyboard enhancement protocol is not supported in this terminal (checked in 10.473024ms)
2023-12-07T21:20:48.872 helix_view::document [DEBUG] id 1 modified - last saved: 0, current: 0
2023-12-07T21:20:48.874 helix_view::document [DEBUG] id 1 modified - last saved: 0, current: 0
2023-12-07T21:20:48.875 helix_term::application [DEBUG] received editor event: IdleTimer
2023-12-07T21:20:51.130 helix_view::document [DEBUG] id 1 modified - last saved: 0, current: 0
2023-12-07T21:20:51.202 helix_view::document [DEBUG] id 1 modified - last saved: 0, current: 0
2023-12-07T21:20:51.452 helix_term::application [DEBUG] received editor event: IdleTimer
2023-12-07T21:20:51.501 helix_view::document [DEBUG] id 1 modified - last saved: 0, current: 0
2023-12-07T21:20:51.748 helix_term::application [DEBUG] received editor event: IdleTimer
That looks like exactly the same problem I am having. I only searched open issues before reporting to see if anyone already reported it. I didn't think to search closed issues.
Summary
After opening a file to view, I noticed Helix always froze on the same line. I'm not quite sure what is going on as nothing obvious is output in the logs and the whole terminal session seems to be unresponsive. I tried CTRL+Z to send the process to the background, but nothing happened.
Reproduction Steps
hx examples.md
18j
Helix log
~/.cache/helix/helix.log
Platform
Linux - Fedora 39
Terminal Emulator
Gnome Terminal 3.48.3
Installation Method
Fedora dnf package
Helix Version
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: