Subject: Segfaults, other signals, fork, etc.
From: Elliott Hird <penguinofthegods gmail.com>
Date: Sun, 22 Apr 2007 01:03:51 +0900
I have this code:
Process.waitpid(fork { exec "stuff" })
Outside of the fork, how can i detect various signals sent to stuff?
SIGSEV, etc.
--
Posted via http://www.ruby-forum.com/.