Skip to content
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

Crash when using from "vagrant ssh windows" #47

Open
codemodify opened this issue Apr 8, 2020 · 5 comments
Open

Crash when using from "vagrant ssh windows" #47

codemodify opened this issue Apr 8, 2020 · 5 comments

Comments

@codemodify
Copy link

codemodify commented Apr 8, 2020

When using from an ssh session using vagrant into a windows, then it crashes with in "colorable_windows.go" line 507

https://github.com/mattn/go-colorable/blob/master/colorable_windows.go#L507

image

image

It does not happen all the time but feels uncomfortable to have this in prod.
Steps:

  1. be on linux
  2. open terminal and vagrant ssh windows
  3. do some high intensive outputs , like animation with colors, I use the spinner as you can see from screenshots

Something clashes there

@mattn
Copy link
Owner

mattn commented Apr 8, 2020

Thank you. Could you please show me minimal code to reproduce?

@codemodify
Copy link
Author

I'm collecting all that now

@DenisPalnitsky
Copy link

I faced the same issue but it's hard to reproduce. It's intermittent.

@mattn
Copy link
Owner

mattn commented Jul 22, 2021

Should be fixed in last change.

@dolmen
Copy link
Contributor

dolmen commented Mar 22, 2023

Fixed by 2e1b0c1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants