Date: Thu, 10 May 2001 10:08:50 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Eduardo Espinoza E." cc: djgpp AT delorie DOT com Subject: Re: Emacs crashes with fast arrow keys In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 9 May 2001, Eduardo Espinoza E. wrote: > There was no change in the behavior. GDB was also killed when Emacs > aborts. Yes, that's what I expected. That's why I said it would be hard to debug. What happens if you leave Emacs running, but don't touch the keyboard? does it abort then as well? For example, you could load lots of files into it and turn on display-time-mode and lazy-font-lock-mode, just to make sure it is busy doing something, not just idling. Then let it run for a while and see if it ever aborts. > I will try to recompile Emacs with the debug info, to catch up the > keyboard input routine. Thank you.