1. cluster seems to have a memory leak, put DESTROY functions in where
[spider.git] / perl / cluster.pl
index 290838f40557838a3f772c19c7aaf029a9b2bb7b..5b43496e879e488e9a78e7dd5e37b3ed1fabd9e6 100755 (executable)
@@ -67,7 +67,7 @@ package main;
 
 @inqueue = ();                                 # the main input queue, an array of hashes
 $systime = 0;                                  # the time now (in seconds)
-$version = "1.29";                             # the version no of the software
+$version = "1.30";                             # the version no of the software
 $starttime = 0;                 # the starting time of the cluster   
 $lockfn = "cluster.lock";       # lock file name
       
@@ -270,6 +270,7 @@ sub uptime
 $starttime = $systime = time;
 
 # open the debug file, set various FHs to be unbuffered
+dbginit();
 foreach (@debug) {
        dbgadd($_);
 }