GNU bug report logs - #25156
26.0.50; `describe-text-properties' hangs with 100% cpu usage when property is a char-table

Previous Next

Package: emacs;

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 #14 received at 25156 <at> debbugs.gnu.org (full text, mbox):

From: Peter Wang <ptr.wang <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 25156 <at> debbugs.gnu.org
Subject: Re: bug#25156: 26.0.50; `describe-text-properties' hangs with 100%
 cpu usage when property is a char-table
Date: Sat, 10 Dec 2016 23:11:10 +0800
[Message part 1 (text/plain, inline)]
BTW, I also found that `describe-variable' has the same problem.

(describe-variable 'lisp-mode-syntax-table)

I have not looked into this yet, it could be the same bug.

On Sat, Dec 10, 2016 at 11:03 PM, Peter Wang <ptr.wang <at> gmail.com> wrote:

> A simplest test case is like:
>
> (describe-property-list (list 'syntax-table lisp-mode-syntax-table))
>
> evaluating this Elisp expression will hang with 100% CPU usage.
>
>
>
> On Sat, Dec 10, 2016 at 10:22 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
>> > From: Peter Wang <ptr.wang <at> gmail.com>
>> > Date: Sat, 10 Dec 2016 21:59:32 +0800
>> >
>> > I came across the problem when I was using `C-u C-x =' on a SLIME
>> > presentation. After some debugging, I found out the cause of the
>> > problem. Here is it:
>> >
>> > In a slime REPL buffer, when the evaluation result is rendered, SLIME
>> > adds text properties using `slime-add-presentation-properties'. One
>> > of the text properties is a syntax-table `slime-presentation-syntax-tab
>> le'.
>> >
>> > `C-u C-x =' calls `(describe-char (point))', which in turn calls
>> > `describe-text-properties', which hangs with 100% cpu usage.
>> >
>> > I think a possible fix could be done in `describe-property-list', adding
>> > a case in cond to handle the type of syntax-table, something like:
>>
>> Thanks.  Could you perhaps prepare a small test case for this problem?
>> It would help understanding the underlying problem, and possibly also
>> serve as a beginning of a test for our test suite.
>>
>
>
[Message part 2 (text/html, inline)]

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.