http://www.perlmonks.org?node_id=1190906


in reply to Re^2: Trouble with fork()
in thread Trouble with fork()

(some of the child processes die immediately with an error code of 11 (EAGAIN)
The bottom 7 bits of $? contain the signal number the process died with. 11 is usually a SEGV.

Dave.