[Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Andrew Macpherson
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

Re: [Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Thomas Eckardt
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

Re: [Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Andrew Macpherson
While I agree this is an issue that needs addressed elsewhere, frankly a file that grows to over 300G in short order, when the documentation explicitly offers a NO LOGGING setting that the code ignores is not acceptable. No matter that there may be other issues, either the fix needs to be put

Re: [Assp-test] debugSignal.txt filling disk

2014-03-10 Thread Thomas Eckardt
a NO LOGGING setting The code will be corrected. Thomas Von:Andrew Macpherson and...@oa5.com An: ASSP development mailing list assp-test@lists.sourceforge.net, Datum: 10.03.2014 20:02 Betreff:Re: [Assp-test] debugSignal.txt filling disk While I agree this is an issue that