X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=290838f40557838a3f772c19c7aaf029a9b2bb7b;hb=refs%2Ftags%2FR_1_29;hp=b471c754ec82a7999c39b8c50b69e0287ad05292;hpb=5ff2fd1ff97212e4e490107d69f25572b71d2409;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index b471c754..290838f4 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -61,13 +61,13 @@ use Filter; use Local; use Fcntl ':flock'; -use Carp; +use Carp qw(cluck); package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.28"; # the version no of the software +$version = "1.29"; # the version no of the software $starttime = 0; # the starting time of the cluster $lockfn = "cluster.lock"; # lock file name @@ -194,7 +194,9 @@ sub cease dbg('chan', "DXSpider version $version ended"); Log('cluster', "DXSpider V$version stopped"); dbgclose(); + Logclose(); unlink $lockfn; +# $SIG{__WARN__} = $SIG{__DIE__} = sub {my $a = shift; cluck($a); }; exit(0); }