Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.3.1 crashes on completion
- X-seq: zsh-workers 41100
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx, ChenYao <chenyao@xxxxxxxxxxx>
- Subject: Re: zsh 5.3.1 crashes on completion
- Date: Fri, 12 May 2017 16:16:03 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=Ybz9EmQHxeJf/B6vw8 yHZU6izqOWOR01qAh/VS6gZfY=; b=QuVUcHxzcddCHBuzYCDpYmzslIkMqS/dha 0awQkqGXcLyx4nVINDryyZRQUriaAY51nK7PTFSAp9YDDavtkKwYq8AhqelKmfP7 PUxvxm87014L8ur1adqFFYie4Jeuctw9SVoCWX0dmQLXwm/+y671ghnOHSJWaIOX hM0SD3i8n9HaY/JmGQjXio07U9BqD3GpwmsaS0GpDzVj9fKRcEzT5xxjAg7qfkHP TzZoNu9CAYV7uhPJxencRVgyzH3BcrfHQbey2cLKfrCRLQFi7fSmZk081LzxoOH0 0mo9svRBxTudkYf5JfhoKSVXo01mn0PCQvEyeewNc3VHeokjC4dA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=Ybz9EmQHxeJf/B6vw8 yHZU6izqOWOR01qAh/VS6gZfY=; b=b1Bj7dwhDLM8HdwMpyj4k7SZ8upztQ0KUB ihD4SBmWIBo+gFXlU/Xe7K7wPvKz1RhbbjAg66oLPG86xqquUx6entYPohFiinO1 Qp9S+z3Sdz4gSuC+v2zrsx/10gxdsoakNa+ELfRyzdq6Lpu409GoPftDCtf3/Ddn iJOAfWZhnqEGteulPEsmagrkntHi/3dzLA45OWdeE95bbp9gVbw7zbXj5tygac8e gKYsxxa7yBTru+oUx8Hj8j6asAoT8AUle917YkIM8U1vNrsU+sXZg1wy7mGZNmbA JJsE7VZO4/cYyUz1vmCnr0ogK0WfGE5dpqEnd7fKoZq3XBiRn3ow==
- In-reply-to: <170511141903.ZM13639@torch.brasslantern.com>
- 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: <E2298111-0CDA-429D-B3E8-7B8CE06CD974@remrain.com> <170511141903.ZM13639@torch.brasslantern.com>
Bart Schaefer wrote on Thu, May 11, 2017 at 14:19:03 -0700:
> On May 11, 10:35am, ChenYao wrote:
> }
> } It seems that zsh is attempting to double free memory when
> } autocompleting `fc` or `r`. And it causes zsh crash.
>
> I'm NOT able to reproduce this from "zsh -f" with the most recent git
> checkout.
>
> Completing after an expression in backticks
I parsed ChenYao's backticks as quotation marks, so I thought he was
talking about completion either at
LBUFFER="r" RBUFFER=""
or at
LBUFFER="r " RBUFFER=""
.
ChenYao: can you show us the exact partial command that has been entered
when you invoke completion and provoke the crash? Best show it on
a line by itself so there is no ambiguity. Thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author