Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.emacs.bug Subject: fatal window bug Message-ID: <8902150609.AA02245@prep.ai.mit.edu> Date: 15 Feb 89 06:19:54 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 The following sequence of keystrokes will cause Emacs 18.52 to abort and dump core. Don't try this with unsaved buffers! Start a fresh Emacs: emacs -q And type into the *scratch* buffer: (setq badw (selected-window)) LFD C-x 2 C-x 0 (select-window badw) LFD C-x 2 C-x 0 You get: "Fatal error (4)." < Stephen