From owner-cvs-all Fri Nov 8 13:36: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B3EB37B401; Fri, 8 Nov 2002 13:36:03 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-146.dsl.lsan03.pacbell.net [63.207.60.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE02A43E4A; Fri, 8 Nov 2002 13:36:02 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D113A66B5E; Fri, 8 Nov 2002 13:36:01 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 543A1113F; Fri, 8 Nov 2002 13:37:38 -0800 (PST) Date: Fri, 8 Nov 2002 13:37:38 -0800 From: Kris Kennaway To: Tilman Linneweh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/clisp Makefile Message-ID: <20021108213734.GK26345@rot13.obsecurity.org> References: <200211082044.gA8KiuED075365@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211082044.gA8KiuED075365@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 08, 2002 at 12:44:56PM -0800, Tilman Linneweh wrote: > arved 2002/11/08 12:44:56 PST > > Modified files: > lang/clisp Makefile > Log: > Add USE_GCC=2.95, since the build dumps core with gcc 3.x > > PR: 39189 > Submitted by: Stanislav Grozev This is not a gcc problem, it's a run-time failure caused by malloc debugging settings on -current. There is a bug somewhere in the lisp.run binary where unitialized memory is being used after a malloc. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message