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

internal/itoa: unrecognized failures #60236

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

internal/itoa: unrecognized failures #60236

gopherbot opened this issue May 16, 2023 · 3 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 == "internal/itoa" && test == ""

Issue created automatically to collect these failures.

Example (log):

==================
WARNING: DATA RACE
Write at 0x00c000136470 by goroutine 10:
  sync/atomic.CompareAndSwapInt32()
      ../src/runtime/race_amd64.s:310 +0xb
  ??()
      -:0 +0x4b8c58
  cmd/internal/obj.(*Link).LookupABIInit()
      ../src/cmd/internal/obj/sym.go:102 +0xb3
  cmd/compile/internal/base.linksym()
...

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

Goroutine 10 (running) created at:
  cmd/compile/internal/gc.compileFunctions.func3()
      ../src/cmd/compile/internal/gc/compile.go:165 +0x331
==================
Found 2 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 == "internal/itoa" && test == ""
2023-05-16 20:18 linux-amd64-racecompile tools@743372f5 go@ad6dcf9d internal/itoa [build] (log)
==================
WARNING: DATA RACE
Write at 0x00c000136470 by goroutine 10:
  sync/atomic.CompareAndSwapInt32()
      ../src/runtime/race_amd64.s:310 +0xb
  ??()
      -:0 +0x4b8c58
  cmd/internal/obj.(*Link).LookupABIInit()
      ../src/cmd/internal/obj/sym.go:102 +0xb3
  cmd/compile/internal/base.linksym()
...

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

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

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "internal/itoa" && test == ""
2023-05-16 19:01 linux-amd64-racecompile tools@522243a7 go@ad6dcf9d internal/itoa [build] (log)
==================
WARNING: DATA RACE
Write at 0x00c000182470 by goroutine 10:
  sync/atomic.CompareAndSwapInt32()
      ../src/runtime/race_amd64.s:310 +0xb
  ??()
      -:0 +0x4b8c58
  cmd/internal/obj.(*Link).LookupABIInit()
      ../src/cmd/internal/obj/sym.go:102 +0xb3
  cmd/compile/internal/base.linksym()
...

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

Goroutine 11 (finished) created at:
  cmd/compile/internal/gc.compileFunctions.func3()
      ../src/cmd/compile/internal/gc/compile.go:165 +0x331
==================
Found 4 data race(s)
2023-05-16 20:18 linux-amd64-racecompile tools@743372f5 go@ad6dcf9d internal/itoa [build] (log)
==================
WARNING: DATA RACE
Write at 0x00c000214470 by goroutine 11:
  sync/atomic.CompareAndSwapInt32()
      ../src/runtime/race_amd64.s:310 +0xb
  ??()
      -:0 +0x4b8c58
  cmd/internal/obj.(*Link).LookupABIInit()
      ../src/cmd/internal/obj/sym.go:102 +0xb3
  cmd/compile/internal/base.linksym()
...

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

Goroutine 10 (finished) created at:
  cmd/compile/internal/gc.compileFunctions.func3()
      ../src/cmd/compile/internal/gc/compile.go:165 +0x331
==================
Found 1 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