Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh history bug ?
- X-seq: zsh-workers 33953
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Bernhard Tittelbach <xro@xxxxxxxxxxx>
- Subject: Re: zsh history bug ?
- Date: Fri, 12 Dec 2014 11:01:10 +0100
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, "zsh-workers@xxxxxxx >> Zsh hackers list" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CkdkTu03J7H5LRVsCkHZjKVl06C+5+278U2m0d3f+dM=; b=CQjYJilbD2qVKzb/nxV2KDv4Kzk2hR80cMIEup3LPM5Rsyg7EUaTvtWR5XSc8XO3GL k6TOGtjN7Dj2kiMsE8vVIE/LPTKnPOpYXvpH+ax2QeeklqOjOK8Ig1ZODMODE9sHuyEe usjhhLMF33HPk4IYEC/q325WGbpc4/4TiKqSEWZx54KmBTdjkxa/0BuIQLgX/ZKFRKzJ lPhR/sb3ClXJL9h+C3oG5YcolD5JtT2cHJq6KD7ro8r0ckbJ40RYBGFaCVLmDEXY7iVb Mt2mO2zH+UHqWX2dkDnUVpVg+/KCYIOZjYfIxYbTWnIQW541MghL/UYLdC/D8v3+/lDa CIww==
- In-reply-to: <548AB9F4.9080608@realraum.at>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <m3bmar$dl3$1@ger.gmane.org> <CAH+w=7YbSbKYrpH_Q2XXjTQK7wEvw5YQvOJGF_4kMeEnL9u97Q@mail.gmail.com> <54655C0F.8020308@realraum.at> <CAHYJk3TLWLqNbA+A2V4Q47pX+FNjfnEeSzXYuVSDys3PCzhhBw@mail.gmail.com> <5487D8CD.6080603@realraum.at> <141210091937.ZM11958@torch.brasslantern.com> <548AB9F4.9080608@realraum.at>
On Fri, Dec 12, 2014 at 10:48 AM, Bernhard Tittelbach <xro@xxxxxxxxxxx> wrote:
> Am 2014-12-10 um 18:19 schrieb Bart Schaefer:
>> On Dec 10, 6:23am, Bernhard Tittelbach wrote:
>>
>> I'm not able to reproduce this on MacOS (the platform where the bug
>> originally was reported, IIRC).
>>
>> Here was the patch:
>>
>> 2013-09-26 Barton E. Schaefer <schaefer@xxxxxxx>
>>
>> * 31770: Src/hist.c: memmove() instead of memcpy() for overlapping
>> regions.
>>
>> I've re-checked Src/hist.c and there are no other cases where memcpy() is
>> being used except with a newly-allocated buffer as the destination (so, no
>> overlapping regions).
>>
>> } >> When I previously encountered the bug, I believe only the lookup from
>> } >> history was garbled, i.e. the contents of .zsh_history were fine.
>> } >> I'll have to confirm this on a different system though.
>>
>> Are you sharing history via a network-mounted home directory from
>> multiple hosts?
> The home directories are on local drives only.
> I don't share history between computers at all.
>>[...]
> Originally, on the x86_64 machine, I was running zsh 5.0.3 from the
> Ubuntu Package,
> but per your suggestion I compiled 5.0.7 from source last month. The bug
> persisted until
> Mikael suggested setting "nohistreduceblanks" i.e. disabling
> "histreduceblanks"
>
> Since then I've not encountered the bug anymore or at least the bug has
> become so seldom
> I've not encountered it yet again within the last month. Previously It
> appeared about once in a day of work on the shell.
Are you totally sure there were no more 5.0.3 instances running at
that time? Or are you saying it works with histreduceblanks enabled
again?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author