GNU bug report logs - #7558
23.2.90; Emacs Segmentation fault

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Sun, 5 Dec 2010 13:50:03 UTC

Severity: normal

Tags: moreinfo

Found in version 23.2.90

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Leo <sdl.web <at> gmail.com>
To: 7558 <at> debbugs.gnu.org
Subject: bug#7558: 23.2.90; Emacs Segmentation fault
Date: Sun, 05 Dec 2010 13:55:37 +0000
1. Emacs -q

2. eval

(progn (require 'dired)
       (font-lock-add-keywords 'dired-mode
                               `((,dired-re-sym
                                  ((lambda (bound)
                                     (when (search-forward "->" bound t)
                                       (let ((inhibit-read-only t))
                                         (save-match-data (replace-match "x")))
                                       (point)))
                                   nil nil (0 font-lock-warning-face prepend))))
                               t))

3. Enter a directory (C-x d) with some broken symbolic link

Segfault.

Leo




This bug report was last modified 14 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.