test workaround for platforms with unreliable signals
commitf020550fc802f299fdcdec695ac80d53ef3d24d9
authorEric Wong <ew@debkfreebsd.(none)>
Mon, 2 Jul 2012 04:21:40 +0000 (2 04:21 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 11 Jul 2012 22:28:04 +0000 (11 15:28 -0700)
tree369b6b6e7eb32bcd94bc1d5b193062687061d656
parent488a148d8b172e152e3450062b172ba516ab84b3
test workaround for platforms with unreliable signals

Ruby may not respond well to signals on all platforms, especially not
after fork()-ing in the face of a running pthread (timer thread on
1.9.2).  SIGKILL bypasses Ruby (and all userspace) signal handling on
Debian GNU/kFreeBSD.
test/lib_server_accept.rb