bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Switching to a killed buffer causes a segmentation fault.


From: MIYOSHI Masanori
Subject: Switching to a killed buffer causes a segmentation fault.
Date: Mon, 04 Aug 2003 22:37:20 +0900
User-agent: Wanderlust/2.11.1 (Wonderwall) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.5 Emacs/21 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/2.00 Beta2-dev (WOMINAHESHI)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.3 (Debian GNU/Linux)
and GNU Emacs 21.2 (Linux 2.4.18-rmk7-pxa3-embedix)
and NTEmacs 21.3 (Windows 2000)

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


On the scratch buffer, evaluating the next expression causes a
segmentation fault.

(let (conf)
  (switch-to-buffer "temp buffer")
  (setq conf (current-frame-configuration))
  (kill-buffer (current-buffer))
  (set-frame-configuration conf)
  (other-buffer))

~~~
MIYOSHI Masanori (miyoshi@boreas.dti.ne.jp)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]