zsh-users
 help / color / mirror / code / Atom feed
From: "Lawrence Velázquez" <larryv@macports.org>
To: Frank Terbeck <ft@bewatermyfriend.org>
Cc: Russell Harmon <eatnumber1@gmail.com>, zsh-users@zsh.org
Subject: Re: Segmentation Fault on Stack Overflow
Date: Fri, 3 Jan 2014 20:16:12 -0500	[thread overview]
Message-ID: <AF114D5A-7797-4E3F-A34A-A03A0B7E9167@macports.org> (raw)
In-Reply-To: <87d2k8y6wn.fsf@ft.bewatermyfriend.org>

On Jan 3, 2014, at 6:36 PM, Frank Terbeck <ft@bewatermyfriend.org> wrote:

> This is caused by infinite recursion. More recent versions of the shell
> will react more reasonably:
> 
> zsh% function inf() { inf }; inf
> inf: maximum nested function level reached

What version are you using? I'm seeing the segfault with the latest release.

    % zsh --version
    zsh 5.0.4 (x86_64-apple-darwin13.0.2)
    % zsh -c 'function inf() { inf }; inf'
    zsh: segmentation fault  zsh -c 'function inf() { inf }; inf'
    %

vq


  reply	other threads:[~2014-01-04  1:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-03 23:03 Russell Harmon
2014-01-03 23:36 ` Frank Terbeck
2014-01-04  1:16   ` Lawrence Velázquez [this message]
2014-01-04  1:46     ` Frank Terbeck
2014-01-05 17:58       ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AF114D5A-7797-4E3F-A34A-A03A0B7E9167@macports.org \
    --to=larryv@macports.org \
    --cc=eatnumber1@gmail.com \
    --cc=ft@bewatermyfriend.org \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).