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

Error running coreutils command compiled using debug mode #16

Open
ianthomas23 opened this issue Jul 15, 2024 · 0 comments
Open

Error running coreutils command compiled using debug mode #16

ianthomas23 opened this issue Jul 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ianthomas23
Copy link
Member

ianthomas23 commented Jul 15, 2024

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.

@ianthomas23 ianthomas23 added the bug Something isn't working label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant