-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enter-PSSession Crash on OSX 10.12 after exiting connected host #20
Comments
@Iristyle does this crash occur if you remote to a Windows box over WSMan? |
Haven't tried that yet @SteveL-MSFT (but note that I did put up a couple of minor PRs to OMI recently to address SPNEGO over HTTPS handling). This problem did just start happening after upgrading from PowerShell 6.0.2 to 6.1.0. I upgraded to see if In 6.0.2 when attempting to use
Now, instead of that message I get the same crash as above. As you can see, I can still connect fine over basic, but it crashes on exit. Although it does look like there are problems with remoting, this seems like a problem with the build and how it's handling errors? |
We're seeing the same issue running PowerShell on macOS 10.12.6. Getting the Symbol not found: __os_log_error_impl. A possible solution can be found here. How to call os_log_error from High Sierra (10.13) |
Steps to reproduce
Connect to Linux OMI Server 1.5.0 over basic auth.
Expected behavior
exit
should cleanly return to the local pwsh sessionActual behavior
Environment data
Mac OSX 10.12
The text was updated successfully, but these errors were encountered: