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: My Emacs unicode 2 crash again when I do some *Replace String (M-%)*, I give the debug informations under gdb in the attachments. Date: Wed, 07 Mar 2007 10:01:30 +0900 Message-ID: References: <20070306063056.GA21948@debian-testing-hy.localdomain> <86zm6q5upr.fsf@lola.quinscape.zz> 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 1173229324 26272 80.91.229.12 (7 Mar 2007 01:02:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 01:02:04 +0000 (UTC) Cc: hongyi.zhao@gmail.com, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 02:01:57 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 1HOkXT-00054r-61 for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 02:01:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOkXV-0007DS-6s for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 20:01:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOkXK-0007DD-61 for emacs-devel@gnu.org; Tue, 06 Mar 2007 20:01:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOkXH-0007D1-P6 for emacs-devel@gnu.org; Tue, 06 Mar 2007 20:01:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOkXH-0007Cy-JW for emacs-devel@gnu.org; Tue, 06 Mar 2007 20:01:43 -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 1HOkXA-0003cP-S4; Tue, 06 Mar 2007 20:01:37 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l2711VHK012800; Wed, 7 Mar 2007 10:01:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l2711Vcu027371; Wed, 7 Mar 2007 10:01:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l2711Uch027684; Wed, 7 Mar 2007 10:01:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HOkX4-0001tY-9s; Wed, 07 Mar 2007 10:01:30 +0900 In-reply-to: <86zm6q5upr.fsf@lola.quinscape.zz> (message from David Kastrup on Tue, 06 Mar 2007 15:10:08 +0100) 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:67461 Archived-At: In article <86zm6q5upr.fsf@lola.quinscape.zz>, David Kastrup writes: > >From etc/DEBUG: > ** When you are trying to analyze failed assertions, it will be > essential to compile Emacs either completely without optimizations > or at least (when using GCC) with the -fno-crossjumping option. > Failure to do so may make the compiler recycle the same abort call > for all assertions in a given function, rendering the stack > backtrace useless for identifying the specific failed assertion. Ah! Thank you for the info. So, Hongyi, please try the previous test with the emacs compiled as below: % cd EMACS_BUILD_TREE/src % rm xdisp.o % make CFLAGS='-g -fno-crossjumping' --- Kenichi Handa handa@m17n.org