Oops, something went wrong. Please report this bug with the details below.

Open
#5,129 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
28/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
csharp, powershell

Research direction

Start with the exception stack trace, especially ReallyRender, ForceRender, and ProcessOneKey. Try reproducing the reported key sequence in PSReadLine 2.0.0 on the stated PowerShell and Windows environment. Done means the same interaction no longer raises ArgumentOutOfRangeException, but the report provides no reliable reproduction or named source file.

Written by the indexing model from the issue text.

Description

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 the details below.
Report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new

### Environment
PSReadLine: 2.0.0
PowerShell: 5.1.26100.8115
OS: Microsoft Windows 10.0.26200
Last 200 Keys

 UpArrow UpArrow Enter
 b u i Tab Tab Tab Tab Escape b u i Tab Tab Tab Enter
 UpArrow UpArrow Enter
 UpArrow UpArrow UpArrow DownArrow Enter
 UpArrow UpArrow Enter
 b u i Tab Tab Tab Enter
 c o d e _ Tab Tab Enter
 b u i Tab b u i Tab Escape b u i Tab Enter
 b u i Tab Tab Enter
 b u i Tab Enter
 b u i Tab Enter
 b u i Tab Tab Enter
 b u i Tab Tab Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 b u i Tab Tab Tab Enter
 r u n Tab Enter
 b u i Tab Enter
 b u i Tab Tab Enter
 r u n Tab Escape r u n Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 UpArrow UpArrow Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 r u n Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Escape


### Exception

System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was 57.
   at System.Console.SetCursorPosition(Int32 left, Int32 top)
   at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   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)
Screenshot
Image
Environment data
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new
### Environment
PSReadLine: 2.0.0
PowerShell: 5.1.26100.8115
OS: Microsoft Windows 10.0.26200
Last 200 Keys

 UpArrow UpArrow Enter
 b u i Tab Tab Tab Tab Escape b u i Tab Tab Tab Enter
 UpArrow UpArrow Enter
 UpArrow UpArrow UpArrow DownArrow Enter
 UpArrow UpArrow Enter
 b u i Tab Tab Tab Enter
 c o d e _ Tab Tab Enter
 b u i Tab b u i Tab Escape b u i Tab Enter
 b u i Tab Tab Enter
 b u i Tab Enter
 b u i Tab Enter
 b u i Tab Tab Enter
 b u i Tab Tab Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 b u i Tab Tab Tab Enter
 r u n Tab Enter
 b u i Tab Enter
 b u i Tab Tab Enter
 r u n Tab Escape r u n Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 UpArrow UpArrow Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 r u n Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Enter
 c o d e _ Tab Tab Escape


### Exception

System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was 57.
   at System.Console.SetCursorPosition(Int32 left, Int32 top)
   at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   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)
Steps to reproduce

It happened only once

Expected behavior

It happened only once

Actual behavior

It happened only once

Dominant language
C#
Stars
4.4k
Forks
341
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from PowerShell/PSReadLine

All issues in PowerShell/PSReadLine

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.