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: Eli Zaretskii <eliz <at> gnu.org>
To: Oleh Krehel <o.krehel <at> tue.nl>
Cc: 16737 <at> debbugs.gnu.org
Subject: bug#16737: Timed out waiting for reply from selection owner
Date: Sat, 17 Jan 2015 20:07:07 +0200
> Date: Sat, 17 Jan 2015 16:34:15 +0100
> From: Oleh Krehel <o.krehel <at> tue.nl>
> Cc: 16737 <at> debbugs.gnu.org
> 
> > First, please establish that you see the same problem, e.g. by
> > obtaining backtraces as described earlier in this discussion.
> 
> The problem is the same one, since I get the same error message after
> 5 seconds delay as the topic title.
> 
> The thing is, I don't know how to get a backtrace - I'm only a novice
> with GDB.  I was hoping someone would post a sequence of commands to
> get a proper backtrace for this problem.

During those 5 seconds, attach GDB to the Emacs process:

  $ gdb -p PID

where PID is the numeric process ID of Emacs; you can find that out
in advance, before you start the reproducing sequence, and prepare the
above command line, so that all you need to do is hit RET.

Then, when GDB displays its prompt "(gdb)", type this:

  thread apply all bt

This will show a backtrace of every thread in the Emacs process.




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.