GNU bug report logs -
#9723
24.0.50; Emacs Clipboard crash
Previous Next
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
Message #128 received at 9723 <at> debbugs.gnu.org (full text, mbox):
Yes. Ctrl+h b is tied to ido-switch-buffer
(gdb) print byte_stack_list
$1 = (struct byte_stack *) 0x440
(gdb) print stack
$2 = {
pc = 0x58801d7 "",
byte_string = 59862065,
byte_string_start = 0x5880188 "╞\030╟╚ \"\210╞╔╩\217\210\bâ\032",
constants = 59899269,
next = 0x82eca4
}
(gdb)
-----Original Message-----
From: Eli Zaretskii [mailto:eliz <at> gnu.org]
Sent: Thursday, October 27, 2011 11:07 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 10:42:54 -0700
>
> (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)
This says that it crashed when you invoked ido-switch-buffer. Is that
accurate?
What does this command display?
(gdb) print byte_stack_list
My crystal ball says the value is zero (i.e. a NULL pointer).
Also, please show the result of this:
(gdb) print stack
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.