From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup 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 08:04:30 +0100 Message-ID: <85mz2jnds1.fsf@lola.goethe.zz> 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 1173683104 17927 80.91.229.12 (12 Mar 2007 07:05:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2007 07:05:04 +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 08:04:58 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 1HQeaX-0008Kk-6G for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 08:04:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQeb9-00014d-Oh for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 02:05:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQeaz-00014N-DY for emacs-devel@gnu.org; Mon, 12 Mar 2007 03:05:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQeax-00014B-02 for emacs-devel@gnu.org; Mon, 12 Mar 2007 03:05:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQeaw-000148-Qs for emacs-devel@gnu.org; Mon, 12 Mar 2007 02:05:22 -0500 Original-Received: from mail-in-04.arcor-online.net ([151.189.21.44]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HQeaD-0004Q8-1E; Mon, 12 Mar 2007 03:04:37 -0400 Original-Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id C142C17FA6F; Mon, 12 Mar 2007 08:04:30 +0100 (CET) Original-Received: from mail-in-13.arcor-online.net (mail-in-13.arcor-online.net [151.189.21.53]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id B41572C6A01; Mon, 12 Mar 2007 08:04:30 +0100 (CET) Original-Received: from lola.goethe.zz (dslb-084-061-017-019.pools.arcor-ip.net [84.61.17.19]) by mail-in-13.arcor-online.net (Postfix) with ESMTP id 8EC3F225126; Mon, 12 Mar 2007 08:04:30 +0100 (CET) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 30C3F1C4F93F; Mon, 12 Mar 2007 08:04:30 +0100 (CET) In-Reply-To: (Andreas Schwab's message of "Sun\, 11 Mar 2007 23\:29\:33 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) 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:67774 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. That's possibly a sensible rule for GCC, but I don't see that it is a sensible rule for Emacs. If you are afraid of behavior-changing options, one could use some options like -fno-crossjumping both for the debugging and non-debugging usage. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum