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: Ole Tange
Subject: Re: GNU Parallel Bug Reports parallel cannot cope with process with empty name
Date: Fri, 26 Jun 2015 17:52:55 +0200

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?


/Ole



reply via email to

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