Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: TestCgoCallbackGC failures #68800

Open
gopherbot opened this issue Aug 9, 2024 · 2 comments
Open

runtime: TestCgoCallbackGC failures #68800

gopherbot opened this issue Aug 9, 2024 · 2 comments
Labels
arch-riscv Issues solely affecting the riscv64 architecture. compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!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

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 9, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestCgoCallbackGC"
2024-08-08 19:03 gotip-linux-riscv64 go@48a1f698 runtime.TestCgoCallbackGC (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

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Aug 9, 2024
@mknyszek mknyszek added arch-riscv Issues solely affecting the riscv64 architecture. help wanted labels Aug 14, 2024
@mknyszek mknyszek added this to the Backlog milestone Aug 14, 2024
@mknyszek
Copy link
Contributor

CC @golang/riscv64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-riscv Issues solely affecting the riscv64 architecture. compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants