From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19849 invoked by alias); 23 Jul 2015 22:18:50 -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: 35877 Received: (qmail 17126 invoked from network); 23 Jul 2015 22:18:49 -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_H3,RCVD_IN_MSPIKE_WL 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=RV+Qm9ZBtV5LUE5C2iC0KmLSXFBHntF3khUy0AhVZ2w=; b=kr9EIi68xyoSnuB8ChfmR2uE6I62ps35DNwPmKnSEXz4HhxDFjZ20rX13gH+DuqbDr cmZlm1fIdrbfPzrBqH4sV4y2IHHBNMLy6WE83tSIrutnjUTmiKAQiOxjK9X+Y7+QNp3h ZzyNIvnbXgMBffVinR40jJGL9ZHWPum/F9sHvvWbWG3FPyvEvDPdwpOYbiAgI65BaTfH RBMoh0lyd/YqBB+CaF54NT7FatowGk50BeerLY0r4BZUR8xEkBbGfA5aMt7Sdmbp9jHT hR0tk8RbbePVCcP9s4CUUpsSXluDo21bLWglO6BWUDdjrKEeNlhKLPUp37yk+J5vcARt HfCg== X-Gm-Message-State: ALoCoQmK9QpSTEfjF0kviGhAcMPBUiBkVrssP8q4fkxzk7KhMhd2auUwNDAUThG9DUehcqtEUb2R MIME-Version: 1.0 X-Received: by 10.194.87.102 with SMTP id w6mr19402070wjz.111.1437689924377; Thu, 23 Jul 2015 15:18:44 -0700 (PDT) In-Reply-To: <20150723215250.GG1847@tarsus.local2> References: <20150723215250.GG1847@tarsus.local2> Date: Thu, 23 Jul 2015 15:18:44 -0700 Message-ID: Subject: Re: SEGV with alias\ From: Bart Schaefer To: Zsh hackers list Cc: Kamil Dudka Content-Type: text/plain; charset=UTF-8 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?