You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the existing issues, especially the pinned issues.
Exception report
### EnvironmentPSReadLine: 2.3.6+d2e770f93b7a53d8660a6402eb29d1ae1c35e767PowerShell: 7.4.7OS: Microsoft Windows 10.0.26100BufferWidth: 252BufferHeight: 67Last 200 Keys: t e r LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow Backspace Backspace Backspace Backspace Backspace Backspace s t o r a g e LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow RightArrow LeftArrow LeftArrow Backspace Backspace Backspace Backspace Backspace Backspace b u s i n e s s Enter UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Enter UpArrow UpArrow Backspace l LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow b u s i n e s s - Enter UpArrow Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Enter Ctrl+r e x t e r n a l Ctrl+r Ctrl+r### ExceptionSystem.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension. (Parameter 'top')Actual value was 70. at System.ConsolePal.SetCursorPosition(Int32 left, Int32 top) at Microsoft.PowerShell.PSConsoleReadLine.CalculateWhereAndWhatToRender(Boolean cursorMovedToInitialPos, RenderData renderData, LineInfoForRendering& lineInfoForRendering) at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor) at Microsoft.PowerShell.PSConsoleReadLine.ForceRender() at Microsoft.PowerShell.PSConsoleReadLine.UpdateFromHistory(HistoryMoveCursor moveCursor) at Microsoft.PowerShell.PSConsoleReadLine.UpdateHistoryDuringInteractiveSearch(String toMatch, Int32 direction, Int32& searchFromPoint) at Microsoft.PowerShell.PSConsoleReadLine.InteractiveHistorySearchLoop(Int32 direction) at Microsoft.PowerShell.PSConsoleReadLine.InteractiveHistorySearch(Int32 direction) at Microsoft.PowerShell.PSConsoleReadLine.ReverseSearchHistory(Nullable`1 key, Object arg) 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
I have pasted the complete bug above in Exception Report Section. A screenshot is not needed.
@salebuydidbid Can you reproduce the error by running the following key chords in order?
Ctrl+r e x t e r n a l Ctrl+r Ctrl+r
Can you please share the history entries that would match the string external when pressing Ctrl+r? I cannot reproduce the issue locally. It will be very helpful if you can share this info.
If I get it again, I will share. I saw it only twice and I don't know the reason behind it.Sale Buy Did BidOn Mar 31, 2025 10:20 PM, Dongbo Wang ***@***.***> wrote:
@salebuydidbid Can you reproduce the error by running the following key chords in order?
Ctrl+r e x t e r n a l Ctrl+r Ctrl+r
Can you please share the history entries that would match the string external when pressing Ctrl+r? I cannot reproduce the issue locally. It will be very helpful if you can share this info.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
daxian-dbw left a comment (PowerShell/PSReadLine#4684)
@salebuydidbid Can you reproduce the error by running the following key chords in order?
Ctrl+r e x t e r n a l Ctrl+r Ctrl+r
Can you please share the history entries that would match the string external when pressing Ctrl+r? I cannot reproduce the issue locally. It will be very helpful if you can share this info.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
Prerequisites
Exception report
Screenshot
I have pasted the complete bug above in Exception Report Section. A screenshot is not needed.
Environment data
Steps to reproduce
I was searching for a word in PowerShell using "Ctrl+R" and this happened.
Expected behavior
No exception
Actual behavior
getting an exception message
The text was updated successfully, but these errors were encountered: