DEVFYI - Developer Resource - FYI

What does the swapping system do if it identifies the illegal page for swapping?

Unix Interview Questions


(Continued from previous question...)

64. What does the swapping system do if it identifies the illegal page for swapping?

If the disk block descriptor does not contain any record of the faulted page, then this causes the attempted memory reference is invalid and the kernel sends a “Segmentation violation” signal to the offending process. This happens when the swapping system identifies any invalid memory reference.

(Continued on next question...)

Other Interview Questions