Date: Wed, 24 Feb 1999 11:09:39 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP Subject: Re: emacs hangs my machine In-Reply-To: <199902231947.UAA09421@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 23 Feb 1999, Martin Str|mberg wrote: > Ok. A crash dump (over the text) is the result and the box heading > says "Finished - emacs" Sigh. This is a known bug, but I haven't corrected it in 19.34 binaries on SimTel (because I don't work with Emacs 19.34 for about a year and a half). If you have Emacs sources installed, I can send you a source-level patch. If not, and if you are in bad need of the clipboard support for large chunks of text, I suppose I could build a patched version on my machine. Anyway, this bug only happens if you kill text that is larger than the amount of free conventional memory available to the DOS box, usually about 580KB. > Emacs aborted! > Exiting due to signal SIGINT This is not a crash, btw. It's the Emacs replacement for the v2.01 library function `abort' in action. Emacs aborted itself because it discovered an internal bug (the known bug I was talking about above).