unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Deleting overlays from killed buffer
@ 2012-10-11 13:45 Dmitry Antipov
  2012-10-11 20:37 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Antipov @ 2012-10-11 13:45 UTC (permalink / raw)
  To: Emacs development discussions

There is a very critical error (as seen in 110507):

buffer.c:885: Emacs fatal error: assertion failed: BUFFERP (Fmarker_buffer (ov->start))

To reproduce:

emacs -Q
(make-overlay 10 20)      ; Staying in *scratch*
(setq B (current-buffer)) ; Save *scratch* in B
(kill-buffer)             ; Kill *scratch*
(delete-all-overlays B)   ; Attempt to delete overlays from killed buffer

Dmitry



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-12 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 13:45 Deleting overlays from killed buffer Dmitry Antipov
2012-10-11 20:37 ` Stefan Monnier
2012-10-12  6:39   ` Dmitry Antipov
2012-10-12 13:52     ` Stefan Monnier

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).