ksh - issue with (non-existing) jobs

Liste des GroupesRevenir à cu shell 
Sujet : ksh - issue with (non-existing) jobs
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.unix.shell
Date : 25. Jan 2025, 16:12:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vn2v1c$2s2ce$1@dont-email.me>
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
I just noticed in a ksh window that 'jobs' indicates two active jobs.

[2] +  Running                 a_command $( find -type f ... )
[1] -  Running                 a_command $( find -type f ... )

$ kill %1 %2
kill: %1: no such job
kill: %2: no such job

$ pkill a_command          # doesn't change the status.

New jobs consequently get job numbers starting with %3.

Somehow the ksh instance seems to have missed the job termination,
and the job management tables seem to have got corrupted.

Any idea what's going on and how to get rid of those undead jobs?

I'm running Version AJM 93u+m/1.0.8 2024-01-01

Janis

Date Sujet#  Auteur
25 Jan 25 * ksh - issue with (non-existing) jobs8Janis Papanagnou
26 Jan 25 `* Re: ksh - issue with (non-existing) jobs7Lawrence D'Oliveiro
26 Jan 25  `* Re: ksh - issue with (non-existing) jobs6Janis Papanagnou
26 Jan 25   `* Re: ksh - issue with (non-existing) jobs5Lawrence D'Oliveiro
26 Jan 25    `* Re: ksh - issue with (non-existing) jobs4Janis Papanagnou
26 Jan 25     `* Re: ksh - issue with (non-existing) jobs3Lawrence D'Oliveiro
26 Jan 25      `* Re: ksh - issue with (non-existing) jobs2Janis Papanagnou
27 Jan 25       `- Re: ksh - issue with (non-existing) jobs1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal