[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unlink failure on abort
From: |
Eli Zaretskii |
Subject: |
Re: Unlink failure on abort |
Date: |
Tue, 20 Jun 2017 18:20:40 +0300 |
> Date: Sun, 18 Jun 2017 17:42:51 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden, address@hidden
>
> > I think the problem is that reap_children() is called after
> > delete_child_targets, so the child jobs can still run
> > while make is trying to delete.
> >
> > Maybe delete_targets should become part of reap_children (it cannot be
> > called after reap, because at this
> > point you don't have the target info anymore).
> >
> > What do you say?
>
> I will let Paul to chime in and comment about that. Failing that, I
> will push your changes after trying them on my box here.
Paul, could you please comment on Orgad's proposal above?
TIA
- Re: Unlink failure on abort, (continued)
- Re: Unlink failure on abort, Orgad Shaneh, 2017/06/17
- Re: Unlink failure on abort, Eli Zaretskii, 2017/06/17
- Re: Unlink failure on abort, Orgad Shaneh, 2017/06/18
- Re: Unlink failure on abort, David Boyce, 2017/06/18
- Re: Unlink failure on abort, Orgad Shaneh, 2017/06/18
- Re: Unlink failure on abort, Eli Zaretskii, 2017/06/18
- Re: Unlink failure on abort, Eli Zaretskii, 2017/06/18
- Re: Unlink failure on abort, Orgad Shaneh, 2017/06/18
- Re: Unlink failure on abort, Eli Zaretskii, 2017/06/18
- Re: Unlink failure on abort, Orgad Shaneh, 2017/06/18
- Re: Unlink failure on abort,
Eli Zaretskii <=
- Re: Unlink failure on abort, Paul Smith, 2017/06/22
Re: Unlink failure on abort, Eli Zaretskii, 2017/06/16