From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id beca9095 for ; Tue, 30 Jul 2019 20:59:19 +0000 (UTC) Received: (qmail 17688 invoked by alias); 30 Jul 2019 18:28:39 -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: List-Unsubscribe: X-Seq: 44600 Received: (qmail 7418 invoked by uid 1010); 30 Jul 2019 18:28:39 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf1-f47.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25524. spamassassin: 3.4.2. Clear:RC:0(209.85.167.47):SA:0(-1.9/5.0):. Processed in 0.814271 secs); 30 Jul 2019 18:28:39 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.167.47 as permitted sender) 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=fbUB0fzMrNLckmQ1M5/421FkzdRJ1H2GP1lD9uEuw0k=; b=PhQxM4r1xzAiSsiCiSFkEXvza+psE35OTo4KoaCZR79IECot/1R+Yv7H1Nyqds6CuV WVeL6JYY3/8x88ezRC+GyCv5UThAFWa0E4/WohwfZCv78IsUm201ovB+1gbs/qXnqRgZ BQ6Oy0X92p9DCWe+EZgUpo5J4q/OPILgNTEydoPjErZPwTBT+yoeEWeM6D9BolwYcmkN MztJBuyTi8lEDyC+s2icLtP1Zp584v8wb/EwLFK3Jj/xcYTQkCe0FSzEfM536bnWnYfl hsfIom3bN0/JwYe9vJz3g8YV+WEaiImOLHN1M4bL1Ngp4Nq46wx2f+iHgPMSQDcvIpil PSFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fbUB0fzMrNLckmQ1M5/421FkzdRJ1H2GP1lD9uEuw0k=; b=O2CihuefUfubCgkYufYsl0BXSKEJ1b9dl3tCvPaNkjlx1UrBw0E6JI/lgN+L+rkscT pCUa+qvebSaX9qztFyex5STXvQQibyL6W53OJRr2+MQDRCKh594Rj8oG9yfkxIq9GuXG YCSjr1s/1zR0akUAsEgorDF9B5+h1S21rnZ7nvGhS9ieGLy1UumSMrgIXVX2l4thqIlz NZoahiyoHpnhksbXr69qBemdx/MlRBS0o4S1U0cvHGmGSbVriEQLi2IhmtUSfx3Rw90A 1Niaz8g/La23MpXR4q6o2/J7NdZ60sBOLLfHQrvx6Nld7jCdIJv2f3EAfkKrEYguThBE 793A== X-Gm-Message-State: APjAAAVAb+YpZ4bw7WPO+40T9hB5KK0VSjzrUiSr1yxIYYoG/az7eMRg ezzvP7nQz49URbSjJiBMXzuUe7H3IWGInOpUXXw= X-Google-Smtp-Source: APXvYqxqce45Smc+m1QXLA4fx3BHAvrLD+NPJ27MsMnAX8SUlwX1/TI9xwHIg4lYrsizPGWMKrweKGZzPqBsJ47C7xk= X-Received: by 2002:a19:7401:: with SMTP id v1mr54862667lfe.155.1564511284596; Tue, 30 Jul 2019 11:28:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bart Schaefer Date: Tue, 30 Jul 2019 11:27:53 -0700 Message-ID: Subject: =?UTF-8?Q?Re=3A_A_serious_bug_in_execution_=E2=80=93_where_to_debug=3F?= To: Sebastian Gniazdowski Cc: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On Tue, Jul 30, 2019 at 10:01 AM Sebastian Gniazdowski wrote: > > If I remove the conditional from its third line, i.e. change the line > to: > > ZPLG_REPORTS[_dtrace/_dtrace]+="$2"$'\n' > > then the problem disappears. If you change the [[ ... ]] && ... to an if/then, does the behavior change? If you add a "return" or "return $?" at the end of the function, does it change?