From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs crash CVS 2003-10-17
Date: Tue, 11 Nov 2003 20:09:44 +0900 (JST) [thread overview]
Message-ID: <200311111109.UAA01744@etlken.m17n.org> (raw)
In-Reply-To: <20031111.062904.179201862.wl@gnu.org> (message from Werner LEMBERG on Tue, 11 Nov 2003 06:29:04 +0100 (CET))
In article <20031111.062904.179201862.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:
>> Please show the result of these:
>> (gdb) p *f->face_cache
>> (gdb) p *f->face_cache->faces_by_id[26]
> (gdb) p *f->face_cache
> $6 = {
> buckets = 0x8660de0,
> f = 0x85af0c0,
> faces_by_id = 0x8ba02f0,
> size = 200,
> used = 21,
> menu_face_changed_p = 0
> }
> (gdb) p *f->face_cache->faces_by_id[26]
> Cannot access memory at address 0x0
> The last non-zero index is 20:
Then, please see all
f->face_cache->faces_by_id[N]->font_name and check if any of
them shows a big5 font.
>> 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?
> No. I only use a separate minibuffer-only frame if I access the
> 40x40 bitmap fonts for CNS-11643 which isn't the case currently.
Hmmm. The bug occured when you called what-cursor-position
and Emacs tried to display the big5 character under the
cursor in the echo area. That means that the big5 charater
was already displayed on the current frame. Is it right?
---
Ken'ichi HANDA
handa@m17n.org
next prev parent reply other threads:[~2003-11-11 11:09 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
2003-11-11 5:29 ` Werner LEMBERG
2003-11-11 11:09 ` Kenichi Handa [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200311111109.UAA01744@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.