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

system() hangs the interpreter #2

Open
max99x opened this issue Sep 21, 2011 · 0 comments
Open

system() hangs the interpreter #2

max99x opened this issue Sep 21, 2011 · 0 comments

Comments

@max99x
Copy link
Contributor

max99x commented Sep 21, 2011

Currently calling system() hangs the interpreter. This is likely due to it trying to wait in a busy loop for a process that hasn't started (no processes in JS). The fix will probably involve tinkering with the C code rather than Emscripten, but shouldn't be too hard once the exact problematic loop is found.

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

1 participant