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] Crash when cursor is on <img> element. #9711

Closed
Zh40Le1ZOOB opened this issue Feb 24, 2024 · 1 comment
Closed

[CRASH] Crash when cursor is on <img> element. #9711

Zh40Le1ZOOB opened this issue Feb 24, 2024 · 1 comment
Labels
C-bug Category: This is a bug

Comments

@Zh40Le1ZOOB
Copy link

Zh40Le1ZOOB commented Feb 24, 2024

Summary

When the cursor is over quotes surrounding an attribute value of an element nested within a

element, Helix gets stuck and CPU usage becomes extremely high.

Reproduction Steps

Create a new Markdown file, then insert some code like this:

<p>
<img alt="Any text here.">
<p/>

Open it with Helix, and move the cursor to the quotation marks.

<p>
<img alt="Any text here.">
^        ^ When the cursor is moved to here, Helix will gets stuck.
Sometimes also stuck at here.
<p/>

Helix log

~/.cache/helix/helix.log
2024-02-24T12:59:41.485 helix_view::editor [ERROR] Failed to initialize the language servers for `source.md` - `marksman` { cannot find binary path }

Platform

Arch Linux ARM, aarch64

Terminal Emulator

PRoot

Installation Method

pacman

Helix Version

helix 23.10

@Zh40Le1ZOOB Zh40Le1ZOOB added the C-bug Category: This is a bug label Feb 24, 2024
@the-mikedavis
Copy link
Member

This has been fixed on master, duplicate of #8709

@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2024
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

2 participants