-
Notifications
You must be signed in to change notification settings - Fork 139
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
Instability #623
Labels
Comments
I tested on macOS and I also get the crash with the line commented and not without.
Just to make it easier, I've attached the script (with the suffix changed): bug.k.txt Running git bisect with this file, I got the following:
|
Got a similar result in Linux on kona
|
in k2.8
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There appears to be an instability. As far as I can tell it requires:
This seems to be a regression in that the behaviour was not present in interpreters up until early 2019. I am currently using windows only, I do not know if it exists on other platforms.
Example; bug.k:
produces output:
The 'after' is not displayed and buried in the windows event log is an unhelpful message about a crash.
Oddly, calling the inner function from global scope before it is called from function scope appears to prevent the crash. Presumably it is accidentally tidying a memory issue?
The text was updated successfully, but these errors were encountered: