go-colorable
go-colorable copied to clipboard
Crash when using from "vagrant ssh windows"
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
It does not happen all the time but feels uncomfortable to have this in prod. Steps:
- be on linux
- open terminal and vagrant ssh windows
- do some high intensive outputs , like animation with colors, I use the spinner as you can see from screenshots
Something clashes there
Thank you. Could you please show me minimal code to reproduce?
I'm collecting all that now
I faced the same issue but it's hard to reproduce. It's intermittent.
Should be fixed in last change.
Fixed by 2e1b0c1546e0173c0907cf05c67b8ba29ed8b4d1.