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
Fix iterator invalidation crash in TraceProcessor::ResolveFlows.
When processing large profile files, track.events vector can reallocate during push_back of instant events, invalidating iterators in the active loop and causing a SIGSEGV.
This fix defers these push_backs until after the loop completes safely.
PiperOrigin-RevId: 926390737
0 commit comments