1

This is under the assumption that the binary is large enough that not all pages were loaded into memory at the start of execution. What would happen if the underlying file system suddenly disappears (e.g. a flakey NFS connection) and the binary jumps to a new code path that requires loading additional pages? The OS would presumably hit a page fault, try to load the binary's page and fail... Then what? Seg fault? Wait and try again later?

1
  • Might be a very long wait when a NFS hard mount goes away ........... Commented Aug 23, 2022 at 20:58

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.