Date: Sun, 11 Aug 2002 23:13:47 -0400 From: "Patrick" <patrick@godloveya.com> To: "Jake Burkholder" <jake@locore.ca> Cc: <sparc@FreeBSD.ORG> Subject: Re: make exits on signal 11 (core dump) - more Message-ID: <002601c241ae$72046200$6300a8c0@dmv.com> References: <20020809233651.50058.qmail@vpop.dmv.com> <20020810014148.62183.qmail@vpop.dmv.com> <20020810020544.B29107@locore.ca> <20020811130348.F29107@locore.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <jake@locore.ca> To: "Patrick" <patrick@godloveya.com> Cc: <sparc@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002601c241ae$72046200$6300a8c0>
