parallel
[Top][All Lists]
Advanced

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

Re: bug in parallel


From: K.IEMURA
Subject: Re: bug in parallel
Date: Wed, 20 Jul 2016 12:15:46 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

maybe

$ cat invisible_com.pl
#!/usr/bin/env perl
$0=' ' ;
sleep 20 ;

$ ./invisible_com.pl &
[1] 104833

$ ps -f -p 104833
UID         PID   PPID  C STIME TTY          TIME CMD
iemura   104833  98464  0 12:12 pts/65   00:00:00

$ parallel -h
parallel: This should not happen. You have found a bug.
Please contact <parallel@gnu.org> and include:
* The version number: 20160122
* The bugid: pidtable format: 104833 98464



-------- Original Message --------
Subject: Re: bug in parallel
From: Hans Schou <chlor@schou.dk>
To: jessin janice james peter <jessin.j.peter@uit.no>
Date: Fri Jul 15 2016 00:41:12 GMT+0900 (JST)

Do you have an example?


Please note:

$ man parallel | grep -A24 ^REPORTING\ BUGS
REPORTING BUGS
       Report bugs to <bug-parallel@gnu.org> or
https://savannah.gnu.org/bugs/?func=additem&group=parallel

       Your bug report should always include:

       · The error message you get (if any).

       · The complete 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.
This should preferably be small and simple. A combination of yes, seq, cat,
echo, and sleep can reproduce most errors. If your example requires
         large files, see if you can make them by something like seq
1000000 > file or yes | head -n 10000000 > file. If your example requires
remote execution, see if you can use localhost - maybe using another login.

       · The output of your example. If your problem is not easily
reproduced by others, the output might help them figure out the problem.

       · Whether you have watched the intro videos (
http://www.youtube.com/playlist?list=PL284C9FF2488BC6D1), walked through
the tutorial (man parallel_tutorial), and read the EXAMPLE section in the
man page (man
         parallel - search for EXAMPLE:).

       If you suspect the error is dependent on your environment or
distribution, please see if you can reproduce the error on one of these
VirtualBox images: http://sourceforge.net/projects/virtualboximage/files/

       Specifying the name of your distribution is not enough as you may
have installed software that is not in the VirtualBox images.

       If you cannot reproduce the error on any of the VirtualBox images
above, see if you can build a VirtualBox image on which you can reproduce
the error. If not you should assume the debugging will be done through
       you. That will put more burden on you and it is extra important you
give any information that help. In general the problem will be fixed faster
and with less work for you if you can reproduce the error on a
       VirtualBox.


2016-07-14 10:50 GMT+02:00 jessin janice james peter <jessin.j.peter@uit.no>
:

Hello,

I was trying to install paralell in my centos machine and ended up with
this bug.

* The version number: 20150522
* The bugid: pidtable format: 21170 1

Can you help me to sort this issue?

--
Kind Regards,
Jessin

---------------------------------------------
Dr. Jessin Janice J.,
Postdoctoral Fellow,
Research Group for Host-Microbe Interactions,
Department of Medical Biology, MH-building,
University of Tromsø – The Arctic University of Norway,
N-9037 Tromsø,
Norway









reply via email to

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