From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10747 invoked by alias); 27 Sep 2016 16:09:51 -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: 39465 Received: (qmail 11473 invoked from network); 27 Sep 2016 16:09:51 -0000 X-Qmail-Scanner-Diagnostics: from mail-pa0-f45.google.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(209.85.220.45):SA:0(0.0/5.0):. Processed in 0.723875 secs); 27 Sep 2016 16:09:51 -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=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=LALKYhZ6yGpGEgIbFmf8aNOESVpcYmxLSnmoSYVfafA=; b=vdI172X3JQa2EMCknNcJzHoQBUV5dhkwrDO7kHMuva5Lu7TdBNodXdK1FH3J0OQCNT p3+4hjUfm0+aHU9+M6bUPQvfFs1RfjHRJWeTNcEqguEHemgBr81MNJp+JRq0V3/3vydj qx3ZhwXDgHNLZPllSXlKSZgNuU+YHrpq2n7BOYMaa8039ZI4i5PLUK/yW/eK9UPq3ycI aSWtNY4Dnm9uKs8QBmAzj/ua7gdtJZ/dX4gXlMvmAuSnha0aw+DMMig55OcJ9t2NVezK pyg+KdFNTMMEc5yvH9JS4e+xoDbLQXyHLjaqxE62OMQxmdaPvojJ+Sd8kpYrXR9KSUoK m/rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=LALKYhZ6yGpGEgIbFmf8aNOESVpcYmxLSnmoSYVfafA=; b=OnmYrtkttWXChnTChiZE45Me41EVJ7R+HHPX+rDHE0LGJE3axxSfJz/KVDBdf6XIQS Ga6liT9g4kY8V6XpKNv7Tr957ld/ldQiP6JK0eLM/47uCBPO9uHai7kGOVqscKyKvI3N JhH7NKE3LsrOn/TnB/r663iGBjnPz90CedqBT2tyQ8H+JH9ZjLMBrvPGiTmHYv8THc19 SGmj9GQpJ0DeAaoC+zadc0Be+cn2WBvpPB/7xN6JcAVWZXyAgJZLPpfwinHcCP1Ac+Ae +4MLjuoEu3W5NLZtGmxlB4WVq5x8IznKoT58TT9jhxhHzf4nkjJlcnvgRGxCpNxa3mME 9Mlg== X-Gm-Message-State: AE9vXwPpYgOOGY91hui7UdEJJ1r3lIpkuw6L2DNGDOj47NAO0ZD4HEGZ8GMI99hTqO3+Yw== X-Received: by 10.66.149.166 with SMTP id ub6mr49167861pab.137.1474992583699; Tue, 27 Sep 2016 09:09:43 -0700 (PDT) From: Bart Schaefer Message-Id: <160927090957.ZM12910@torch.brasslantern.com> Date: Tue, 27 Sep 2016 09:09:57 -0700 In-Reply-To: Comments: In reply to Sebastian Gniazdowski "Re: Where to start debugging zle recursive-edit? / Ctrl-C" (Sep 27, 12:16am) References: <160924133140.ZM29034@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh hackers list Subject: Re: Where to start debugging zle recursive-edit? / Ctrl-C MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 27, 12:16am, Sebastian Gniazdowski wrote: } } have unoptimized HEAD Zsh, coredumps are set up, added some stressing If you're not seeing the problem under these circumstances, then it's probably a race condition that's eliminated either by taking out the code optimization or by adding the other processing. Try first to reproduce with the minimum differences from when you were seeing it before, i.e., just debugging symbols and core dumps enabled, before you start throwing in theoretical stressors.