GNU bug report logs - #28040
25.2; nXML flyspell mode hangs on Yank

Previous Next

Package: emacs;

Reported by: Avinash Chopde <avinash <at> aczoom.com>

Date: Thu, 10 Aug 2017 21:18:02 UTC

Severity: normal

Tags: confirmed, fixed

Merged with 16449, 20995, 22319, 24253

Found in versions 24.3.50, 24.5, 25.1.50, 25.2

Fixed in version 26.1

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28040 in the body.
You can then email your comments to 28040 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#28040; Package emacs. (Thu, 10 Aug 2017 21:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Avinash Chopde <avinash <at> aczoom.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 10 Aug 2017 21:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Avinash Chopde <avinash <at> aczoom.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.2; nXML flyspell mode hangs on Yank
Date: Thu, 10 Aug 2017 16:09:45 -0400
[Message part 1 (text/plain, inline)]
CPU pegs to 100%, can't do anything in emacs, C-g etc no keys work. Have to
kill emacs.

GNU Emacs 25.2.1

Steps to reproduce:

emacs -Q emacs-flyspell-hang.xml   [file contents at end of this email]

M-x flyspell-mode

              Status line shows: (nXML Valid Fly)

When I cut or copy the line in the comment (see comments in attached XML)

C-k  [line with <Element tag=... in the file

Then

Move to outside the XML comment (to line below <Indent4 ..>
and
C-y

Which should paste that text, but instead, it just hangs, and emacs CPU
usage goes to 100%.

emacs does not respond to any keys, have to kill it.

If not using flyspell-mode, it all works fine.

Not sure if the bug system handles attachments, so sending the body of the
file in this email:
File emacs-flyspell-hang.xml:

<Top version="V11">
  <Indent1 tag="AGGRESSIVE" level="NONE">
    <Indent2>
      <Indent3>
        <Indent4 name="CHEAPEST" index="0">

          <!--
              GNU Emacs 25.2.1
              emacs -Q [this file name]
              nXML mode, with M-x flyspell-mode
              Status line shows: (nXML Valid Fly)

              Cut or Copy this line below into the XML, then Yank C-y it
              and Emacs pegs CPU to 100% on the Paste
              Paste has to be in the XML above this comment,
              pasting in this comment seems to work fine and causes no hang.

              <Element tag="ABC">DEF</Element>
          -->
        </Indent4>
      </Indent3>
    </Indent2>
  </Indent1>
</Top>
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28040; Package emacs. (Fri, 11 Aug 2017 01:06:02 GMT) Full text and rfc822 format available.

Message #8 received at 28040 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Avinash Chopde <avinash <at> aczoom.com>
Cc: 28040 <at> debbugs.gnu.org
Subject: Re: bug#28040: 25.2; nXML flyspell mode hangs on Yank
Date: Thu, 10 Aug 2017 21:06:44 -0400
merge 16449 24253 28040
quit

Avinash Chopde <avinash <at> aczoom.com> writes:

> CPU pegs to 100%, can't do anything in emacs, C-g etc no keys work. Have to kill emacs.
>
> GNU Emacs 25.2.1

This looks like Bug#24253 and Bug#16449, could you check with 26.0.50?




Merged 16449 20995 22319 24253 28040. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Fri, 11 Aug 2017 01:06:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28040; Package emacs. (Sat, 12 Aug 2017 00:16:01 GMT) Full text and rfc822 format available.

Message #13 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Avinash Chopde <avinash <at> aczoom.com>
To: npostavs <at> users.sourceforge.net, bug-gnu-emacs <at> gnu.org
Subject: Re: bug#28040: 25.2; nXML flyspell mode hangs on Yank
Date: Fri, 11 Aug 2017 19:17:29 -0400
[Message part 1 (text/plain, inline)]
Thanks, confirmed that using 26.0.50 does not show this issue.


On Thu, Aug 10, 2017 at 9:06 PM, <npostavs <at> users.sourceforge.net> wrote:

> merge 16449 24253 28040
> quit
>
> Avinash Chopde <avinash <at> aczoom.com> writes:
>
> > CPU pegs to 100%, can't do anything in emacs, C-g etc no keys work. Have
> to kill emacs.
> >
> > GNU Emacs 25.2.1
>
> This looks like Bug#24253 and Bug#16449, could you check with 26.0.50?
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#28040; Package emacs. (Sat, 12 Aug 2017 01:11:02 GMT) Full text and rfc822 format available.

Message #16 received at 28040 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Avinash Chopde <avinash <at> aczoom.com>
Cc: 28040 <at> debbugs.gnu.org
Subject: Re: bug#28040: 25.2; nXML flyspell mode hangs on Yank
Date: Fri, 11 Aug 2017 21:12:04 -0400
tags 28040 fixed
close 28040 26.1
quit

Avinash Chopde <avinash <at> aczoom.com> writes:

> Thanks, confirmed that using 26.0.50 does not show this issue.

Thank you for testing, I'm closing as fixed for 26.1.




Added tag(s) fixed. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 12 Aug 2017 01:11:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 26.1, send any further explanations to 28040 <at> debbugs.gnu.org and Avinash Chopde <avinash <at> aczoom.com> Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 12 Aug 2017 01:11:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 09 Sep 2017 11:24:03 GMT) Full text and rfc822 format available.

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

Previous Next


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