Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- X-seq: zsh-workers 43643
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Mon, 8 Oct 2018 10:14:09 -0700
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qrawtkFQ0lp0AwOFSrQToEdN9/rozJxwiM4NJuFBHw0=; b=vALbHWP6vZoWblo74zQ2j1001D7uRneJMYEaFLpYzH/1PITSOmr6ic8gMGrxmbocef AS9b84CEs1Qg5daIE6UMQeq3dRa9auSXdaGkUr+I87Ash8vmMACoYAIV4bPP8Unc82F5 Th1hvQ7u9DOYJdGfZkM1ob6nl66Pw9+ONBlID59PZCzpvAgpICw29qVu7m3rL/KrRdEB 1iQVK2O+PxA+T3wxGBQUn/nEcN70F/F3zC9OJmQHlbiy/sVbnUxTeuarvEJIERuDuxxb y8/wfnbdRHWfJLDMC3u9WwAjzobOQHG7JuATnqZgWhi4lJqgV4dF/+Nf0UcAArFWM825 lOmg==
- In-reply-to: <1539017933.1412806.1534816128.38CEBA8F@webmail.messagingengine.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180924210550.carijwjibarjivu4@chaz.gmail.com> <CGME20181007133632epcas5p43a3b4c7f0fe1863478748c5cf46ce8ef@epcas5p4.samsung.com> <20181007133545.zzkrbc3ed6shnk3e@chaz.gmail.com> <20181008090557eucas1p11f18ef9ca4a6e3cc09fd59242f344f96~bltk3bsqO1947719477eucas1p1q@eucas1p1.samsung.com> <CACeGjnUhNqca7jLAR0KKSxobzDd+xXdAe4BeUeRpxu2CTp_zkA@mail.gmail.com> <20181008141056eucas1p2a9a49ec055d2760e87c17832af9f6591~bp33g9vlR0328803288eucas1p2G@eucas1p2.samsung.com> <1539008917.1366329.1534632080.5313528C@webmail.messagingengine.com> <20181008152406eucas1p1660f190ddb4bcd4c0131c4c84492a9f2~bq3vkNlyg2997729977eucas1p1I@eucas1p1.samsung.com> <20181008154932.dvc5q46ylb66j2mm@tarpaulin.shahaf.local2> <20181008164357eucas1p28f2fd7942bffedcc4e769b2ad5d35c51~br9daEJcB1834618346eucas1p2w@eucas1p2.samsung.com> <1539017933.1412806.1534816128.38CEBA8F@webmail.messagingengine.com>
On Mon, Oct 8, 2018 at 9:59 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> So the lex.c error may be an independent issue. The link to the typeset
> change is probably the failure address, 0x3A, which is the hex value of
> the ASCII colon character, which is the joinchar of $MANPATH.
This suggests that something is building $manpath by making a list of
pointers into the string for $MANPATH, and then trying to free those
pointers [possible via freearray()] when unsetting $manpath, or
something like that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author