[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #54428] make can block after being killed (2)
From: |
Koen Van Hoof |
Subject: |
[bug #54428] make can block after being killed (2) |
Date: |
Thu, 2 Aug 2018 07:19:58 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/bugs/?54428>
Summary: make can block after being killed (2)
Project: make
Submitted by: kvho
Submitted on: Thu 02 Aug 2018 01:19:56 PM CEST
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 3.82
Operating System: None
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
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.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54428>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #54428] make can block after being killed (2),
Koen Van Hoof <=