On 12 Jan 2003 at 1:32, Frank Heckenbach wrote:
But still it doesn't explain where you got the infitue loop originally.
Three hours ago, I wrote:
This is "pilot error" on my part on re-running the test to determine why it failed. I ran the test file directly, rather than via the test suite makefile with MASK="fjf663.pas". As a result, it did not receive the first commandline parameter (i.e., ParamStr (1)), and so the program looped indefinitely.
Invoking the program as:
fjf663
...produces an infinite loop (and prints "0" when so instrumented). Invoking as:
fjf663 ./fjf663.pas
...produces "failed" (and "3" .. "8", "-1", "failed" when so instrumented).
-- Dave