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
Snapshot mode: fix incompatibility with libcompcov.so
When libcompcov.so is included, the shared memory is picked up in
snapshot mode and is reset every time the snapshot is restored. This
erases all coverage info, so we should skip it when collecting the
memory to be restored.
0 commit comments