golang/go

runtime: TestCgoCallbackGC failures

Open

#68,800 opened on Aug 9, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationarch-riscvcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
default <- pkg == "runtime" && test == "TestCgoCallbackGC"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCgoCallbackGC
=== PAUSE TestCgoCallbackGC
=== CONT  TestCgoCallbackGC
    crash_cgo_test.go:68: /home/swarming/.swarming/w/ir/x/t/go-build402992713/testprogcgo.exe CgoCallbackGC: signal: aborted
    crash_cgo_test.go:71: expected "OK\n", but got:
        free(): invalid pointer
--- FAIL: TestCgoCallbackGC (0.38s)

watchflakes

Contributor guide