From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26135 invoked by alias); 27 Feb 2017 14:00:53 -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: 40657 Received: (qmail 8752 invoked from network); 27 Feb 2017 14:00:53 -0000 X-Qmail-Scanner-Diagnostics: from kahlil.inlv.org 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(37.59.109.123):SA:0(-0.0/5.0):. Processed in 0.814001 secs); 27 Feb 2017 14:00:53 -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.0 required=5.0 tests=RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: martijn@inlv.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at inlv.org does not designate permitted sender hosts) Subject: Re: [BUG] Solaris-specific program flow corruption after subshell error exit To: Bart Schaefer , Zsh hackers list References: <5258197e-1903-b188-f033-fc424a271077@inlv.org> <170226122919.ZM4443@torch.brasslantern.com> <170226233951.ZM7244@torch.brasslantern.com> From: Martijn Dekker Message-ID: <04c2e247-04d1-2a3a-56c4-e5491ac170e1@inlv.org> Date: Mon, 27 Feb 2017 15:00:40 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <170226233951.ZM7244@torch.brasslantern.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Op 27-02-17 om 08:39 schreef Bart Schaefer: > The following is a hack and there should probably be another way to > handle this, but try the patch below to see if it fixes the issue? Indeed, that fixes it nicely. > And then maybe somebody else can chime in with the right thing to be > testing here. I'll await that with interest. - M.