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

container/list: unrecognized failures #60238

Closed
gopherbot opened this issue May 16, 2023 · 2 comments
Closed

container/list: unrecognized failures #60238

gopherbot opened this issue May 16, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "container/list" && test == ""

Issue created automatically to collect these failures.

Example (log):

==================
WARNING: DATA RACE
Write at 0x00c000184470 by goroutine 10:
  sync/atomic.CompareAndSwapInt32()
      ../src/runtime/race_amd64.s:310 +0xb
  ??()
      -:0 +0x4b8c58
  cmd/internal/obj.(*Link).LookupInit()
      ../src/cmd/internal/obj/sym.go:126 +0x47
  cmd/internal/obj.(*Link).GCLocalsSym()
...

Goroutine 29 (running) created at:
  cmd/compile/internal/gc.compileFunctions.func3()
      ../src/cmd/compile/internal/gc/compile.go:165 +0x331

Goroutine 31 (running) created at:
  cmd/compile/internal/gc.compileFunctions.func3()
      ../src/cmd/compile/internal/gc/compile.go:165 +0x331
==================
Found 89 data race(s)

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 May 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "container/list" && test == ""
2023-05-16 20:18 linux-amd64-racecompile tools@743372f5 go@ad6dcf9d container/list [build] (log)
==================
WARNING: DATA RACE
Write at 0x00c000184470 by goroutine 10:
  sync/atomic.CompareAndSwapInt32()
      ../src/runtime/race_amd64.s:310 +0xb
  ??()
      -:0 +0x4b8c58
  cmd/internal/obj.(*Link).LookupInit()
      ../src/cmd/internal/obj/sym.go:126 +0x47
  cmd/internal/obj.(*Link).GCLocalsSym()
...

Goroutine 29 (running) created at:
  cmd/compile/internal/gc.compileFunctions.func3()
      ../src/cmd/compile/internal/gc/compile.go:165 +0x331

Goroutine 31 (running) created at:
  cmd/compile/internal/gc.compileFunctions.func3()
      ../src/cmd/compile/internal/gc/compile.go:165 +0x331
==================
Found 89 data race(s)

watchflakes

@cherrymui
Copy link
Member

dup of #60235

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2023
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
None yet
Development

No branches or pull requests

2 participants