daxian-dbw / PSSandbox

A module to setup a local powershell sandbox session
3 stars 4 forks source link

Exception after windows restart #5

Open daxian-dbw opened 3 years ago

daxian-dbw commented 3 years ago

Computer was turned off with the terminal open, and this command not yet submitted. Upon restart, I hit "ESC" on the promt and this exception occured.

PS C:\Users\sebros.REDMOND\Documents\Projects\crank\src\Microsoft.Crank.Controller> dotnet run -- --config ..\..\samples\local\local.benchmarks.yml --scenario hello --profile local --variable warmup=5 --variable duration=15 --application.options.counterProviders Microsoft.AspNetCore.Hosting --output results.json --chart --application.framework net5.0                                                                                                           

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.md
Thank you!

Environment

PSReadLine: 2.1.0 PowerShell: 7.1.0 OS: Microsoft Windows 10.0.19042 BufferWidth: 153 BufferHeight: 45

Last 200 Keys

 UpArrow Spacebar - - c h a r t Enter
 ' Backspace Backspace UpArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+RightArrow Ctrl+RightArrow Ctrl+RightArrow 5 RightArrow Backspace Ctrl+RightArrow Ctrl+RightArrow Ctrl+RightArrow Ctrl+RightArrow Ctrl+LeftArrow 1 Enter
 UpArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow RightArrow RightArrow Ctrl+RightArrow LeftArrow LeftArrow LeftArrow Shift+Ctrl+LeftArrow Shift+Ctrl+LeftArrow M i c r o s o f t - A s p N e t C o r e - S e r v e r - K e s t r e l Spacebar c o u n t e r s Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Enter
 UpArrow Spacebar - - a p p l i c a t i o n . f r a m e w o r k Spacebar n e t 5 . 0 Enter
 UpArrow Enter
 UpArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow Shift+Ctrl+RightArrow Shift+Ctrl+RightArrow Shift+Ctrl+RightArrow Shift+Ctrl+RightArrow Shift+LeftArrow Shift+LeftArrow Shift+LeftArrow M i c r o s o f t . A s p N e t C o r e . H o s t i n g Enter
 UpArrow Enter
 VolumeDown UpArrow 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 'top')
Actual value was 45.
   at System.ConsolePal.SetCursorPosition(Int32 left, Int32 top)
   at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   at Microsoft.PowerShell.PSConsoleReadLine.RevertLine(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)