panic: attempt to copy freed scalar 802e7e120 to 802e7e708 at Server.pm line 380. #### (%ch) = rfork_list_children(1); #### sub rfork_list_children { my ($use_hash) = @_; if(!$Ext::Fork::POOL->{cidlist}){ return; } if($use_hash){ return %{ $Ext::Fork::POOL->{cidlist} }; } else { return keys %{ $Ext::Fork::POOL->{cidlist} }; } }