[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gettext-0.14.2 fails on parallel build
From: |
Bruno Haible |
Subject: |
Re: gettext-0.14.2 fails on parallel build |
Date: |
Tue, 22 Mar 2005 17:14:58 +0100 |
User-agent: |
KMail/1.5 |
Alexandre Duret-Lutz wrote:
> This code still has a race if one of the followers gets signaled
> after its trap has been set. Then it will erase elc-lock, and
> another follower can create it.
When one of the processes gets a signal, usually all of them get the
signal. So this shouldn't be a big problem.
If you removed the 'trap' line, then after the user interrupts the "make"
process with Ctrl-C, the lock file will stay there, and the next invocation
of "make" will wait for the "other" processes that don't exist any more.
Bruno
- Re: gettext-0.14.2 fails on parallel build, (continued)
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/16
- Re: gettext-0.14.2 fails on parallel build, Bruno Haible, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Bruno Haible, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Bruno Haible, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/22
- Re: gettext-0.14.2 fails on parallel build,
Bruno Haible <=