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: The emacs unicode 2 always crash with the arg --enable-font-backend Date: Mon, 20 Nov 2006 11:25:33 +0900 Message-ID: References: <20061119161959.GA30858@localdomain> NNTP-Posting-Host: main.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 1163989537 21191 80.91.229.2 (20 Nov 2006 02:25:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Nov 2006 02:25:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 20 03:25:36 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Glyqe-0008SS-P2 for ged-emacs-devel@m.gmane.org; Mon, 20 Nov 2006 03:25:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Glyqe-0006Rq-5P for ged-emacs-devel@m.gmane.org; Sun, 19 Nov 2006 21:25:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Glyq6-0006QR-GK for emacs-devel@gnu.org; Sun, 19 Nov 2006 21:24:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Glyq4-0006OQ-Kf for emacs-devel@gnu.org; Sun, 19 Nov 2006 21:24:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Glyq4-0006O6-Ep for emacs-devel@gnu.org; Sun, 19 Nov 2006 21:24:52 -0500 Original-Received: from [150.29.246.134] (helo=mx1s.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Glyq3-0002e4-SD for emacs-devel@gnu.org; Sun, 19 Nov 2006 21:24:52 -0500 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1s.aist.go.jp with ESMTP id kAK2Ooe7024999; Mon, 20 Nov 2006 11:24:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id kAK2Olc1027483; Mon, 20 Nov 2006 11:24:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Glyqj-00027x-00; Mon, 20 Nov 2006 11:25:33 +0900 Original-To: zhaohs In-reply-to: <20061119161959.GA30858@localdomain> (message from zhaohs on Mon, 20 Nov 2006 00:19:59 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:62524 Archived-At: In article <20061119161959.GA30858@localdomain>, zhaohs writes: > I have recompiled the emacs unicode cvs, but when I run it as this, > % emacs --enable-font-backend > It will crash as before. > The following is debug information: [...] > Breakpoint 1, abort () at emacs.c:464 > 464 kill (getpid (), SIGABRT); > (gdb) xba > "tool-bar-local-item-from-menu" (0x8881159) > "apply" (0x886b341) > "tool-bar-add-item-from-menu" (0x8881159) > "tool-bar-setup" (0x8) > "tool-bar-mode" (0x8) > "command-line" (0x8cc054b) > "normal-top-level" (0x83378c9) > (gdb) bt > #0 abort () at emacs.c:464 > #1 0x08153e5c in mark_object (arg=142637831) at alloc.c:5793 > #2 0x08153f8f in mark_object (arg=138148837) at alloc.c:5776 > #3 0x081543ad in mark_object (arg=143685180) at alloc.c:5651 Ummm, GC error! This is very difficult to debug. What happens if you run Emacs as this: (gdb) run -Q --enable-font-backend --- Kenichi Handa handa@m17n.org