bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Parallel Bug Reports pipes and block size


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports pipes and block size
Date: Sun, 7 Aug 2011 21:01:06 +0200

Hi Luis.

>From the man-page:

Your bug report should always include:

       · The output of parallel --version. If you are not running the
latest released version you should specify why you believe the problem
is not fixed in that version.

       · A complete example that others can run that shows the
problem. A combination of seq, echo, and sleep can reproduce most
errors.

You have included the first by including the path, but your example
does not contain enough to be reproducible by others.

/Ole

On Sat, Aug 6, 2011 at 4:50 PM, Luis Otero <address@hidden> wrote:
> Hi,
> this command:
> time /usr/bin/find /n/d -iname '*.go' |
> /home/Indra/parallel-20110722/src/parallel --pipe p9grep.exe -i luis
> fails sometimes because parallel feeds invalid records into p9grep's stdin
> (doesn't respect record boundaries).
> Stdin length (83967) is well behind the default blocksize.
> Apparently it doesn't fail if I reduce the block size (10000, 20000, 30000)
> below stdin length.
> Attached the trace for the good and the bad run.
> Thanks,
> -luis.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]