From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Display bug [Re: My Emacs unicode 2 crash again ...] Date: Wed, 07 Mar 2007 15:40:35 +0900 Message-ID: References: <20070306063056.GA21948@debian-testing-hy.localdomain> <86zm6q5upr.fsf@lola.quinscape.zz> <17902.9556.720278.162036@kahikatea.snap.net.nz> <20070307035646.GA14561@debian-testing-hy.localdomain> <20070307062636.GA18279@debian-testing-hy.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1173249684 9559 80.91.229.12 (7 Mar 2007 06:41:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 06:41:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Hongyi Zhao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 07:41:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HOpps-0000U0-NJ for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 07:41:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOppw-0000JE-FY for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 01:41:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOppc-0000Dk-PD for emacs-devel@gnu.org; Wed, 07 Mar 2007 01:41:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOppa-0000Bg-2G for emacs-devel@gnu.org; Wed, 07 Mar 2007 01:41:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOppZ-0000Bb-Ue for emacs-devel@gnu.org; Wed, 07 Mar 2007 01:40:57 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HOppU-0003Ec-73 for emacs-devel@gnu.org; Wed, 07 Mar 2007 01:40:53 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l276ecIB010153; Wed, 7 Mar 2007 15:40:40 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l276ec5a002751; Wed, 7 Mar 2007 15:40:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id l276eZA6006367; Wed, 7 Mar 2007 15:40:35 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HOppD-0007iD-Cn; Wed, 07 Mar 2007 15:40:35 +0900 In-reply-to: <20070307062636.GA18279@debian-testing-hy.localdomain> (message from Hongyi Zhao on Wed, 7 Mar 2007 14:26:36 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.95 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-detected-kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67486 Archived-At: In article <20070307062636.GA18279@debian-testing-hy.localdomain>, Hongyi Zhao writes: > Yes, when I comile the Emacs without this configure arg > *--enable-asserts*, the problem will disappear, and can running emacs with > *--enable-font-backend -fn "Dejavu Sans Mono-14"* without this problem. > But if I run emacs with *--enable-font-backend*, the emacs will crash > still. ??? Do you really mean that if Emacs is configured without "--enable-asserts" arg, this has no problem: % emacs --enable-font-backend -fn "Dejavu Sans Mono-14" but, this crashes: % emacs --enable-font-backend If so, how does it crash? In the same was as the previous report? --- Kenichi Handa handa@m17n.org