From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" 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: Mon, 12 Mar 2007 15:11:32 +0900 Message-ID: <871wjvc7or.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20070306063056.GA21948@debian-testing-hy.localdomain> <86zm6q5upr.fsf@lola.quinscape.zz> <17902.9556.720278.162036@kahikatea.snap.net.nz> <85bqizpiu6.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173679383 9504 80.91.229.12 (12 Mar 2007 06:03:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2007 06:03:03 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 12 07:02:56 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 1HQdcW-0007rF-23 for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 07:02:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQdd8-0005FS-Gi for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 01:03:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQdcx-0005FD-LX for emacs-devel@gnu.org; Mon, 12 Mar 2007 02:03:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQdcs-0005F1-RB for emacs-devel@gnu.org; Mon, 12 Mar 2007 02:03:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQdcs-0005Ey-LZ for emacs-devel@gnu.org; Mon, 12 Mar 2007 01:03:18 -0500 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQdc2-0005hl-L7; Mon, 12 Mar 2007 02:02:27 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 7912E8000; Mon, 12 Mar 2007 15:02:10 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 7CCC01A2675; Mon, 12 Mar 2007 15:11:51 +0900 (JST) In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" (+CVS-20070216) XEmacs Lucid X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:67769 Archived-At: Andreas Schwab writes: > David Kastrup writes: > > > Well, how about explicitly disabling a few debugging-unfriendly > > options when we are compiling with -g? > > -g must never change the generated code. ./configure can! Seems to me that a lot of projects would benefit from this. Why not codify the knowledge that we (well, "you", I know nothing about debug vs optimization interference except that it exists) have in an aclocal snippet, with a view to eventually including it in Autoconf?