From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8678 invoked by alias); 11 Aug 2015 14:39:09 -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: 36103 Received: (qmail 28101 invoked from network); 11 Aug 2015 14:39:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pfxxh15ST8ht1zikpF5pDhbRhxiCexCZDzeSqtWgUDU=; b=hToNPfFv5GfP1fa54D1HtsKrc6mGnpTI2pID2OvHsFTeTs7bph8zREHVb9qgCaUPJI XvdqMFj6ae7JYsgTKXUZoRhlGreayd31Hj6FT8GztCLNvCBF9bWAsllsizRUuD7BxdKI BkGOY2uUKcXtfihNVpSdKXeFdKMOrNOak6oPPg7peeXCn3pGkQdD7Wa+lJ2QzP2UcADb Nt+NSoKgLSN/JrVo+t2M1J4z2M4X6WU4Vo1LTujBhZ/63dcBx/fzBUD2NTtc+I1R9jrt Y5wSj3qy/qYXw+XxbLfcs6JbmBlCW1D5M2Z/nu7ctEAC655BcCKdjh+DdrAPE/UJbtsM QKPw== X-Received: by 10.202.90.5 with SMTP id o5mr23984959oib.79.1439303945970; Tue, 11 Aug 2015 07:39:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <150803085228.ZM24837@torch.brasslantern.com> <150803135818.ZM24977@torch.brasslantern.com> <150804235400.ZM9958@torch.brasslantern.com> <150805085258.ZM17673@torch.brasslantern.com> <150805115249.ZM7158@torch.brasslantern.com> <150805132014.ZM7746@torch.brasslantern.com> <150805220656.ZM18545@torch.brasslantern.com> <150806085451.ZM402@torch.brasslantern.com> <150806223906.ZM17762@torch.brasslantern.com> <150810123445.ZM1612@torch.brasslantern.com> <150810175343.ZM24452@torch.brasslantern.com> From: Mathias Fredriksson Date: Tue, 11 Aug 2015 17:38:26 +0300 Message-ID: Subject: Re: Deadlock when receiving kill-signal from child process To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Tue, Aug 11, 2015 at 3:17 PM, Mathias Fredriksson wrote: > Ah, that would explain why it happened again. Unfortunately, that > patch seems insufficient: Actually I had unsuccessfully applied the last patch here, really sorry about that! Doesn't change the fact that it still freezes (pretty identically) though: #0 0x00007fff8abfe72a in __sigsuspend () #1 0x000000010284a429 in signal_suspend () #2 0x0000000102821001 in zwaitjob () #3 0x0000000102820e4c in waitjobs () #4 0x000000010280240c in execpline () #5 0x000000010280177f in execlist () #6 0x00000001028289c8 in execif () #7 0x0000000102808552 in execcmd () #8 0x0000000102802061 in execpline () #9 0x00000001028014c4 in execlist () #10 0x00000001028289c8 in execif () #11 0x0000000102808552 in execcmd () #12 0x0000000102802061 in execpline () #13 0x00000001028014c4 in execlist () #14 0x00000001028012ea in execode () #15 0x0000000102805116 in runshfunc () #16 0x0000000102804b43 in doshfunc () #17 0x000000010280b045 in execshfunc () #18 0x0000000102808caf in execcmd () #19 0x0000000102802061 in execpline () #20 0x00000001028014c4 in execlist () #21 0x00000001028012ea in execode () #22 0x0000000102805116 in runshfunc () #23 0x0000000102804b43 in doshfunc () #24 0x0000000102858fd6 in callhookfunc () #25 0x000000010285924f in preprompt () #26 0x000000010281b02e in loop () #27 0x000000010281dfe7 in zsh_main () #28 0x00007fff8610c5c9 in start ()