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
A hack-ish fix to DMTCP not unmapping mtcp_restart
* On second checkpoint (ckpt-restart-ckpt), The checkpoint image keeps
a copy of mtcp_restart in its checkpoint image.
* On the second restart, we try to restore the mtcp_restart of the
ckpt image on top of the current mtcp_restart used for restart.
This then segfaults, due to failure of mmap with MAP_FIXED_NOREPLACE.
* So now we munmap it within MANA.
0 commit comments