Subject: Re: pmax and tcsh
To: None <port-pmax@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: port-pmax
Date: 05/26/1997 14:11:52
In article <199705260019.RAA01395@andare.fugue.com> mellon@hoffman.vix.com (Ted Lemon) writes:
>
>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_

This is not a problem with tcsh. It is either a problem with libc or
with the libc linking. It is true that tcsh has its own malloc and
free, but that should not be causing a problem. If you want to see
more, compile with -g and #define DEBUG in tc.alloc.c

christos