-
Notifications
You must be signed in to change notification settings - Fork 552
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
uvloop crashed and core dumped #41
Comments
Could you please tell how to run your proxy without docker? I.e. should I just clone the repo and run some script? How to enable uvloop in it? |
I've just committed a small change - 2b060e1 - please check if it fixes the problem. |
to run it without docker:
I'm cloning and building uvloop from git now. Will post the results again after finish. |
unfortunately, it still crashed with the same error messages. |
Thanks! And what should I do to crash it? |
OK, I got it. Once I set up Firefox to use it, it crashed almost instantly. |
Should be fixed by 7b0b195. Will issue a new release soon. |
Please try uvloop |
Yeah! my proxy work pretty well with v0.4.34. Thank you. |
Thanks! See also #37 (comment). |
Sorry to bump an ancient thread. I just noticed an almost identical error in our application (running in k8s but that's probably not relevant) The exact error has a slightly different line version than in OP (but it's 7 years later so 🤷 )
I just see 1 occurrence of it from 2 weeks back, all other k8s pods have been running fine. So there doesn't seem to be a permanent problem, but I'll just leave some breadcrumbs here. Software versions:
Not sure if any of the other python package versions matter, but just in case:
Output of several commands ran from the k8s pod, i.e. about the host OS:
|
I just rebuild my wormhole proxy docker image today (Dockerfile). After I use it for a few minutes, it crashed and show error messages like these (randomly on each time it crashed).
or
or
I also tried to build it on Alpine Linux image (Dockerfile) the result is also the same.
BTW, I have no problem with the previous image that was built around 2 weeks ago, the uvloop version on that image was 0.4.30.
The text was updated successfully, but these errors were encountered: