Date: Sat, 25 Mar 2000 21:31:34 +0100 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: Arun Sharma <adsharma@sharmas.dhs.org> Cc: FreeBSD Current <freebsd-current@FreeBSD.ORG> Subject: Re: malloc.conf Message-ID: <927.954016294@critter.freebsd.dk> In-Reply-To: Your message of "Sat, 25 Mar 2000 12:29:02 PST." <20000325122902.A10626@sharmas.dhs.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000325122902.A10626@sharmas.dhs.org>, Arun Sharma writes: >On Sat, Mar 25, 2000 at 09:05:18PM +0100, Poul-Henning Kamp wrote: >> In message <20000325120159.A10568@sharmas.dhs.org>, Arun Sharma writes: >> >On Sat, Mar 25, 2000 at 08:55:16PM +0100, Poul-Henning Kamp wrote: >> >> >> >> Please read the malloc(3) manual page. >> >> >> > >> >I did and created malloc.conf as documented there. And things were >> >fine after that. Wouldn't it be better if the build process created >> >a default /etc/malloc.conf ? >> >> Exactly how did you create it ? > >Just as it is documented: > >ln -s 'A<' /etc/malloc.conf And that made your program not dump core ? In that case you should rather try: ln -sf 'AJ' /etc/malloc.conf and fix the bug in your program. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?927.954016294>