process-wait doesn't return proper return value on *BSD

Issue #71 resolved
Takashi Kato repo owner created an issue

The test case for (sagittarius process) fails on *BSD OS.

waitpid(2) seems always interrupted and SIGCHLD is signaled. then signal handler calls wait(2) and ends the target process...

Comments (1)

  1. Log in to comment