unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Switching to a killed buffer causes a segmentation fault.
@ 2003-08-04 13:37 MIYOSHI Masanori
  0 siblings, 0 replies; only message in thread
From: MIYOSHI Masanori @ 2003-08-04 13:37 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-04 13:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-04 13:37 Switching to a killed buffer causes a segmentation fault MIYOSHI Masanori

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).