Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: workers/40626 (commit 6c476c22) causes multiple test failures
- X-seq: zsh-workers 40655
- From: Sebastian Gniazdowski <psprint3@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: workers/40626 (commit 6c476c22) causes multiple test failures
- Date: Mon, 27 Feb 2017 01:41:52 -0800
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=m9ElSTxBaziQ6KoV4wlkvsprW/U=; b=2ZUXnKql1g7M5eo+NqVrr gFg94BlHnQgpArPVcQbl7s3AVjzzOEKBwQGNIaozTWz4CH/Esx2NzSUfJxttrp4S iaQUuSZ3ReTvyVcgTcrGY12Vla0iprbpFFGLEZkjVZ8rGG4QsLpKBJp+vntnhqCe vt5h9c6JQIvZeFh2JzkohU=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=m9ElSTxBaziQ6KoV4wlkvsprW /U=; b=ITm5Htrw1m69YfKVVYC379s+BdWGHRzh3Vr6c2owyMibCqggGlXg4Abfh 1p/m2FLRsj7d092qfUdONjylUVPNOgURft03TuGYtEKN4yemtuV1srR0a7BOKZ7H KB5xNCq1pfjqbK2lvwnzLtPoLDWuebYTVqDfIW9Q67X0TH7mXs=
- 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
On 26 February 2017 at 20:42, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
wrote:
> I suspect this is what comes of some attempt to optimize assignments.
It's impossible, hashes weren't optimized. BTW options+=( ), etc.
still segfaults. Added:
fprintf( stderr, "Pointer of old: %p, pointer of new: %p\n",
pm->u.hash, ht );
fflush( stderr );
to setpmoptions(). Don't know how to obtain the same pointer of which
you mention, but you can revert to 5.1.1, apply your patch to which I
reply, and see it will be still the same. Any problem is impossible
because hashes weren't optimized, and optimizations are guarded by:
v->pm->gsu.a->setfn == arrsetfn.
--
Sebastian Gniazdowski
psprint3@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author