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

[linux] Running an infinit loop crashes Aporia #52

Closed
jsseb opened this issue Aug 2, 2014 · 1 comment
Closed

[linux] Running an infinit loop crashes Aporia #52

jsseb opened this issue Aug 2, 2014 · 1 comment

Comments

@jsseb
Copy link

jsseb commented Aug 2, 2014

Making a simple infinite loop and trying to stop it through 'Terminate current process' crashes the program. The loop is still running in the background and you have to kill it manually.

Loop example:

while True:
var i = 0

Other more elaborate loops also crash the program.

@simonkrauter
Copy link
Contributor

Solved by nim-lang/Nim#1558.

Issue can be closed.

@jsseb jsseb closed this as completed Apr 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants