From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12194 invoked from network); 24 Jul 2008 14:52:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Jul 2008 14:52:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 19587 invoked from network); 24 Jul 2008 14:52:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Jul 2008 14:52:49 -0000 Received: (qmail 21007 invoked by alias); 24 Jul 2008 14:52:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25335 Received: (qmail 20995 invoked from network); 24 Jul 2008 14:52:46 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 24 Jul 2008 14:52:46 -0000 Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8B33480561C5 for ; Thu, 24 Jul 2008 16:52:43 +0200 (CEST) Received: by yw-out-2324.google.com with SMTP id 5so1114608ywb.81 for ; Thu, 24 Jul 2008 07:52:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=k+1+Lhox1RyFjJOAI75lbbfU3zvFB08nESs9VLmBmuk=; b=k1PBAzYh1pcaZyuHtMxBMiNw079b92xO//Wknc+KfpPyHcRdfTFuNMpGLyV6C0HavG MN35g2Q23PI9l656drMDDqmMtXBnAgn6bDzgXpnlZdB8QbUhTO4QW9939o113iCqsvu2 yj/AHLgQJruwrOlQKy+cVxRgkhSl1+ywUKbfw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=srq5NkNBgbdeJ6LBORuT7KMFjzsMlLWM4AYqr04mG9ZS+w/7ZSDI6vv7U51ufRGB0y BA01YEnCF+Gump9EWIMwVe7RUOdgRa5L/dR9T+uGyFFKEdj//awxI/858NZaz/+BgeP2 yzdn9Zz8Dqpu+7HDiPpbwfSzDs0CPS5EKnwOs= Received: by 10.114.14.3 with SMTP id 3mr490615wan.135.1216911159797; Thu, 24 Jul 2008 07:52:39 -0700 (PDT) Received: by 10.150.198.16 with HTTP; Thu, 24 Jul 2008 07:52:39 -0700 (PDT) Message-ID: <2d460de70807240752ge3b0a5qbfa640585c101c35@mail.gmail.com> Date: Thu, 24 Jul 2008 16:52:39 +0200 From: "Richard Hartmann" To: "Zsh hackers list" Subject: Bug(?) in builtin r MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.92.1/7813/Thu Jul 24 16:18:08 2008 on bifrost X-Virus-Status: Clean Hi all, I am sure most of you are aware of this, but it has always ailed me and should probably be changed. If you have 100 commands on your stack and call r 101 it will recurse endlessly or as long as the box allows it to do until killing it. Unless there are useful aspects to this behaviour, it is basically a nice way to kill your shell. Thoughts? Richard