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: TestUserArenaClearsPointerBits failures #64055

Closed
gopherbot opened this issue Nov 10, 2023 · 4 comments
Closed

runtime: TestUserArenaClearsPointerBits failures #64055

gopherbot opened this issue Nov 10, 2023 · 4 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestUserArenaClearsPointerBits (1.83s)
    arena_test.go:370: heap allocation kept alive through non-pointer reference

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 Nov 10, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestUserArenaClearsPointerBits"
2023-11-09 22:45 linux-mips64-rtrk go@eda42f7c runtime.TestUserArenaClearsPointerBits (log)
--- FAIL: TestUserArenaClearsPointerBits (1.83s)
    arena_test.go:370: heap allocation kept alive through non-pointer reference
2023-11-10 02:22 linux-mips64-rtrk go@1fc45e9a runtime.TestUserArenaClearsPointerBits (log)
--- FAIL: TestUserArenaClearsPointerBits (1.82s)
    arena_test.go:370: heap allocation kept alive through non-pointer reference

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 10, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestUserArenaClearsPointerBits"
2023-11-09 19:58 linux-mips64-rtrk go@e3585c67 runtime.TestUserArenaClearsPointerBits (log)
--- FAIL: TestUserArenaClearsPointerBits (1.84s)
    arena_test.go:370: heap allocation kept alive through non-pointer reference

watchflakes

@mknyszek
Copy link
Contributor

This is fixed. I thought I wrote a watchflakes pattern for this, but I guess since that issue is closed it's not matching? I dunno.

@mknyszek
Copy link
Contributor

See #64048.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Archived in project
Development

No branches or pull requests

2 participants