Date: Wed, 09 May 2001 19:45:09 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: eespinoz AT ing DOT puc DOT cl Message-Id: <2427-Wed09May2001194508+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (eespinoz AT ing DOT puc DOT cl) Subject: Re: Emacs crashes with fast arrow keys References: 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 > Date: Wed, 9 May 2001 12:22:34 -0400 > From: "Eduardo Espinoza E." > > Habitually i use cmd.exe. In this case, when Emacs aborts (according > to your indication), the prompt appear one line under the last place of > the cursor (the screen is not cleared). This is expected: the code which clears the screen only runs upon normal exit. > Also i verified that if Emacs is executed as a child process, the > parent (a DJGPP program that i create to test this situation) whas also > silently finished when the problem appears. That's really bad, it means that it will be very hard to find the reason. Can run Emacs under GDB, and see if it behaves differently in any way?