bugmake - Bugs: bug #54428, make can block after being killed...

 
 

bug #54428: make can block after being killed (2)

Submitter:  Koen Van Hoof <kvho>
Submitted:  Thu 02 Aug 2018 11:19:56 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  3.82 Operating System:  None
Fixed Release:  None Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 02 Aug 2018 11:19:56 AM UTC, original submission:  

job.c :
  /* We are the child.  */
  unblock_all_sigs ();

Before unblocking all signals in the child, the fatal signal handlers have to be reset.

Otherwise, fatal_error_signal can run in the child process, and will block on
    /* Wait for our children to die.  */
    while (job_slots_used > 0)
      reap_children (1, 1);

since the child does not have any children.

Koen Van Hoof <kvho>

 

(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 kvho (Submitted the item)
  •  

    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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code