GNU bug report logs - #9723
24.0.50; Emacs Clipboard crash

Previous Next

Package: emacs;

Reported by: Joseph Jones <josejones <at> expedia.com>

Date: Mon, 10 Oct 2011 23:43:02 UTC

Severity: normal

Found in version 24.0.50

Done: Chong Yidong <cyd <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: Joseph Jones <josejones <at> expedia.com>
Cc: 9723 <at> debbugs.gnu.org
Subject: bug#9723: 24.0.50; Emacs Clipboard crash
Date: Fri, 14 Oct 2011 20:05:17 +0200
> From: Joseph Jones <josejones <at> expedia.com>
> CC: "9723 <at> debbugs.gnu.org" <9723 <at> debbugs.gnu.org>
> Date: Wed, 12 Oct 2011 11:39:27 -0700
> 
> Here is the DrMinGW output for the 9/19 build that was in the link you sent me.

Thanks.  This is very strange: these addresses seem to indicate that
the crash is inside garbage collection, which makes no sense, given
the error message about the clipboard.  Or maybe I'm missing
something...

Can I ask you to download GDB, the GNU debugger, from here:

  http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GDB/GDB-7.3/gdb-7.3-2-mingw32-bin.tar.lzma/download

and then run this Emacs binary under GDB?  (You will need the
unlzma.exe program to unpack the .lzma archive.)

To run Emacs under GDB, open a cmd window, chdir to where you have the
emacs.exe binary, and type:

  gdb ./emacs.exe

After GDB starts and reads the symbols from emacs.exe, it will show
this prompt:

  (gdb)

Type "run" to run Emacs normally.  (If you are normally invoking Emacs
with some command line arguments, type them after the "run" command,
as in "run arg1 arg2 ...".)  When Emacs crashes, please type at the
GDB prompt:

 (gdb) bt full

and post the results.

Thanks in advance.




This bug report was last modified 13 years and 8 days ago.

Previous Next


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