Excessive key presses caused Exception: System.InvalidOperationException: Cannot locate the offset in the rendered text that was pointed by the original cursor

未关闭
#5,158 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
冷清
技术栈
csharp, powershell
领域
cli

调研方向

Start with the exception path through RecomputeInitialCoords, ReallyRender, ForceRender, and Insert, using the reported key sequence and buffer dimensions as the investigation context. Determine a reproducible input or rendering state, then verify that equivalent excessive key presses complete without the InvalidOperationException.

由索引模型根据 Issue 内容生成。

描述

Needs-Triage :mag:
Prerequisites
  • Write a descriptive title.
  • Make sure you are able to repro it on the latest released version
  • Search the existing issues, especially the pinned issues.
Exception report
Oops, something went wrong.
Please report this bug with ALL the details below, including both the 'Environment' and 'Exception' sections.
Please report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new?template=Bug_Report.yaml
Thank you!

### Environment
PSReadLine: 2.4.5
PowerShell: 7.6.2
OS: Microsoft Windows 10.0.26200
BufferWidth: 110
BufferHeight: 27

Last 200 Keys:

 l - A z M o d u l e Enter
 c l e a r Enter
 n p m Spacebar - g Spacebar o u t d a t e d Enter
 n p m Spacebar i n s t a l l Spacebar - g Spacebar n p m @ 1 1 . 1 6 . 0 Enter
 s RightArrow Enter
 j n h s d 1 4 5 2 Spacebar Ctrl+Alt+@ Ctrl+Alt+? M Spacebar RightArrow Insert End m p l Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+o Ctrl+Spacebar Ctrl+m Insert DownArrow DownArrow DownArrow DownArrow DownArrow DownArrow n

### Exception

System.InvalidOperationException: Cannot locate the offset in the rendered text that was pointed by the original cursor. Initial Coord: (21, 27) Buffer: (120, 30) Cursor: (14, 29)
   at Microsoft.PowerShell.PSConsoleReadLine.RecomputeInitialCoords(Boolean isTextBufferUnchanged)
   at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   at Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
   at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(PSKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
   at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
   at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken, Nullable`1 lastRunStatus)
Screenshot

My cat walked over my laptop keyboard and sat on it while looking at me innocently, asking for biscuits. After he moved away I saw this exception in my terminal. I asked him to try to reproduce it, but he was uncooperative.

https://github.com/user-attachments/assets/60a802c2-8db6-46cf-bd90-dbd7b7a871b5

Environment data
PS Version: 7.6.2
PS HostName: ConsoleHost (Windows Terminal)
PSReadLine Version: 2.4.5
PSReadLine EditMode: Windows
OS: 10.0.26100.1 (WinBuild.160101.0800)
BufferWidth: 120
BufferHeight: 30
Steps to reproduce

As it was my cat sitting on the keyboard that caused the crash, it's difficult to reproduce

Expected behavior

No exception

Actual behavior

The above exception occurs

主要语言
C#
星标
4.4k
派生
341
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

PowerShell/PSReadLine 的其他 Issue

查看 PowerShell/PSReadLine 的全部 Issue

相似的 Issue

更多 C# Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。