[Webkit-unassigned] [Bug 57724] test_kill_process is hanging on the EWS bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 14:39:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57724





--- Comment #12 from Eric Seidel <eric at webkit.org>  2011-05-05 14:39:23 PST ---
A suggestion from a friend (as an example of how we might do this from start_queue.sh):

foo &
TARGET=$!
(sleep $TIMEOUT && kill -9 $TARGET &)
DEADMAN=$!
wait $TARGET
kill -9 $DEADMAN

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list