GNU bug report logs -
#23013
25.0.92; assertion failure on marker outside text range in echo area
Previous Next
Reported by: Ken Raeburn <raeburn <at> permabit.com>
Date: Mon, 14 Mar 2016 19:57:01 UTC
Severity: normal
Tags: moreinfo
Found in version 25.0.92
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 23013 <at> debbugs.gnu.org (full text, mbox):
> From: Ken Raeburn <raeburn <at> permabit.com>
> Date: Tue, 15 Mar 2016 15:00:34 -0400
>
>
> I had several X11 frames open, most local and one remote. In a local
> window I was invoking this function, which kills a set of buffers based
> on their file names:
>
> (defun kill-buffers-under (dir)
> (interactive "GKill buffers under directory: ")
> (setq dir (file-name-as-directory (expand-file-name dir)))
> (mapc (lambda (b)
> (let ((file-name (buffer-file-name b)))
> (if (and file-name
> (same-or-parent-dir-p (file-name-directory file-name)
> dir))
> (kill-buffer b))))
> (buffer-list)))
>
> I entered the directory name in the minibuffer, after I hit return,
> Emacs crashed. Once again, redisplay_window is calling marker_position,
> on a marker with position 9 in an empty echo-area buffer.
Could it be that one of the buffers you killed was an echo-area
buffer?
This bug report was last modified 4 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.