From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22746 invoked by alias); 27 Oct 2014 14:32:18 -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: 33558 Received: (qmail 24805 invoked from network); 27 Oct 2014 14:32:15 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Date: Mon, 27 Oct 2014 15:32:08 +0100 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: Re: Crash after interrupting tab-completion with Ctrl-\ Message-ID: <20141027143208.GA22450@xvii.vinc17.org> Mail-Followup-To: zsh-workers@zsh.org References: <20141027003854.GA25689@xvii.vinc17.org> <141026183105.ZM8141@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <141026183105.ZM8141@torch.brasslantern.com> X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.23-6365-vl-r59709 (2014-09-07) On 2014-10-26 18:31:05 -0700, Bart Schaefer wrote: > Can you check whether $^fpath/_call_program(N[1]) seems to contain the > patch from workers/33403 ? Yes, it does: [...] if (( ${debug_fd:--1} > 2 )) || [[ ! -t 2 ]] then exec {err_fd}>&2 # debug_fd is saved stderr, 2 is trace or redirect else exec {err_fd}>/dev/null fi [...] -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)