runtime: marked free object in span #47415
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?go version go1.16.6 linux/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
this reports "runtime: marked free object in span" .
this panic occurs sooner or later,
when we set
GOGC=500
, it occurs slowly . 3 hourwhen we add
runtime.GC()
for every request (our program is a rpc server ,use grpc) , it occurs quickly. 1 hourand then we set
GODEBUG=cgocheck=2,invalidptr=1
,those does not work,the error msg is same.What did you expect to see?
we use cgo , is there any way to get more useful information ?
especially which pointer cause this panicthanks :)
What did you see instead?
The text was updated successfully, but these errors were encountered: