Bugs: Browse | Submit New | Admin
I've had some issues with terminator raising Errno::ECHILD exceptions in specs. It never fails in the same spec twice in a row. Evan Phoenix let me know that the exception was from Process.wait being called on a bad PID. http://gist.github.com/19230 is my suggested fix. I'm using the bottom snippet now, and specs pass without random errors.
Add A Comment: