bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: free: called with unallocated block argument


From: Rainer Müller
Subject: Re: free: called with unallocated block argument
Date: Tue, 24 Feb 2009 03:36:51 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666

Chet Ramey wrote:
> phil@Arcturus.universe wrote:
> 
>> Bash Version: 4.0
>> Patch Level: 0
>> Release Status: release
>>
>> Description:
>> Problem with auto completion :
>>      ls[space][TAB]
>> gives the follwing abort :
>>      malloc: /Users/chet/src/bash/src/parse.y:5561: assertion botched
>>      free: called with unallocated block argument
>>      last command: ls
>>      Aborting...Abandon
>>
>> If /etc/bash_completion is suppressed, problem disapears.
>> My bash_completion is : 
>>      $Id: bash_completion,v 1.872 2006/03/01 16:20:18 ianmacd Exp $
>>
>> Repeat-By:
>>      ls[space] [TAB]
>> or 
>>      cd[space][TAB]
>> and several other commands.
> 
> My fault; I dropped a line from a submitted patch.  The attached
> patch corrects it for me; see if it works for you.

Had the same problem with bash 4.0 when using bash-completion, your
attached patch fixed it. Thanks.

Rainer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]