Skip to content

os/signal: TestCtrlBreak fails on windows/386 #10215

@alexbrainman

Description

@alexbrainman

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions