From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: Emacs CVS Crash Date: Wed, 07 Sep 2005 00:31:13 -0300 Message-ID: <431E5F01.6060801@ig.com.br> References: <431E1088.2000803@ig.com.br> <17182.8879.146245.74953@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126065269 29510 80.91.229.2 (7 Sep 2005 03:54:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2005 03:54:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 07 05:54:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECr0t-0000yw-QB for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2005 05:54:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECr0S-0002jP-T6 for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2005 23:53:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECr06-0002eK-3T for emacs-devel@gnu.org; Tue, 06 Sep 2005 23:53:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECqzy-0002Zd-Hi for emacs-devel@gnu.org; Tue, 06 Sep 2005 23:53:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECqzu-0002Vf-TV for emacs-devel@gnu.org; Tue, 06 Sep 2005 23:53:18 -0400 Original-Received: from [200.221.4.192] (helo=smtp.uol.com.br) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ECqmO-0004aN-Qx for emacs-devel@gnu.org; Tue, 06 Sep 2005 23:39:21 -0400 Original-Received: from [201.31.200.132] (c91fc884.cps.virtua.com.br [201.31.200.132]) by scorpion1.uol.com.br (Postfix) with ESMTP id 98121780A; Wed, 7 Sep 2005 00:34:59 -0300 (BRT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050729 X-Accept-Language: en-us, en Original-To: Nick Roberts In-Reply-To: <17182.8879.146245.74953@farnswood.snap.net.nz> 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:42686 Archived-At: It happens in gcc 3.2.2 but not in 3.3.5 (I've just test it), so the bug is already fixed in gcc. Indeed, it's a compiler bug, but this bug affects Emacs building. Nick Roberts wrote: > That looks like gcc thats crashed not Emacs. If its a bug with gcc, should > you be reporting it to them? > > Nick > > > Vinicius Jose Latorre writes: > > Hi Folks, > > > > > > I've just updated Emacs sources from CVS today. > > > > Then: > > > > $ make maintainer-clean > > $ ./configure --prefix=/home/download/emacs > > $ make bootstrap > > [...skipped for brevity...] > > gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. > > -I/home/vinicius/work/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g > > -O2 indent.c > > gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. > > -I/home/vinicius/work/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g > > -O2 search.c > > search.c: In function `Fset_match_data': > > search.c:2974: internal error: Segmentation fault > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See for instructions. > > make[2]: *** [search.o] Error 1 > > make[2]: Leaving directory `/home/vinicius/work/emacs/src' > > make[1]: *** [src] Error 2 > > make[1]: Leaving directory `/home/vinicius/work/emacs' > > make: *** [bootstrap-build] Error 2 > > > > > > Vinicius