-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
Git errors and regular output start appearing as red error records #404
Comments
Fascinating...I have never seen this. So a valid/successful |
Yes but it seems to take a while - like when I have a console running for days. Closing and restarting the console fixes it ... for a while. |
What do you see in |
|
@lzybkr Do you know of any scenarios where calling an application (like git.exe) starts generating error records for both stdout & stderr output in the PowerShell console? |
Sorry - I don't think I've seen that behavior before. |
Yeah, it's really kind of weird, not easy to repro and probably going to be hard to debug. Lucky me. :-) |
@lzybkr @daviwil I can repro this by using the PowerShell extension's new ability to attach to PowerShell host processes. After disconnecting I notice that git stdout is incorrectly getting routed to stderr. @dahlbyk I believe this is corner case enough that it shouldn't hold up 0.7.0. In fact, it is very likely there is nothing posh-git can do about this. |
👍 Closing until we can confirm this is our fault. |
System Details
Issue Description
This is what I see after a while:
If I close and restart a new PowerShell console this problem goes away, at least for a while. Not sure what is triggering it to start acting differently.
The text was updated successfully, but these errors were encountered: