[bug #49014] Zombies in parallel builds with pselect code

2017-06-22 Thread Matt Whitlock
Follow-up Comment #16, bug #49014 (project make): I have built several large software suites (including KDE Frameworks and Plasma Workspaces) since applying this patch, and I have not seen the zombie problem recur. ___ Reply to this item at

[bug #49014] Zombies in parallel builds with pselect code

2017-06-04 Thread Matt Whitlock
Follow-up Comment #13, bug #49014 (project make): I've applied b552b0525198 to Make 4.2.1 on my Gentoo system (and have re-enabled HAVE_PSELECT). I will report back if I experience another deadlock. Thanks for the (probable) fix! ___ Reply

[bug #49014] Zombies in parallel builds with pselect code

2017-05-08 Thread Matt Whitlock
Follow-up Comment #11, bug #49014 (project make): SIGCHLD doesn't always unstick the make process, though. It worked for me when I had a make with two zombie children, but it didn't work on another make that had only one zombie child. I think I'll try comment #0's suggestion of overriding the HAV

[bug #49014] Zombies in parallel builds with pselect code

2017-05-06 Thread Matt Whitlock
Follow-up Comment #9, bug #49014 (project make): This issue also affects Make 4.2.1 on Linux 4.11.0-gentoo. I had a parallel build of Firefox stall in a make process with two unreaped children. Manually sending a SIGCHLD to the zombies' parent (make) process got everything moving again. _