From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7478 invoked by alias); 27 Oct 2014 08:16:48 -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: 33554 Received: (qmail 13118 invoked from network); 27 Oct 2014 08:16:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) 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 autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bMZCRqFqCw3l+eN19tCukniIXDr0XBovRpdMQQi0k+4=; b=FUDh4Hfrrk67jGIQIxLaOMQRo47IzDQn84KtMnPsVzsByG4md6jakpBdLwOTyCuP6w P6JftEhRi75fJwtD4cof2SY5ngPOi5qIkQVD9FLjoNgX6K/jVaOuCEJqIri0zhoWaLoq Wp/J3MbD3QYYaDY/Glgvk0tk4Jt/j72zOu99M7qwr/HARMMdDHF/I1xkSC4/V6TCwxN1 KmwfL5xE1j1G/g40RgEEQcboHM7j0ACKb/8Exu0U86pzGxpAPogwq218vQSQK3JswWgr jwg9DNs1aFdAumd6uFuHbDOJRv72pCKEl6y9p9haWysRSxHBYMB7rlx65q7kxugvPIFT cUUQ== MIME-Version: 1.0 X-Received: by 10.107.165.19 with SMTP id o19mr2688580ioe.1.1414397791682; Mon, 27 Oct 2014 01:16:31 -0700 (PDT) In-Reply-To: <141026191818.ZM8256@torch.brasslantern.com> References: <20141027003854.GA25689@xvii.vinc17.org> <141026183105.ZM8141@torch.brasslantern.com> <141026191818.ZM8256@torch.brasslantern.com> Date: Mon, 27 Oct 2014 09:16:31 +0100 Message-ID: Subject: Re: Crash after interrupting tab-completion with Ctrl-\ From: Mikael Magnusson To: zsh workers Content-Type: text/plain; charset=UTF-8 On Mon, Oct 27, 2014 at 3:18 AM, Bart Schaefer wrote: > On Oct 26, 6:31pm, Bart Schaefer wrote: > } > } In fact even with a trap on QUIT in place, the stty quit character does > } not seem to do anything until an external process is in the foreground. > > zsetterm() disables the tty quit character, along with a bunch of others. > So if you were able to use it, you'd somehow gotten out of ZLE. Is it possible that you (Vincent) held down the QUIT key, and there was a race where the signal got sent to zsh before zle had a chance to disable the quit character? This sometimes happens to me when trying to break out of for loops that do a bit more than I intended and I end up killing zsh as well. -- Mikael Magnusson