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
If you build coreutils in debug mode (-g flag rather than -O2) running any command from it gives this error message on stderr:
program exited (with status: 0), but keepRuntimeAlive() is set (counter=0) due to an async operations, so halting execution but not exiting the runtime or preventing further async execution (you can use emscripten_force_exit, if you want to force a true shutdown)
The commands still seem to run OK, but this needs investigating as it may be important.
The text was updated successfully, but these errors were encountered:
If you build
coreutils
in debug mode (-g
flag rather than-O2
) running any command from it gives this error message on stderr:The commands still seem to run OK, but this needs investigating as it may be important.
The text was updated successfully, but these errors were encountered: