From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts 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, 7 Mar 2007 15:37:08 +1300 Message-ID: <17902.9556.720278.162036@kahikatea.snap.net.nz> References: <20070306063056.GA21948@debian-testing-hy.localdomain> <86zm6q5upr.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173235059 7074 80.91.229.12 (7 Mar 2007 02:37:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 02:37:39 +0000 (UTC) Cc: hongyi.zhao@gmail.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 03:37:32 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 1HOm20-0002zI-5X for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 03:37:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOm22-00066B-MY for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 21:37:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOm1s-000665-6a for emacs-devel@gnu.org; Tue, 06 Mar 2007 21:37:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOm1q-00065n-B3 for emacs-devel@gnu.org; Tue, 06 Mar 2007 21:37:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOm1q-00065j-4N for emacs-devel@gnu.org; Tue, 06 Mar 2007 21:37:22 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HOm1j-0004g0-04; Tue, 06 Mar 2007 21:37:15 -0500 Original-Received: from kahikatea.snap.net.nz (39.63.255.123.dynamic.snap.net.nz [123.255.63.39]) by viper.snap.net.nz (Postfix) with ESMTP id C61183DA139; Wed, 7 Mar 2007 15:37:11 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 209494F726; Wed, 7 Mar 2007 15:37:09 +1300 (NZDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.95.1 X-detected-kernel: Linux 2.4-2.6 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:67469 Archived-At: > 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' Evidently cross-jumping is only enabled with -O2 or higher so make CFLAGS=-g should work. The current default for Emacs is "-g -O2". I think it should be "-g" for CVS Emacs, but I think that we might have had this discussion on the mailing list before. -- Nick http://www.inet.net.nz/~nickrob