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

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

bug#17753: Cygwin emacs-X11 core dump


From: Eli Zaretskii
Subject: bug#17753: Cygwin emacs-X11 core dump
Date: Thu, 09 Oct 2014 14:22:15 +0300

> Date: Thu, 09 Oct 2014 12:44:44 +0200
> From: Markus Hoenicka <markus.hoenicka@mhoenicka.de>
> Cc: kbrown@cornell.edu, 17753@debbugs.gnu.org
> 
> (gdb) print (it->f)->face_cache->used
> $4 = 31

??? That's unexpected.  What about this one:

  (gdb) print (it->f)->face_cache->faces_by_id[it->face_id]

(The above is the expansion of the call to the FACE_FROM_ID macro,
which, judging by your backtrace, yielded a NULL pointer.)





reply via email to

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