From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19409 invoked by alias); 24 Jul 2015 02:34:04 -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: 35880 Received: (qmail 20731 invoked from network); 24 Jul 2015 02:34:01 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 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:cc:mime-version:content-type; bh=Om7XWPEASzraFu5Q9PZgayVLFwS5NzmOwRviK+I1DJM=; b=ATun65Ca90fV/7QzZ2VDG5L8Y3HJ3ebmnPmN+P40+tYb7oXjol/mov4xI9x0++RA2b uRRscY95GZW3QAKzgGqx1qs4F2AzJVmsRk0nJTwy2vsHDPDDHos48vXXmBsp9KjWoRbp tFQdkYCUAEVTWKG736cjzSIo3RRuGt1OWSnIQ2xKKD8hMyxqAmWjn5nxFSasQNNxMfhh n5Vx3J7Y1N7OErFKVOC3DdG8LB5zPZG8llcdK+ysBS5Ns5z1E5TWrpGrhslw49L4jZZb a46500+sDinplkAir9RBlZJrkkWi9hpMj2rP2R0W6uYM5+iE/hUYVX89Ld1+9WODFnVn /wjQ== X-Gm-Message-State: ALoCoQkSnODpHZdxbrOZOdRIlxzkEw+Ui4xD/SBzKu52YpCrMJaNz/xvtOrszwabfCYLA6VaecFa X-Received: by 10.202.129.70 with SMTP id c67mr12338719oid.42.1437705236341; Thu, 23 Jul 2015 19:33:56 -0700 (PDT) From: Bart Schaefer Message-Id: <150723193351.ZM16103@torch.brasslantern.com> Date: Thu, 23 Jul 2015 19:33:51 -0700 In-Reply-To: Comments: In reply to Bart Schaefer "Re: SEGV with alias\" (Jul 23, 3:18pm) References: <20150723215250.GG1847@tarsus.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh hackers list Subject: Re: SEGV with alias\ Cc: Kamil Dudka MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 23, 3:18pm, Bart Schaefer wrote: } Subject: Re: SEGV with alias\ } } On Thu, Jul 23, 2015 at 2:52 PM, Daniel Shahaf wrote: } > [CCing reporter of the recent ihungetc() issue] } > } > Typing may segfault if 'ls' is aliased. } } This looks like the same recursion issue that PWS tried to patch } recently. I think that's been pushed -- are you still reproducing } this with the latest source from git? To answer my own question: It doesn't crash any more, but with debug enabled it prints Warning: backing up wrong character. forever. Interruptible with ctl+c though.