Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

fork: let child terminate without requiring signal from parent #230

Merged
merged 1 commit into from
May 1, 2015

Commits on Mar 23, 2015

  1. fork: let child terminate without requiring signal from parent

    The quasi-fork child was waiting for an explicit signal from the parent
    before terminating. This synchronization step is unnecessary, and
    it makes the child hang if the parent terminates for any reason
    while the fork operation is in progress.
    In that scenario, and consistently with the Posix version, the child
    now completes the fork operation and terminates freely when done.
    
    This fixes #228
    orangemocha committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    8c5b7fd View commit details
    Browse the repository at this point in the history