-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: reportZombies throws "found pointer to free object" in sweeper #71451
Comments
Possibly another manifestation of #71425. |
I believe this could theoretically be caused by #71228. |
I think the right way to handle this w.r.t. stacks new reopening ability is to send a CL to bump gopls go.mod to 1.23.5 (once that is released) and then mark this with the milestone of the gopls release that contains that bump? |
We just hit a very similar panic in a public repository, cue: https://github.com/cue-lang/cue/actions/runs/13475610686/job/37654390816 In case GitHub wipes the log in the coming weeks, below is the output.
This was from a |
Apologies, I think our failure was actually #71932, as we found it on |
Issue created by stacks.
This stack
Ytavxw
was reported by telemetry:crash/crash
runtime.throw:+9
runtime.(*mspan).reportZombies:+34
runtime.(*sweepLocked).sweep:+160
runtime.sweepone:+37
runtime.bgsweep:+28
runtime.gcenable.gowrap1:+0
runtime.goexit:+0
@prattmic
The text was updated successfully, but these errors were encountered: