unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs crash CVS 2003-10-17
Date: Tue, 11 Nov 2003 09:15:30 +0900 (JST)	[thread overview]
Message-ID: <200311110015.JAA00899@etlken.m17n.org> (raw)
In-Reply-To: <20031110.145406.63054872.wl@gnu.org> (message from Werner LEMBERG on Mon, 10 Nov 2003 14:54:06 +0100 (CET))

In article <20031110.145406.63054872.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:

>>  > Program received signal SIGSEGV, Segmentation fault.
>>  > 0x08077c43 in fill_glyph_string (s=0xbfffe424, face_id=26,
>>  >     start=6, end=79, overlaps_p=0) at xdisp.c:16730
>>  > 16730               = FONT_INFO_FROM_ID (f, face->font_info_id);
>>  
>>  I'd like to know the result of these:
>>  (gdb) p *face
>>  (gdb) p *glyph

>   (gdb) p *face
>   Cannot access memory at address 0x0
>   (gdb) p *glyph
>   $5 = {
>     charpos = 7, 
[...]
>     face_id = 26, 

Hmmm, then somehow, the call of FACE_FROM_ID here:

L16697  face = FACE_FROM_ID (f, glyph->face_id);

returns NULL.

Please show the result of these:
(gdb) p *f->face_cache
(gdb) p *f->face_cache->faces_by_id[26]

By the way, xbacktrace shows that Emacs crashed while
calling message.  I remember you are using a separate frame
for the minibuffer, so the message of what-cursor-position
is shown in the minibuffer-only frame, right?

---
Ken'ichi HANDA
handa@m17n.org

  reply	other threads:[~2003-11-11  0:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-10  8:36 Emacs crash CVS 2003-10-17 Werner LEMBERG
2003-11-10 11:42 ` Kenichi Handa
2003-11-10 13:54   ` Werner LEMBERG
2003-11-11  0:15     ` Kenichi Handa [this message]
2003-11-11  5:29       ` Werner LEMBERG
2003-11-11 11:09         ` Kenichi Handa
2003-11-12 15:05           ` Werner LEMBERG

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200311110015.JAA00899@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).