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: Markus Hoenicka
Subject: bug#17753: Cygwin emacs-X11 core dump
Date: Thu, 09 Oct 2014 13:47:34 +0200
User-agent: Roundcube Webmail

Am 2014-10-09 13:22, schrieb Eli Zaretskii:
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.)

This one yields:

(gdb) print (it->f)->face_cache->faces_by_id[it->face_id]
$5 = (struct face *) 0x60128bad0


--
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38






reply via email to

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