Date: Tue, 18 May 1999 16:19:13 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Robert Hoehne cc: djgpp-workers AT delorie DOT com Subject: Re: gdb 4.18 for DJGPP (alpha) In-Reply-To: <199905171838.VAA14771@is.elta.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 17 May 1999, Robert Hoehne wrote: > As you can see, emacs close more filehandles then it should. The problematic > part is here, that it closes also the handle 5 which is owned by GDB!! Thanks for the data, I think I now know what is the problem here. It's not an Emacs bug, it's a bug in the library--it remembers the FILE objects frozen inside Emacs when it was dumped. It's one of those places where we should have used __bss_count. I will check in a bugfix tomorrow.