Subject: Re: Bash 2.01
To: maximum entropy <entropy@zippy.bernstein.com>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: port-pmax
Date: 03/27/1998 09:35:17
On Sat, 21 Mar 1998, maximum entropy wrote:

> >From: Harald Bjoroy <harald@bitcon.no>
> >
> >This file crashes like this:
> >----------------------------
> >last-splash# bash
> >free: Called with unallocated block argument
> >
> >last command: (null)
> >Report this to bash-maintainers@prep.ai.mit.edu
> >Stopping myself...Abort trap (core dumped)
> 
> I think this should Just Work if you install 1.3.1.  The recent ld.so
> fixes from Jonathan and Michael address this type of problem.

A quick fix is to compile it static. Adding "-static" to gcc's comand line
made a similar problem w/ tcsh go away.

Take care,

Bill