You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: