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: random crashing with bootstrap emacs (cvs) under solaris (SunOS 5.8) Date: Fri, 17 Feb 2006 02:55:23 +0200 Message-ID: <20060217005522.GA4668@flame.pc> References: <20060216033750.24390.qmail@mail.tsm32.com> <20060216132239.GB1251@flame.pc> <1242f34a0602161508s77937fabv5ec79a50b5f04507@mail.gmail.com> <20060216231458.GA4014@flame.pc> <1242f34a0602161652u24f67ae6sa1805277e6fd3597@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140161389 11722 80.91.229.2 (17 Feb 2006 07:29:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Feb 2006 07:29:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 17 08:29:48 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 1FA03m-0003rT-Cc for ged-emacs-devel@m.gmane.org; Fri, 17 Feb 2006 08:29:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9zu6-0006ff-MD for ged-emacs-devel@m.gmane.org; Fri, 17 Feb 2006 02:19:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F9u3r-00039u-Nc for emacs-devel@gnu.org; Thu, 16 Feb 2006 20:05:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F9u1K-0002Jr-Tm for emacs-devel@gnu.org; Thu, 16 Feb 2006 20:02:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9tuX-0000pj-OD for emacs-devel@gnu.org; Thu, 16 Feb 2006 19:55:50 -0500 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 1F9tzm-0000S7-EB for emacs-devel@gnu.org; Thu, 16 Feb 2006 20:01:14 -0500 Original-Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1H0tWgV030446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Feb 2006 02:55:33 +0200 Original-Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1H0tN4R004692; Fri, 17 Feb 2006 02:55:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1H0tNCP004691; Fri, 17 Feb 2006 02:55:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-To: Mark Aufflick Content-Disposition: inline In-Reply-To: <1242f34a0602161652u24f67ae6sa1805277e6fd3597@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.349, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.85, 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:50646 Archived-At: On 2006-02-17 11:52, Mark Aufflick wrote: >On 2/17/06, Giorgos Keramidas wrote: >> I've been building without HAVE_POSIX_MEMALIGN too, since a while >> back, until I track down why using posix_memalign() has problems >> on FreeBSD/amd64. >> >> Can you try running `./configure' as usual, and then manually >> setting HAVE_POSIX_MEMALIGN to: >> >> /* #undef HAVE_POSIX_MEMALIGN */ >> >> in src/config.h before running ``make bootstrap''? > > No luck there either. config.h is auto configured exactly as you show. > > I tried explicitly defining it as 1 and also undef-ing it (with a make > clean in between each). With it undefined, I get segfaults. With it > defined, I get the following: > > Undefined first referenced > symbol in file > posix_memalign alloc.o > ld: fatal: Symbol referencing errors. No output written to temacs > > Seems solaris doesn't have posix_memalign anyway? Probably not. I build snapshot on Linux, FreeBSD and Solaris, so I may have gotten these mixed up a bit.