From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10672 invoked by alias); 22 Nov 2010 15:39:29 -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: 28431 Received: (qmail 22692 invoked from network); 22 Nov 2010 15:39:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <101122073902.ZM13038@torch.brasslantern.com> Date: Mon, 22 Nov 2010 07:39:00 -0800 In-reply-to: <20101122144943.GA1727@prunille.vinc17.org> Comments: In reply to Vincent Lefevre "zsh froze under Mac OS X" (Nov 22, 3:49pm) References: <20101122144943.GA1727@prunille.vinc17.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: zsh froze under Mac OS X MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 22, 3:49pm, Vincent Lefevre wrote: } } Call graph: } 993 zexit } 993 sourcehome } 993 source } 993 loop This indicates that it's reading your .zlogout file. Anything there that could account for the behavior? This ... } 2 exalias } 1 exalias } 1 gethashnode } 1 gethashnode ... makes me suspect you've got a recursively-expanding alias involved, but that's much less certain than that it's .zlogout related. --