GNU bug report logs -
#25156
26.0.50; `describe-text-properties' hangs with 100% cpu usage when property is a char-table
Previous Next
Reported by: Peter Wang <ptr.wang <at> gmail.com>
Date: Sat, 10 Dec 2016 14:02:02 UTC
Severity: normal
Tags: notabug
Found in version 26.0.50
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #29 received at 25156 <at> debbugs.gnu.org (full text, mbox):
# not an Emacs bug
tags 25156 notabug
close 25156
quit
Peter Wang <ptr.wang <at> gmail.com> writes:
> I found the culprit was this line in my configuration:
>
> (setq lisp-indent-function 'common-lisp-indent-function)
>
> and common-lisp-indent-function is provided by
>
> `.emacs.d/elpa/slime-20161109.640/contrib/slime-cl-indent.el'
>
> I think it is a wrong configuration.
>
> something in common-lisp-indent-function cause the huge slowing down.
Okay, looks like a problem with slime-cl-indent.el then. Using Emacs'
common-lisp-indent-function (from lisp/emacs-lisp/cl-indent.el) I get
around 4 seconds, so it's slower but not a hang.
> >
> > (benchmark 1 '(describe-variable 'lisp-mode-syntax-table)) ;=> "Elapsed time: 1.272053s (0.161946s in 6 GCs)"
> > (benchmark 1 '(describe-property-list (list 'syntax-table lisp-mode-syntax-table))) ;=> "Elapsed time: 1.165824s (0.139516s in 5 GCs)"
This bug report was last modified 8 years and 221 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.