-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-FreeBSDRaceDetectorcompiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
Running this test on a new LUCI builder configuration that sets the -race flag on FreeBSD 14.1 fails with:
# GOOS=freebsd GOARCH=amd64 go test -race -run=^TestTraceCgoCallback$ internal/trace
--- FAIL: TestTraceCgoCallback (1.04s)
--- FAIL: TestTraceCgoCallback/Default (1.02s)
reader_test.go:100: unexpected error while reading the trace: bad file format: not a Go execution trace?
trace_test.go:627: found bad trace; dumping to test log...
trace_test.go:628: dumping trace: bad file format: not a Go execution trace?
FAIL
FAIL internal/trace 50.965sIt's the only test that fails, so I'll add a temporary skip to let the builder be added without needing a known issue. Filing this issue to track the next steps of investigating and resolving this.
CC @golang/freebsd.
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-FreeBSDRaceDetectorcompiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Todo