From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii 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: Sun, 11 Mar 2007 23:10:47 +0200 Message-ID: References: <20070306063056.GA21948@debian-testing-hy.localdomain> <86zm6q5upr.fsf@lola.quinscape.zz> <17902.9556.720278.162036@kahikatea.snap.net.nz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1173647455 24319 80.91.229.12 (11 Mar 2007 21:10:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Mar 2007 21:10:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 11 22:10:44 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 1HQVJT-0008EI-UY for ged-emacs-devel@m.gmane.org; Sun, 11 Mar 2007 22:10:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQVK3-0001bj-OH for ged-emacs-devel@m.gmane.org; Sun, 11 Mar 2007 16:11:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQVJs-0001be-PZ for emacs-devel@gnu.org; Sun, 11 Mar 2007 17:11:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQVJr-0001aq-06 for emacs-devel@gnu.org; Sun, 11 Mar 2007 17:11:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQVJq-0001ak-UE for emacs-devel@gnu.org; Sun, 11 Mar 2007 16:11:06 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQVJG-00007V-3u for emacs-devel@gnu.org; Sun, 11 Mar 2007 17:10:30 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-56-179.inter.net.il [83.130.56.179]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HJD50216 (AUTH halo1); Sun, 11 Mar 2007 23:10:29 +0200 (IST) In-reply-to: (message from Stefan Monnier on Fri, 09 Mar 2007 17:59:53 -0500) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:67738 Archived-At: > Cc: Miles Bader , emacs-devel@gnu.org > From: Stefan Monnier > Date: Fri, 09 Mar 2007 17:59:53 -0500 > > I think -O (aka -O1) should be debug-friendly (so there shouldn't be any > need for -Odebug). I disagree. -O1 selects optimizations based on how expensive they are at compile time, not on how badly they disrupt debugging. Many optimizations that are part of -O2 do no harm at all to debugging, so there's no reason to give them up.