From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
To: emacs-pretest-bug@gnu.org
Subject: bug#4170: 23.1.50; Crash with fontset-font
Date: Mon, 17 Aug 2009 16:42:01 +0900 [thread overview]
Message-ID: <wl7hx2lwdy.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
Steps to reproduce:
1. emacs -Q
2. evaluate (set-fontset-font nil #xa0 nil) and (fontset-font nil #xa0)
Then Emacs crashes.
With -DENABLE_CHECKING, I got the following assertion failure:
.../src/fontset.c:2118: Emacs fatal error: assertion failed: VECTORLIKEP((val))
2113 for (j = 0; j < ASIZE (elt); j++)
2114 {
2115 Lisp_Object family, registry;
2116
2117 val = AREF (elt, j);
2118 repertory = AREF (val, 1);
2119 if (INTEGERP (repertory))
2120 {
2121 struct charset *charset = CHARSET_FROM_ID (XINT (repertory));
2122
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
In GNU Emacs 23.1.50.1 (i386-apple-darwin9.8.0, X toolkit)
of 2009-08-17 on yamamoto-mitsuharu-no-mac-mini.local
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure '--with-x' '--without-gif' '--without-jpeg' '--without-tiff' 'CFLAGS=-g -Wno-pointer-sign -DENABLE_CHECKING''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: ja_JP.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: Fundamental
Minor modes in effect:
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
next reply other threads:[~2009-08-17 7:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1MdCjA-0006EO-JC@etlken>
2009-08-17 7:42 ` YAMAMOTO Mitsuharu [this message]
2009-08-20 19:46 ` bug#4170: marked as done (23.1.50; Crash with fontset-font) Emacs bug Tracking System
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=wl7hx2lwdy.wl%mituharu@math.s.chiba-u.ac.jp \
--to=mituharu@math.s.chiba-u.ac.jp \
--cc=4170@emacsbugs.donarmstrong.com \
--cc=emacs-pretest-bug@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.