Date: Fri, 8 Nov 2002 13:37:38 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Tilman Linneweh <arved@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/clisp Makefile Message-ID: <20021108213734.GK26345@rot13.obsecurity.org> In-Reply-To: <200211082044.gA8KiuED075365@repoman.freebsd.org> References: <200211082044.gA8KiuED075365@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <tacho@factline.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021108213734.GK26345>