From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: build problem with recent snapshot Date: Fri, 19 May 2006 02:21:24 +0300 Message-ID: <20060518232124.GA10075@gothmog.pc> References: <20060518224644.GA90646@gothmog.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147994397 5290 80.91.229.2 (18 May 2006 23:19:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 May 2006 23:19:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 19 01:19:55 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FgrmW-0004Km-GE for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 01:19:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgrmV-0000yH-GL for ged-emacs-devel@m.gmane.org; Thu, 18 May 2006 19:19:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgrmK-0000y2-LF for emacs-devel@gnu.org; Thu, 18 May 2006 19:19:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgrmG-0000w6-4F for emacs-devel@gnu.org; Thu, 18 May 2006 19:19:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgrmG-0000vy-1G for emacs-devel@gnu.org; Thu, 18 May 2006 19:19:32 -0400 Original-Received: from [62.1.205.36] (helo=igloo.linux.gr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FgrpR-0005ar-Hr for emacs-devel@gnu.org; Thu, 18 May 2006 19:22:49 -0400 Original-Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4INJDEG032568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 19 May 2006 02:19:17 +0300 Original-Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4INLOhM010105 for ; Fri, 19 May 2006 02:21:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4INLOn9010104 for emacs-devel@gnu.org; Fri, 19 May 2006 02:21:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <20060518224644.GA90646@gothmog.pc> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.405, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.79, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr 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:54736 Archived-At: On 2006-05-19 01:46, Giorgos Keramidas wrote: > Recent build with GTK+ have been crashing randomly here, so I tried > building a recent snapshot with -DENABLE_CHECKING and the following > environment variables: > > export CPPFLAGS='-DENABLE_CHECKING' > export CPPFLAGS='-DENABLE_CHECKING' > export CFLAGS='-O2 -pipe -ggdb' > export CC='gcc' > export CONFIG_SHELL=/bin/sh > export MAKE='gmake' > > Then I configured and tried to build Emacs with: > > $ ./configure --prefix=/opt/emacs --with-x --with-xpm \ > --with-jpeg --with-tiff --with-gif --with-png \ > --with-gtk 2>&1 | tslog | \ > tee ~/tmp/config-emacs-2006.05.18.02.20.39-freebsd7.0-i386-trunk.log > $ gmake bootstrap 2>&1 | tslog | \ > tee ~/tmp/build-emacs-2006.05.18.02.20.39-freebsd7.0-i386-trunk.log > > The 2006.05.18.02.20.39 snapshot is the last commit of CVS that has been > merged into the local source tree. > > But enabling the CPPFLAGS and CFLAGS shown above in the environment made > things much worse; now Emacs fails to bootstrap on FreeBSD 7.0-CURRENT > (i386), with the following stack trace from `bootstrap-emacs'. > > Any help about why this could happen, or ideas about tracking down the > real problem? > > : [...] > : Generating autoloads for international/isearch-x.el... > : Generating autoloads for international/isearch-x.el...done > : Generating autoloads for isearchb.el... > : Generating autoloads for isearchb.el...done > : Generating autoloads for obsolete/iso-acc.el... > : > : Program received signal SIGSEGV, Segmentation fault. > : [Switching to Thread 0x878fe00 (LWP 100112)] > : 0x08193c69 in mark_object (arg=0) at alloc.c:5393 > : 5393 MARK_INTERVAL_TREE (ptr->intervals); The problem seems to have been with us for a while now. Building the following two snapshot gives: 2006.04.20.12.17.26 OK 2006.04.26.14.16.05 core dump at `make bootstrap'