zsh-users
 help / color / mirror / code / Atom feed
From: Frank Terbeck <ft@bewatermyfriend.org>
To: Russell Harmon <eatnumber1@gmail.com>
Cc: "zsh-users\@zsh.org" <zsh-users@zsh.org>
Subject: Re: Segmentation Fault on Stack Overflow
Date: Sat, 04 Jan 2014 00:36:40 +0100	[thread overview]
Message-ID: <87d2k8y6wn.fsf@ft.bewatermyfriend.org> (raw)
In-Reply-To: <3540501074823477909@gmail297201516> (Russell Harmon's message of "Fri, 03 Jan 2014 23:03:32 +0000")

Russell Harmon wrote:
> Is this a known issue? If not, I'll put more effort into getting a stack
> trace.
>
> % zsh --version
> zsh 5.0.2 (x86_64-apple-darwin13.0)
> % function inf() { inf }; inf
> zsh: correct 'inf' to 'info' [nyae]? n
> zsh: correct 'inf' to 'info' [nyae]? n
> [1]    11650 segmentation fault  zsh

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

Regards, Frank


  reply	other threads:[~2014-01-04  0:00 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 [this message]
2014-01-04  1:16   ` Lawrence Velázquez
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=87d2k8y6wn.fsf@ft.bewatermyfriend.org \
    --to=ft@bewatermyfriend.org \
    --cc=eatnumber1@gmail.com \
    --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).