Closed zoffixznet closed 7 years ago
Today I was running the stresstest on a starved box and when it was done, I noticed there was still a running process running this test.
So it looks like some conditions exist, under which doesn't-hang() does not successfully kill the process after the timeout.
doesn't-hang()
EDIT: indeed there's a bug where .kill doesn't always kill: https://rt.perl.org/Ticket/Display.html?id=131479
Fixed https://rt.perl.org/Ticket/Display.html?id=131479
Today I was running the stresstest on a starved box and when it was done, I noticed there was still a running process running this test.
So it looks like some conditions exist, under which
doesn't-hang()
does not successfully kill the process after the timeout.EDIT: indeed there's a bug where .kill doesn't always kill: https://rt.perl.org/Ticket/Display.html?id=131479