GNU bug report logs -
#22818
25.0.91; nextstep/Emacs.app Crash ns_compute_glyph_string_overhangs
Previous Next
Reported by: "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>
Date: Fri, 26 Feb 2016 13:43:02 UTC
Severity: normal
Tags: moreinfo
Found in version 25.0.91
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Sat, Nov 19, 2016 at 01:43:17PM +0200, Eli Zaretskii wrote:
> > Date: Sat, 19 Nov 2016 11:18:23 +0000
> > From: Alan Third <alan <at> idiocy.org>
> > Cc: josh <at> berdine.net, 22818 <at> debbugs.gnu.org
> >
> > I’m trying to work out how to do this, but in the mean‐time here’s s->face:
> >
> > (lldb) fr v *s->face
> > (face) *s->face = {
> > [...]
> > id = 19
>
> What is the value of lface_id_to_name[19]? It should be a Lisp
> symbol; if so, what is that symbol's name? (The file src/.gdbinit
> defines a command, xsymbol, to display the name of a symbol, but I
> don't know how to do that with LLDB.)
I’ve run into some sort of a problem here as lldb was throwing up an
error, so I signed gdb to try it and it’s also giving an error:
(gdb) p s->face.id
$2 = 17
(gdb) p lface_id_to_name[17]
$3 = 31008
(gdb) xsymbol(lface_id_to_name[17])
$4 = (struct Lisp_Symbol *) 0x7ab8
Cannot access memory at address 0x7ac0
am I doing this wrong?
--
Alan Third
This bug report was last modified 3 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.