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

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

bug#22818: 25.1.1 Emacs.app crash ns_compute_glyph_string_overhangs


From: Eli Zaretskii
Subject: bug#22818: 25.1.1 Emacs.app crash ns_compute_glyph_string_overhangs
Date: Sat, 19 Nov 2016 17:09:06 +0200

> Date: Sat, 19 Nov 2016 14:53:36 +0000
> From: Alan Third <alan@idiocy.org>
> Cc: josh@berdine.net, 22818@debbugs.gnu.org
> 
> (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?

The last command should be simply "xsymbol".  Those x* commands are
defined such that they always operate on the last result printed by
GDB.

Thanks.





reply via email to

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