[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: huge files in ~/.emacs.d/auto-save-list/
From: |
Richard Stallman |
Subject: |
Re: huge files in ~/.emacs.d/auto-save-list/ |
Date: |
Wed, 23 May 2007 14:56:32 -0400 |
This will cause crashes. First, stream may be NULL,
Indeed, it has to check that.
second, using
stream after fclose is undefined.
Using the stream after it shouldn't be used any more seems to be
exactly the bug we are trying to find.
Are you talking about the second call to `fclose'? I guess we would
have to change do_auto_save_unwind so it doesn't close the stream a
second time if it was already closed.
In any case, Layer's latest message suggests that the problem
is of a different kind, not the one this patch was intended to prevent.
- Re: huge files in ~/.emacs.d/auto-save-list/, (continued)
- Re: huge files in ~/.emacs.d/auto-save-list/, Kevin Layer, 2007/05/22
- Re: huge files in ~/.emacs.d/auto-save-list/, Richard Stallman, 2007/05/23
- Re: huge files in ~/.emacs.d/auto-save-list/, Kevin Layer, 2007/05/23
- Re: huge files in ~/.emacs.d/auto-save-list/, Richard Stallman, 2007/05/24
- Re: huge files in ~/.emacs.d/auto-save-list/, Kevin Layer, 2007/05/24
- Re: huge files in ~/.emacs.d/auto-save-list/, Richard Stallman, 2007/05/25
- Re: huge files in ~/.emacs.d/auto-save-list/, Kevin Layer, 2007/05/23
- Re: huge files in ~/.emacs.d/auto-save-list/, Andreas Schwab, 2007/05/23
- Re: huge files in ~/.emacs.d/auto-save-list/, Eli Zaretskii, 2007/05/23
- Re: huge files in ~/.emacs.d/auto-save-list/, Richard Stallman, 2007/05/23
- Re: huge files in ~/.emacs.d/auto-save-list/,
Richard Stallman <=