emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bootstrap not regenerating some *loaddefs


From: Glenn Morris
Subject: Re: bootstrap not regenerating some *loaddefs
Date: Fri, 20 Jun 2008 18:46:19 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

>> loaddefs and friends. In a parallel make, loaddefs etc could be
>> changed while custom-deps/finder-data were trying to read them.
>
> BTW, why is that a problem?  Since those files contain nothing useful
> w.r.t the function that scans them, I'd expect that whichever
> intermediate state they happen to see would still result in the
> same nothingness.

Apparently:

http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00472.html

   To read a file emacs does a stat syscall followed by an open call.
   In the parallel make case it is possible that loaddefs.el gets
   deleted in between those 2 calls...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]