In message <[EMAIL PROTECTED]>, Arun Sharma writes:
>On Sat, Mar 25, 2000 at 09:05:18PM +0100, Poul-Henning Kamp wrote:
>> In message <[EMAIL PROTECTED]>, 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
[EMAIL PROTECTED] "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message