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 43639
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Mon, 8 Oct 2018 17:43:55 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20181008164358euoutp02781b012fc8aa2b0f571156c790268233~br9e6Q75A1769217692euoutp02x
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1539017038; bh=K7Rnt8Ts23JfC62/BHdNe/JXnrHGrBkTlGtsLgxkomk=; h=Subject:From:To:Date:In-Reply-To:References:From; b=kvl1KhdroK7Kmx4AwcsC/ngSn1H5+xNIFXoP1zDuL0L0iLKCCWKVQ36ZKhL/gzU+O FgT+FfRfbucCvoFR3q0TmDtMmSClsxH/dxwQK6U4LL3SWUg18q/UD5ALYHgJ1lba4j OEl1M9bn4O9P+uzRyFfFzbK8hSblVEyttwIAJURw=
- In-reply-to: <20181008154932.dvc5q46ylb66j2mm@tarpaulin.shahaf.local2>
- 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>
On Mon, 2018-10-08 at 15:49 +0000, Daniel Shahaf wrote:
> Peter Stephenson wrote on Mon, Oct 08, 2018 at 16:24:04 +0100:
> > There's a reasonable chance valgrind may help with the 139 status. I
> > didn't get any hints from adding it to the combined V10 / B02 test,
> > however.
> I did. If someone wants to look into it (not necessarly Peter), be my
> guest.
>
> ==25895== Invalid read of size 8
> ==25895== at 0x4823AE: zshlex (lex.c:280)
> ==25895== by 0x4ACBC0: parse_event (parse.c:581)
> ==25895== by 0x47109D: loop (init.c:146)
> ==25895== by 0x47659B: zsh_main (init.c:1757)
> ==25895== by 0x420201: main (main.c:93)
> ==25895== Address 0x3a is not stack'd, malloc'd or (recently) free'd
If your lex.c is like mine, I don't think this is telling us anything
directly relevant --- presumably the damage has been done. That's
dereferencing the list of here documents previously built up, which is
nothing to do with the change.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author