On 7 Jul 2003 at 5:05, Frank Heckenbach wrote:
Pipes have never worked well under Windows. There are known problems (though not this one so far, AFAIK). If someone wants to try debugging it, I could perhaps offer some hints ...
I have taken a very quick look at this (pipetes2.pas), and what appears to happen is that the "Parameters" are not being passed correctly to the newly created process, so that process creates another, and another, and another.... Eventually, something fails, and each process prints "Unexpected output" as the list of processes unwinds.
I'll look into this more deeply this weekend.
-- Dave