x/tools/gopls: crash in bgsweep #73262
Labels
gopls/memory-corruption
"can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW)
gopls/telemetry-wins
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Issue created by stacks.
Crash in GC sweep.
Weirdly, the arm64 code for bytep (when noninlined) shows a MOVB where I would have expected a full-width load. Can someone explain it?
This stack
dWF4MQ
was reported by telemetry:crash/crash
runtime.throw:+9
runtime.sigpanic:+3
runtime.(*gcBits).bytep:=2345
runtime.(*mspan).countAlloc:=1427
runtime.(*sweepLocked).sweep:+166
runtime.sweepone:+37
runtime.bgsweep:+28
runtime.gcenable.gowrap1:+0
runtime.goexit:+0
@golang/compiler
The text was updated successfully, but these errors were encountered: