From owner-freebsd-sparc Sun Aug 11 20:13: 8 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA90737B400 for ; Sun, 11 Aug 2002 20:13:06 -0700 (PDT) Received: from melkor.dmv.org (12-219-89-144.client.mchsi.com [12.219.89.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id B062543E3B for ; Sun, 11 Aug 2002 20:12:57 -0700 (PDT) (envelope-from patrick@godloveya.com) Received: from laptop ([192.168.0.99]) by melkor.dmv.org (8.12.1/8.12.1) with ESMTP id g7C3Cuhf000702; Sun, 11 Aug 2002 23:12:56 -0400 (EDT) Message-ID: <002601c241ae$72046200$6300a8c0@dmv.com> From: "Patrick" To: "Jake Burkholder" Cc: References: <20020809233651.50058.qmail@vpop.dmv.com> <20020810014148.62183.qmail@vpop.dmv.com> <20020810020544.B29107@locore.ca> <20020811130348.F29107@locore.ca> Subject: Re: make exits on signal 11 (core dump) - more Date: Sun, 11 Aug 2002 23:13:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Here is the message I got from Ruslan after telling him about the Lst_Destroy(targs, NOFREE) error: "Fixed in src/usr.bin/make/main.c,v 1.69, thanks for the spot! i386 somehow zeroed "targs" on the stack, and -Wuninitialized is non-default these days." So it appeared that it only worked on the i386 and not the alpha or sparc due to targs being a non-zero value. The new version is available.... Patrick ----- Original Message ----- From: "Jake Burkholder" To: "Patrick" Cc: Sent: Sunday, August 11, 2002 1:03 PM Subject: Re: make exits on signal 11 (core dump) - more > Apparently, On Sat, Aug 10, 2002 at 02:05:44AM -0400, > Jake Burkholder said words to the effect of; > > > Apparently, On Fri, Aug 09, 2002 at 09:41:47PM -0400, > > Patrick said words to the effect of; > > > > > The problem is line 870 in main.c > > > > > > Lst_Destroy(targs, NOFREE); > > > > > > This works on the i386, but not on the SPARC. > > This is fixed now right? > > Jake > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message