From owner-freebsd-current@FreeBSD.ORG Thu Dec 8 18:16:35 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A656F16A420 for ; Thu, 8 Dec 2005 18:16:35 +0000 (GMT) (envelope-from tillman@seekingfire.com) Received: from mail.seekingfire.com (caliban.seekingfire.com [24.72.123.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000C543D79 for ; Thu, 8 Dec 2005 18:16:28 +0000 (GMT) (envelope-from tillman@seekingfire.com) Received: by mail.seekingfire.com (Postfix, from userid 500) id C648E59D; Thu, 8 Dec 2005 12:16:27 -0600 (CST) Date: Thu, 8 Dec 2005 12:16:27 -0600 From: Tillman Hodgson To: freebsd-current@freebsd.org Message-ID: <20051208181627.GM86838@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . X-GPG-Key-ID: 828AFC7B X-GPG-Fingerprint: 5584 14BA C9EB 1524 0E68 F543 0F0A 7FBC 828A FC7B X-GPG-Key: http://www.seekingfire.com/personal/gpg_key.asc X-Urban-Legend: There is lots of hidden information in headers X-Tillman-rules: yes he does User-Agent: Mutt/1.5.11 Subject: Aftering updating from Dec 2 src, buildworld bombs with free() error on Dec 8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 18:16:35 -0000 Cvsup'd this morning from cvsup8.FreeBSD.org. [root@thoth /usr/src]# uname -a FreeBSD thoth.seekingfire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Dec 2 13:59:48 CST 2005 root@thoth.seekingfire.com:/usr/obj/usr/src/sys/THOTH i386 [root@thoth /usr/obj]# rm -rf usr/ [root@thoth /usr/src]# make buildworld make in free(): error: junk pointer, too high to make sense Abort trap: 6 (core dumped) [root@thoth /usr/src]# ls -l `which make` -r-xr-xr-x 1 root wheel 272884 Dec 2 20:57 /usr/bin/make [root@thoth /usr/obj]# cat /etc/make.conf | grep -v ^# | grep -v ^$ KERNCONF=THOTH KRB5_HOME= /usr/local/krb5 RANDOMIZE_MASTER_SITES=yes PERL_VER=5.8.6 PERL_VERSION=5.8.6 [root@thoth /usr/src]# ls -l /etc/malloc.conf lrwxr-xr-x 1 root wheel 2 Dec 7 20:02 /etc/malloc.conf -> aj (though it does same thing with /etc/malloc.conf removed for the default behaviour) -T