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: Joseph Jones <josejones <at> expedia.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: "9723 <at> debbugs.gnu.org" <9723 <at> debbugs.gnu.org>
Subject: bug#9723: 24.0.50; Emacs Clipboard crash
Date: Thu, 27 Oct 2011 10:42:54 -0700
(gdb) source ..\..\..\gdbinit
Warning: C:\Documents and Settings\josejones\My Documents\Downloads\emacs-24-dbg\emacs-24.0.50\bin/../lwlib: No such file or dir
ectory.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from terminal]
Environment variable "DISPLAY" not defined.
Environment variable "TERM" not defined.
Breakpoint 1 at 0x11501ac: file w32fns.c, line 7182.
Temporary breakpoint 2 at 0x11507fe: file sysdep.c, line 858.
(gdb) thread 1
[Switching to thread 1 (Thread 5948.0x2738)]#0  0x010e0061 in exec_byte_code (bytestr=59862065, vector=59899269, maxdepth=16,
    args_template=54736922, nargs=0, args=0x0) at bytecode.c:1827
1827    bytecode.c: No such file or directory.
        in bytecode.c
(gdb) xbacktrace
"ido-make-merged-file-list" (0x82ec30)
"ido-read-internal" (0x82ef74)
"ido-file-internal" (0x82f284)
"ido-buffer-internal" (0x82f5a4)
"ido-switch-buffer" (0x82f8d4)
"call-interactively" (0x82fb64)
(gdb)

-----Original Message-----
From: Eli Zaretskii [mailto:eliz <at> gnu.org] 
Sent: Thursday, October 27, 2011 10:38 AM
To: Joseph Jones
Cc: 9723 <at> debbugs.gnu.org
Subject: Re: bug#9723: 24.0.50; Emacs Clipboard crash

> From: Joseph Jones <josejones <at> expedia.com>
> CC: "9723 <at> debbugs.gnu.org" <9723 <at> debbugs.gnu.org>
> Date: Thu, 27 Oct 2011 09:06:50 -0700
> 
> Yes

Great.

First, please download the file .gdbinit from here:

  http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/src/.gdbinit

Then read this file into GDB:

 (gdb) source x:/path/to/.gdbinit

(This file includes a few user-defined commands that make it easier to
examine Emacs Lisp objects.  One of them is the xbacktrace command I
ask you to invoke below.)

Then please type these commands, and post the results here:

 (gdb) thread 1
 (gdb) xbacktrace

This should display the Lisp-level backtrace.

After you show that backtrace, I might have more requests.  TIA.




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

Previous Next


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