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: bootstrap & memory allocation troubles Date: Fri, 13 Jan 2006 23:16:35 +0200 Message-ID: <20060113211635.GA61619@flame.pc> References: <20060113155227.GA8439@flame.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137189279 25137 80.91.229.2 (13 Jan 2006 21:54:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 21:54:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 13 22:54:36 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 1ExWs7-0005NA-Ol for ged-emacs-devel@m.gmane.org; Fri, 13 Jan 2006 22:54:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExWuH-0007hW-3u for ged-emacs-devel@m.gmane.org; Fri, 13 Jan 2006 16:56:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExWLZ-0005WK-CR for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:20:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExWLT-0005TX-PY for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:20:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExWLT-0005TD-0Z for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:20:27 -0500 Original-Received: from [195.170.0.95] (helo=kane.otenet.gr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ExWOV-0002jG-DO for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:23:35 -0500 Original-Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id k0DLIBpd023450 for ; Fri, 13 Jan 2006 23:18:11 +0200 Original-Received: by flame.pc (Postfix, from userid 1001) id 0615C11773; Fri, 13 Jan 2006 23:16:35 +0200 (EET) Original-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <20060113155227.GA8439@flame.pc> 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:49024 Archived-At: On 2006-01-13 17:52, Giorgos Keramidas wrote: > Hi all, > > Recently, the malloc() implementation in FreeBSD changed to a new > implementation by Jason Evans, and a posix_memalign() implementation > was added to the standard library of the system. > > This seems to cause bootstrap problems for cvs-emacs now, but I'm not > sure if this is something we should fix in Emacs or in the libc of > FreeBSD. The gdb trace that shows the problem is listed below, but > I'd be grateful for any hints related to fixing this. FWIW, when I roll back the FreeBSD/amd64 base system to an earlier version and bootstrap Emacs successfully, it runs without problems on both a pre-malloc-changes and current version of FreeBSD.