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 and 100% cpu on markdown text , backticks #9831

Closed
dynnamitt opened this issue Mar 7, 2024 · 3 comments
Closed

freeze and 100% cpu on markdown text , backticks #9831

dynnamitt opened this issue Mar 7, 2024 · 3 comments
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@dynnamitt
Copy link

Summary

100% cpu freeze on simple text inside 3 backticks (markdown)

Reproduction Steps

Given ths file
---------START

just a markdown

graph LR
  I[/"now die"/]

---------END

  1. No markdown LSP installed
  2. if I move (in Normal mode) to the first slash, the app freezes and cpu goes 100%.
    NOTE it's important to use the 3 backtics here

Helix log

the helix log has no errors

Platform

Linux manjaro

Terminal Emulator

terminator

Installation Method

pacman

Helix Version

23.10

@dynnamitt dynnamitt added the C-bug Category: This is a bug label Mar 7, 2024
@woojiq
Copy link
Contributor

woojiq commented Mar 7, 2024

Try latest master.
#7689

@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2024
@pascalkuthe pascalkuthe added the R-duplicate Duplicated issue: please refer to the linked issue label Mar 7, 2024
@dynnamitt
Copy link
Author

Master build (release)
helix 23.10 (0dc67ff)

It works . but colorsyntax / treesitter didn't work as packaged by distro either

@dynnamitt
Copy link
Author

% hx --health markdown
Configured language servers:
✓ marksman: /usr/bin/marksman
Configured debug adapter: None
Highlight queries: ✓
Textobject queries: ✘
Indent queries: ✘
--- master
% target/release/hx --health markdown
Configured language servers:
✓ marksman: /usr/bin/marksman
✘ markdown-oxide: 'markdown-oxide' not found in $PATH
Configured debug adapter: None
Configured formatter: None
Highlight queries: ✘
Textobject queries: ✘
Indent queries: ✘

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 R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

3 participants