Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self call: self infinite recursion detection #683

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 4 comments
Closed

self call: self infinite recursion detection #683

GoogleCodeExporter opened this issue Mar 25, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

If you do

self call: self

then you run into an infinite recursion. While that's expected it would be 
really easy to detect and signal an exception instead of bringing down the 
image.

One customer had this issue.

Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 1:19

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 26 Aug 2011 at 12:44

  • Added labels: Sprint
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Fixed

Original comment by [email protected] on 27 Aug 2011 at 9:35

  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 28 Aug 2011 at 2:03

  • Changed state: Started
  • Added labels: Version-Seaside3.0
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 28 Aug 2011 at 2:10

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant