Menu

#12 Open files in /proc/self/* causes restart to fail

open
None
2011-02-26
2011-02-26
Kapil Arya
No

If the process has opened any file(s) from /proc/self/*, the restart would fail.

Steps to reproduce:
put the following line in test/dmtcp1.c
int fd = open("/proc/self/cmdline", O_RDONLY);

checkpoint works fine, restart would fail.

Discussion


Log in to post a comment.