bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports parallel cannot cope with process with empt


From: Daniel Colascione
Subject: Re: GNU Parallel Bug Reports parallel cannot cope with process with empty name
Date: Fri, 26 Jun 2015 12:06:58 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 06/26/2015 11:52 AM, Ole Tange wrote:
> On Fri, Jun 12, 2015 at 2:51 AM, Daniel Colascione <address@hidden> wrote:
> 
>> It's possible for a process to have an empty name:
> 
> I have seen this twice:
> 
> * Once on a Mac running Cubase's license server software
> * Once on a Linux system that was compromised by criminals
> 
>> $ ps -ef | perl -ane '1..1 and /^(.*)CO?MM?A?N?D/ and $s=length
>> $1;s/^.{$s}//; print "@F[1,2] $_"' | grep 900
>> 90029 90023
> 
> Can you elaborate on what OS you are running and which crazy program
> removes it's program name from the process list?

It's an internal program running a typical GNU/Linux system. The
program's provenance doesn't matter: it's both legal and possible for
programs to give themselves empty names. Are you suggesting it's okay
for Parallel to fall over and die (in a loop, no less, when executed
with --version) because some program uses a supported API in a way that
displeases you? I hope not, because that attitude would force me to tell
everyone I know to stay away from using GNU Parallel.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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