bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9723: 24.0.50; Emacs Clipboard crash


From: Joseph Jones
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@gnu.org] 
Sent: Thursday, October 27, 2011 10:38 AM
To: Joseph Jones
Cc: 9723@debbugs.gnu.org
Subject: Re: bug#9723: 24.0.50; Emacs Clipboard crash

> From: Joseph Jones <josejones@expedia.com>
> CC: "9723@debbugs.gnu.org" <9723@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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]