bugGNU Parallel - Bugs: bug #63263, Joblog does not have the same exit...

 
 

bug #63263: Joblog does not have the same exit code as bash.

Submitter:  None
Submitted:  Mon 24 Oct 2022 04:36:35 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tange
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 14 Dec 2022 10:50:25 PM UTC, comment #1: 

Fixed in [b9f0172].

Ole Tange <tange>
Group administrator
Mon 24 Oct 2022 04:36:35 AM UTC, original submission:  

Joblog does not always the same exit code as bash when jobs are killed.

Is that possible to change?

    doit() {
        parallel --joblog job.log bash selfkill.sh ::: $@
        echo Exit code is $?
        bash selfkill.sh ::: $@
        echo Exit code is $?
    }
    export -f doit
    parallel --tag doit ::: {1..64}

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-12-14 tange StatusNone Fixed
        Assigned toNone tange
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code