From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier 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: Fri, 09 Mar 2007 17:59:53 -0500 Message-ID: References: <20070306063056.GA21948@debian-testing-hy.localdomain> <86zm6q5upr.fsf@lola.quinscape.zz> <17902.9556.720278.162036@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173588045 763 80.91.229.12 (11 Mar 2007 04:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Mar 2007 04:40:45 +0000 (UTC) Cc: Miles Bader , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 11 05:40:38 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 1HQFrJ-0002ds-Od for ged-emacs-devel@m.gmane.org; Sun, 11 Mar 2007 05:40:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQFro-0000Og-Pj for ged-emacs-devel@m.gmane.org; Sat, 10 Mar 2007 23:41:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQFrd-0000Nw-Kz for emacs-devel@gnu.org; Sat, 10 Mar 2007 23:40:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQFrb-0000Na-K6 for emacs-devel@gnu.org; Sat, 10 Mar 2007 23:40:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQFrb-0000NV-H9 for emacs-devel@gnu.org; Sat, 10 Mar 2007 23:40:55 -0500 Original-Received: from tomts10.bellnexxia.net ([209.226.175.54] helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQFr2-0005uR-3V; Sat, 10 Mar 2007 23:40:20 -0500 Original-Received: from alfajor.home ([74.12.204.225]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070311044016.EPVS1723.tomts10-srv.bellnexxia.net@alfajor.home>; Sat, 10 Mar 2007 23:40:16 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 1F3091C14A; Fri, 9 Mar 2007 17:59:53 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Fri\, 09 Mar 2007 17\:08\:16 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) 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:67709 Archived-At: > I once suggested something like -Odebug, but since GCC developers are > generally unsympathetic to the kind of gripes I presented, the suggestion > was hardly noticed, and I don't hold my breath to see it implemented any > time soon. I think -O (aka -O1) should be debug-friendly (so there shouldn't be any need for -Odebug). Stefan