From b007db0486601969344a89058d761ba8d0e59f63 Mon Sep 17 00:00:00 2001 From: GZNGET FOSS Team Date: Wed, 15 Nov 2017 10:20:11 +0100 Subject: DESTROY: send signal 15 to child --- lib/Arctica/Core/Mother/Forker.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Arctica/Core/Mother/Forker.pm b/lib/Arctica/Core/Mother/Forker.pm index 0f6a213..bd2d312 100644 --- a/lib/Arctica/Core/Mother/Forker.pm +++ b/lib/Arctica/Core/Mother/Forker.pm @@ -744,6 +744,7 @@ sub ZombieSlayer {# This one may be usefull for external use too... sub DESTROY { my $self = $_[0]; + $self->signal(15); warn("Mother::Forker DESTROY object $self->{'child_id'}"); } -- cgit v1.2.3