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
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.yamlThank you!### EnvironmentPSReadLine: 2.2.6PowerShell: 7.3.0OS: Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Sep 29 20:12:57 PDT 2022; root:xnu-8020.240.7~1/RELEASE_X86_64BufferWidth: 190BufferHeight: 34Last 0 Keys:### ExceptionSystem.IO.IOException: The system cannot open the device or file specified. : 'PSReadLineHistoryFile_91202998' at System.Threading.Mutex.CreateMutexCore(Boolean initiallyOwned, String name, Boolean& createdNew) at System.Threading.Mutex..ctor(Boolean initiallyOwned, String name) at Microsoft.PowerShell.PSConsoleReadLine.DelayedOneTimeInitialize() at Microsoft.PowerShell.PSConsoleReadLine.Initialize(Runspace runspace, EngineIntrinsics engineIntrinsics) at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken, Nullable`1 lastRunStatus)
Screenshot
Environment data
PS Version: 7.3.0PS HostName: ConsoleHostPSReadLine Version: 2.2.6PSReadLine EditMode: EmacsOS: Darwin MacBookPro 21.6.0 Darwin Kernel Version 21.6.0: Thu Sep 29 20:12:57 PDT 2022; root:xnu-8020.240.7~1/RELEASE_X86_64 x86_64BufferWidth: 120BufferHeight: 30
Steps to reproduce
start 'sudo pwsh'
Install-Module -Name PSWSMan
Install-WSMan
(it will drop back to bash)
start 'pwsh'
error is shown.
type 'exit'
start 'pwsh'
error is shown again
A normal pwsh is only possible again after initiating a new terminal shell
Expected behavior
no exception error after restarting pwsh
Actual behavior
every command shows an exception error as mentioned above
The text was updated successfully, but these errors were encountered:
ghost
added
the
Needs-Triage 🔍
It's a new issue that core contributor team needs to triage.
label
Dec 2, 2022
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
A normal pwsh is only possible again after initiating a new terminal shell
Expected behavior
no exception error after restarting pwsh
Actual behavior
every command shows an exception error as mentioned above
The text was updated successfully, but these errors were encountered: