GNU bug report logs - #16737
24.3.50; Yank causes hang

Previous Next

Package: emacs;

Reported by: Sujith Manoharan <sujith <at> msujith.org>

Date: Thu, 13 Feb 2014 03:49:02 UTC

Severity: important

Tags: moreinfo, patch

Merged with 17026, 17101, 17172, 19320, 20283

Found in versions 24.3.50, 24.4, 25.0.50

Done: Tassilo Horn <tsdh <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dmitry Antipov <dmantipov <at> yandex.ru>
To: Sujith Manoharan <sujith <at> msujith.org>
Cc: 16737 <at> debbugs.gnu.org
Subject: bug#16737: 24.3.50; Yank causes hang
Date: Thu, 13 Feb 2014 09:22:56 +0400
On 02/13/2014 07:40 AM, Sujith Manoharan wrote:

> I attached using strace to the running Emacs process when this happened and
> captured the log.
>
> Please let me know if any other information is required.

1) It's better to attach gdb and try to obtain a backtrace, especially when
Emacs sits in CPU-eating loops.

2) If CPU-eating loop involves I/O (read/write/sendmsg/recvmsg/select/etc.),
try to understand how the relevant fds are used, by looking under
/proc/[Emacs PID]/fd directory. (In your log, the most important is fd 4;
probably this is an X socket).

Dmitry





This bug report was last modified 9 years and 244 days ago.

Previous Next


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