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
When VPP dies and unmaps the shared memory that expose the
statistics segment, we risk triggering a SIGBUS when calling methods
such as GetEpoch() or GetStatDirOnIndex().
Ideally we should protect the consumers against this kind of RC
When VPP dies and unmaps the shared memory that expose the
statistics segment, we risk triggering a SIGBUS when calling methods
such as
GetEpoch()orGetStatDirOnIndex().Ideally we should protect the consumers against this kind of RC