Skip to content

runtime: occasional "exit status 0xc0000005" on windows-386-2012 builder #54187

Open
@dmitshur

Description

@dmitshur
#!watchflakes
post <- pkg == "runtime" && goos == "windows" && goarch == "386" && `exit status 0xc0000005`

Observed once in a TryBot run on CL 420675:

exit status 0xc0000005
FAIL	runtime	18.548s

(https://storage.googleapis.com/go-build-log/1d5e997e/windows-386-2012_858cca10.log)

Searching around doesn't find this particular exit code, though there are similar ones like in issue #41450. That exit code seems to be a pretty generic "Application Error" failure, so given the rare occurrence maybe there's not much that can be done.

CC @golang/runtime.

Metadata

Metadata

Assignees

Labels

NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Windowscompiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

Status

Todo

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions