From owner-freebsd-current@FreeBSD.ORG Mon Jun 14 22:18:12 2004 Return-Path: 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 C907E16A4CE for ; Mon, 14 Jun 2004 22:18:12 +0000 (GMT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FC043D4C for ; Mon, 14 Jun 2004 22:18:12 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i5EMHt90012324; Mon, 14 Jun 2004 15:17:55 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <40CE2412.3030208@freebsd.org> Date: Mon, 14 Jun 2004 15:17:54 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: j.e.drews@att.net References: <061420040241.11638.40CD10430007CF6400002D7621612436469C990A9D0BD20AD206@att.net> In-Reply-To: <061420040241.11638.40CD10430007CF6400002D7621612436469C990A9D0BD20AD206@att.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: buildworld failure; stops in obj/usr/src/rescue/rescue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 14 Jun 2004 22:18:12 -0000 j.e.drews@att.net wrote: > FreeBSD 5.2-CURRENT #0: Sat Jun 12 20:47:38 CDT 2004 > > > Hi: > > I obtained the source for current at about 21:30 GMT June 13 and had this failuer while > doing make buildworld. > > > crunchide -k _crunched_route_stub route.lo > echo "int _crunched_routed_stub(int argc, char **argv, char **envp){return main( > argc,argv,envp);}" >routed_stub.c > cc -O -pipe -c routed_stub.c > cc in free(): error: junk pointer, too high to make sense > cc: *** Signal 6 > > Stop in /usr/obj/usr/src/rescue/rescue. > *** Error code 1 If you run 'make buildworld' again, does it stop in the same place? If it stops in a different place, then you probably have a memory or other hardware problem. If it stops in the same place, this is a bug in cc. (Though I don't recall seeing any recent commits to cc, so this would surprise me.) Tim