-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
thread 'main' panicked at 'Positions [(70, After), (71, Before)] are out of range for changeset len 1!', helix-core/src/transaction.rs:478:9 #9830
Comments
pleas provide a panic backtrace or this is not actionable, this kind of panic message could be caused by ahyting |
I got a similar panic, with a (minimal) stacktrace. Hope this helps.
Version: helix 23.10 (f6021dd) |
Here is one way to reproduce it (current master at commit: 6c4d986).
Test Document
Steps to Reproduce
|
This happened to me without using splits. IIRC it started happening after I updated my [keys.insert]
C-s = ["normal_mode", ":w", "save_selection"]
esc = ["normal_mode", "save_selection"] stacktrace:
helix 23.4 6a214af I'll try to get a minimal repro. |
also happens very occasionally to me on helix 24.3 (2cadec0), I can't find a common cause, and can't post the file I was working on at the time, unfortunatly. I've added |
This happens to me when hitting tab for completion :( |
Got this dump on helix 24.3 (9b5f035)
I had just pressed the |
Summary
Crash while editing
Reproduction Steps
Editing a scratch buffer and pressing esc is the closest I could get to isolate the bug; but this is not deterministic. It happened with 3 vsplits, 2 showing the same file, one with a scratch buffer.
Helix log
~/.cache/helix/helix.log
The text was updated successfully, but these errors were encountered: