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

Freeze/Lock-up while viewing file #9033

Closed
amayer5125 opened this issue Dec 8, 2023 · 3 comments
Closed

Freeze/Lock-up while viewing file #9033

amayer5125 opened this issue Dec 8, 2023 · 3 comments
Labels
C-bug Category: This is a bug

Comments

@amayer5125
Copy link
Contributor

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

  1. Download transfer.sh/examples.md.
  2. hx examples.md
  3. 18j
  4. Session is now non-responsive.

Helix log

~/.cache/helix/helix.log
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

Platform

Linux - Fedora 39

Terminal Emulator

Gnome Terminal 3.48.3

Installation Method

Fedora dnf package

Helix Version

helix 23.10 (f6021dd)

@amayer5125 amayer5125 added the C-bug Category: This is a bug label Dec 8, 2023
@kirawi
Copy link
Member

kirawi commented Dec 8, 2023

Probably #7689. Fix could not be included in the release.

@amayer5125
Copy link
Contributor Author

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.

@the-mikedavis
Copy link
Member

Let's close this as a duplicate of #8709

@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

3 participants