Subject: Re: pmax and tcsh
To: Andris Strazdins <andzs@com.latnet.lv>
From: Ted Lemon <mellon@hoffman.vix.com>
List: port-pmax
Date: 05/25/1997 17:19:51
> Anyone tried to build tcsh on pmax with shared libs ?
> After build when I am starting tcsh I am getting such a warning
> "free(1009c400) bad block. (memtop = 100aa000 membot = 1008eb90)".
> I never saw this message before after compiling tcsh on 1.2 release
> with static libs or OpenBSD.
I get this too. I think this is happening because tcsh has its own
free() implementation which clashes with libc in some way. I dealt
with this by telling tcsh to use the system malloc instead of its own.
_MelloN_