From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10136 invoked by alias); 27 Feb 2017 09:42:01 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 40655 Received: (qmail 11579 invoked from network); 27 Feb 2017 09:42:01 -0000 X-Qmail-Scanner-Diagnostics: from new1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.221):SA:0(-0.4/5.0):. Processed in 1.456415 secs); 27 Feb 2017 09:42:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: psprint3@fastmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.221 as permitted sender) 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= X-ME-Sender: Message-Id: <1488188512.996718.893937368.139819AB@webmail.messagingengine.com> From: Sebastian Gniazdowski To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-715c2c0c Subject: Re: workers/40626 (commit 6c476c22) causes multiple test failures Date: Mon, 27 Feb 2017 01:41:52 -0800 On 26 February 2017 at 20:42, Bart Schaefer 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@fastmail.com