You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@prattmic recently noticed in a trace that begin tracing during the GC cycle that the concurrent mark phase appears to start 25 days before the trace started.
This is due to a bug in cmd/trace -- it wasn't updated to deal with a Sync event appearing at the start of the trace.