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 with md file #9804

Closed
masriomarm opened this issue Mar 4, 2024 · 1 comment
Closed

freeze with md file #9804

masriomarm opened this issue Mar 4, 2024 · 1 comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@masriomarm
Copy link

Summary

Editor freeze with this code snippet in md files

Reproduction Steps

I tried this:

  1. hx temp.md
  2. paste this snippet from clipboard, if copied surrounded with ``` it works normally.
<Structure>
  <Array>
    <UInt8 Value="0" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="2" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="4" />
    <UInt8 Value="4" />
    <UInt8 Value="4" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="8" />
    <UInt8 Value="0" />
    <UInt8 Value="8" />
    <UInt8 Value="8" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="0" />
    <UInt8 Value="8" />
    <UInt8 Value="0" />
  </Array>
</Structure>

Assume cursor position at the start of line with = sign. moving cursor left towards =, editor freezes when reaching = , can't open logs or any other command, total freeze. has to close terminal window containing helix.

Issue seems with the left double quote, reaching this quote from left or right seems to trigger the freeze.
I expected this to happen:
cursor move between chars normally
Instead, this happened:
editor freeze when reaching the first left double quotes ".

Helix log

~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines

Platform

Windows

Terminal Emulator

Windows terminal , alacritty 0.13.0 (78fa4d6), wezterm 20240203-110809-5046fc22

Installation Method

choco install helix

Helix Version

helix 23.10 (f6021dd)

@masriomarm masriomarm added the C-bug Category: This is a bug label Mar 4, 2024
@kirawi
Copy link
Member

kirawi commented Mar 4, 2024

Duplicate of #8709

@kirawi kirawi marked this as a duplicate of #8709 Mar 4, 2024
@kirawi kirawi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
@kirawi kirawi added the R-duplicate Duplicated issue: please refer to the linked issue label Mar 4, 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 R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants