There should be no unexpected signals detected in assp. The code changes 
makes assp to ignore them, which is not wanted.
Check your perl installation. The debugSignal.txt fle should show the 
reason.

Thomas





Von:    Andrew Macpherson <and...@oa5.com>
An:     ASSP development mailing list <assp-test@lists.sourceforge.net>, 
Datum:  10.03.2014 11:52
Betreff:        [Assp-test] debugSignal.txt filling disk



2.3.3 (14029)

in sigCentralHandler we have a mismatch with the documentation ie 
debugSignal.txt is written to irrespective of the value of $SignalLog this 
log grows at over 6G/hr

Change

+    if ($SignalLog > 1) {
        open $S, '>>',"$base/debugSignal.txt";
        binmode $S;
        print $S "$m\n";
        close $S;
 +   }

Andrew Macpherson
and...@oa5.com 
(Twitter @OA5dotCom)

The Red Lion #5. Much Hadham. Herts SG10 6DD. GB
Phone +44 1279 843147 GSM +44 78999 61797
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to