TestCtrlBreak fails on windows/386
--- FAIL: TestCtrlBreak (2.21s)
signal_windows_test.go:101: Program exited with error: exit status -1073741510
FAIL
FAIL os/signal 2.280s
https://storage.googleapis.com/go-build-log/7dd1854f/windows-386-gce_0e29ac61.log
but succeeds on windows/amd64. I cannot reproduce it here. Strange.
The exit status is STATUS_CONTROL_C_EXIT. I can reproduce the failure, if I disable our C-break handler (comment out call to SetConsoleCtrlHandler in runtime).
Alex
TestCtrlBreak fails on windows/386
--- FAIL: TestCtrlBreak (2.21s)
signal_windows_test.go:101: Program exited with error: exit status -1073741510
FAIL
FAIL os/signal 2.280s
https://storage.googleapis.com/go-build-log/7dd1854f/windows-386-gce_0e29ac61.log
but succeeds on windows/amd64. I cannot reproduce it here. Strange.
The exit status is STATUS_CONTROL_C_EXIT. I can reproduce the failure, if I disable our C-break handler (comment out call to SetConsoleCtrlHandler in runtime).
Alex