-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fork() and system(): Change errno value from EAGAIN to ENOSYS #14173
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
Conversation
This is more correct. Trying again will not help. Fixes: emscripten-core#14124
Thank you for submitting a pull request! If this is your first PR, make sure to add yourself to AUTHORS. |
Looks like you need to update the expectations for the test |
Apparently I can't see the test logs without making an account?? Let me see if I can find the relevant errno value somewhere else... |
It seems like this is still broken :-(. Unfortunately the test log links all redirect me to a login page. Maybe this will seem unreasonable, but I do not wish to create an account on a proprietary web service just to see some non-confidential CI logs for my public contribution to a public Free Software project. I would be happy to try to fix the problems if someone would c&p the logs for me or something. Sorry to be awkward. |
I don't think are you are supposed to need an account to look at the logs in circleci.. I guess maybe its a bug at their end. In any case:
|
Thanks! Fixed this one too I think. I hope this doesn't end up being too whack-a-mole. I did grep for |
Browser error:
Sorry about this annoyance with CircleCI, we reported it and they said it's a bug they intend to fix, but it's been many months now without resolution 😞 |
And again. I grepped |
Looks good! How about adding a changelog entry for this? It's a breaking change in theory for some users. |
Loos good! BTW, your email looks very familiar to me. I think we maybe met one time back in the late nineties or early 2000s when I was living in england and involved with debian more (or maybe I just remember you name from the debian listserv). Certainly your domain name brought back memories. Thanks for the contribution to emscripten. Its exciting to see a familiar name. Can I ask what you are using emscripten for? |
Hi again :-).
Well, right now, nothing :-). Rust targets emscripten and I saw this EAGAIN in some CI output there, and I thought it was wrong. I like to fix things that seem wrong. But I do know that my friend Simon Tatham is using emscripten to provide the playable-online versions of his Portable Puzzle Collection |
This is more correct. Trying again will not help.
Fixes: #14124