From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.4 released Date: Sun, 29 Jan 2012 14:23:47 -0700 Message-ID: <4F25B8E3.3080800@gmail.com> References: <87pqe3ivaa.fsf@gnu.org> <4F25878B.3090800@gmail.com> <837h0aqs0u.fsf@gnu.org> <4F2592EC.6030108@gmail.com> <4F259897.1020602@gmail.com> <83d3a2s4l7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327872240 17547 80.91.229.3 (29 Jan 2012 21:24:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Jan 2012 21:24:00 +0000 (UTC) Cc: Eli Zaretskii , Chong Yidong , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 29 22:23:58 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RrcEA-0005J3-JL for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2012 22:23:58 +0100 Original-Received: from localhost ([::1]:59323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrcE9-0001MH-Vq for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2012 16:23:57 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrcE6-0001MC-Rs for emacs-devel@gnu.org; Sun, 29 Jan 2012 16:23:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrcE6-0002CZ-22 for emacs-devel@gnu.org; Sun, 29 Jan 2012 16:23:54 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:60846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrcE4-0002Bx-EL; Sun, 29 Jan 2012 16:23:52 -0500 Original-Received: by ggnr5 with SMTP id r5so1010869ggn.0 for ; Sun, 29 Jan 2012 13:23:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=PtwQ76HV2rZzwAkB8VqCtNIjslE6x0EE/WQ0t7sIyU0=; b=nMIMAPJPEyQlofguShBjdN+RHce/0LhohZ1Gm5texG1rSRhFGueB0g8cFKuPSQBB4P jURQvlbRr9Z7ahiZ2xm4CGQazW2lO0w60y5FYKcFQmXZ/kDhBdr6GvjfSMpmpFifxvAh 5Qo/Ku53ex9W473lDDGX+QYEjXoEql50WajaI= Original-Received: by 10.101.182.2 with SMTP id j2mr3401922anp.35.1327872231355; Sun, 29 Jan 2012 13:23:51 -0800 (PST) Original-Received: from [192.168.1.6] (71-212-144-226.hlrn.qwest.net. [71.212.144.226]) by mx.google.com with ESMTPS id b7sm27293904yhm.0.2012.01.29.13.23.48 (version=SSLv3 cipher=OTHER); Sun, 29 Jan 2012 13:23:50 -0800 (PST) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148022 Archived-At: On 1/29/2012 1:35 PM, Juanma Barranquero wrote: > On Sun, Jan 29, 2012 at 20:15, Eli Zaretskii wrote: > >> I just tried to build Emacs 23.4, and I'm sorry to say that neither >> the optimized build nor the unoptimized one crash for me. They both >> build just fine and come up without crashing. > > Same here. > > Juanma Confirmed. gcc 4.5.2 builds the 23.4 release fine. Builds with gcc 4.6.1 crash with optimizations enabled. I will build the release with gcc 4.5.2 then. I also will verify that the problem persists in the trunk build with gcc 4.6.1 and switch to 4.5.2 for the weekly builds also. I will add a note to INSTALL in the trunk, if applicable. As time permits I am going to try to figure out why it is crashing. Thanks guys. Christoph