-
Notifications
You must be signed in to change notification settings - Fork 229
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
Linux event loop hanging #1452
Comments
Hi @anastasiatimit, what version of Janet are you trying to run? Does trying the latest master fix the problem? There was a bug involving epoll that would sometimes miss connections that is only fixed on the latest master |
@bakpakin, yes, I tried master, but same issue persists |
In that case we need a repro for the bug. Not enough to go off of here yet. |
Possibly related might be this issue filed at the spork repository. |
@anastasiatimit Please check the latest master and see if this fixes your problem |
@bakpakin yes, such a great catch, can't reproduce the issue anymore, thank you! |
@anastasiatimit Great to hear things are working! May be the issue can be closed? |
Can't upgrade janet version due to stream or event error, not sure, no error is thrown, just app can't finish loading files.
The app is built on alpine linux.
After some testing, noticed that this is the first commit that made the application unresponsive, I think src/core/ev.c change started to change the behaviour, as building next commit and replacing this file from the working commit solved the issue in next commit.
Do you have any suggestion please what to do?
Thank you
The text was updated successfully, but these errors were encountered: