Subject: Re: Odd problem w/ tcsh
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Warner Losh <imp@village.org>
List: port-pmax
Date: 02/04/1998 15:34:13
In message <199802042155.NAA02408@Kowhai.Stanford.EDU> Jonathan Stone writes:
: I build tcsh static and install in /bin,, because I use it as root's
: login shell. That works fine.

I've had massive problems with tcsh on OpenBSD/arc when I was using
the malloc that was supplied with it.  Once I switched to libc's
malloc, it has worked flawlessly for me.  Could be a ld.so bug, but I
didn't have to link static to get around it...

Warner