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

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

bug#28862: Emacs 25.3.1 segmentation fault on killing *Colors* buffer


From: martin rudalics
Subject: bug#28862: Emacs 25.3.1 segmentation fault on killing *Colors* buffer
Date: Tue, 17 Oct 2017 10:59:35 +0200

> I tried running emacs through GDB in order to get a backtrace, but couldn't
> reproduce the crash there (memory corruption issue). Attaching to the
> process with `gdb -p <pid>` allowed me to obtain this dump:

Is this with emacs -Q and your original scenario, i.e., just the

(add-hook 'delete-frame-functions
          (lambda (frame)
            (dolist (elem (window-list frame))
              (kill-buffer (window-buffer elem)))))

addition?  If you simplify that to removing the ‘window-list’ call and
only kill the *Colors* buffer does the crash occur as well?

martin






reply via email to

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