Skip to content

internal/concurrent: unrecognized failures #66929

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

Open
gopherbot opened this issue Apr 19, 2024 · 1 comment
Open

internal/concurrent: unrecognized failures #66929

gopherbot opened this issue Apr 19, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "internal/concurrent" && test == ""

Issue created automatically to collect these failures.

Example (log):

panic: internal/concurrent.HashMapTrie: ran out of hash bits while iterating

goroutine 39 gp=0xa483328 m=6 mp=0xa900008 [running]:
panic({0x816e080, 0x81beff0})
	/workdir/go/src/runtime/panic.go:778 +0x144 fp=0xa829aa8 sp=0xa829a54 pc=0x8083304
internal/concurrent.(*HashTrieMap[...]).CompareAndDelete(0x81c00a0, {0xa74eb20, 0xa}, 0xd)
	/workdir/go/src/internal/concurrent/hashtriemap.go:212 +0x374 fp=0xa829af8 sp=0xa829aa8 pc=0x815b9a4
internal/concurrent.testHashTrieMap.func8.1(0xd)
	/workdir/go/src/internal/concurrent/hashtriemap_test.go:163 +0x54e fp=0xa829fe8 sp=0xa829af8 pc=0x815610e
internal/concurrent.testHashTrieMap.func8.gowrap1()
...
runtime.gopark(0x81986a4, 0xaa2a168, 0x1a, 0xa, 0x0)
	/workdir/go/src/runtime/proc.go:401 +0x10c fp=0xaa25f8c sp=0xaa25f78 pc=0x8086cdc
runtime.gcBgMarkWorker(0xaa1e000)
	/workdir/go/src/runtime/mgc.go:1352 +0xfd fp=0xaa25fe8 sp=0xaa25f8c pc=0x806362d
runtime.gcBgMarkStartWorkers.gowrap1()
	/workdir/go/src/runtime/mgc.go:1268 +0x27 fp=0xaa25ff0 sp=0xaa25fe8 pc=0x8063517
runtime.goexit({})
	/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0xaa25ff4 sp=0xaa25ff0 pc=0x80bb701
created by runtime.gcBgMarkStartWorkers in goroutine 34
	/workdir/go/src/runtime/mgc.go:1268 +0x12c

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 Apr 19, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/concurrent" && test == ""
2024-04-18 21:25 linux-386-sid go@dfc86e92 internal/concurrent (log)
panic: internal/concurrent.HashMapTrie: ran out of hash bits while iterating

goroutine 39 gp=0xa483328 m=6 mp=0xa900008 [running]:
panic({0x816e080, 0x81beff0})
	/workdir/go/src/runtime/panic.go:778 +0x144 fp=0xa829aa8 sp=0xa829a54 pc=0x8083304
internal/concurrent.(*HashTrieMap[...]).CompareAndDelete(0x81c00a0, {0xa74eb20, 0xa}, 0xd)
	/workdir/go/src/internal/concurrent/hashtriemap.go:212 +0x374 fp=0xa829af8 sp=0xa829aa8 pc=0x815b9a4
internal/concurrent.testHashTrieMap.func8.1(0xd)
	/workdir/go/src/internal/concurrent/hashtriemap_test.go:163 +0x54e fp=0xa829fe8 sp=0xa829af8 pc=0x815610e
internal/concurrent.testHashTrieMap.func8.gowrap1()
...
runtime.gopark(0x81986a4, 0xaa2a168, 0x1a, 0xa, 0x0)
	/workdir/go/src/runtime/proc.go:401 +0x10c fp=0xaa25f8c sp=0xaa25f78 pc=0x8086cdc
runtime.gcBgMarkWorker(0xaa1e000)
	/workdir/go/src/runtime/mgc.go:1352 +0xfd fp=0xaa25fe8 sp=0xaa25f8c pc=0x806362d
runtime.gcBgMarkStartWorkers.gowrap1()
	/workdir/go/src/runtime/mgc.go:1268 +0x27 fp=0xaa25ff0 sp=0xaa25fe8 pc=0x8063517
runtime.goexit({})
	/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0xaa25ff4 sp=0xaa25ff0 pc=0x80bb701
created by runtime.gcBgMarkStartWorkers in goroutine 34
	/workdir/go/src/runtime/mgc.go:1268 +0x12c

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

1 participant