-
Notifications
You must be signed in to change notification settings - Fork 550
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
long running process crashed here #693
Comments
I suspect that the use of conn after the request has ended is causing this problem. |
What is the HTTP2 version or commit? If you don't use the latest version, you can upgrade to the latest commit and then have a try. Also please provide how you use it and provide reproduce code. |
irrespective of how it's used, it should not crash actually. i think @li-jin-gou is right, given the error message generated, there's no way i can reproduce this because it's running in production environment and only live traffic can generate this error there are 2 possibilities that i can think of
new error!!!
|
cc @Duslia |
It's hard to debug if it cannot reproduce. You can first update http2 to the latest commit and watch it for a while. If it produce again, you can construct a minimal reproduced demo based on your biz logic. Usually it's with high concurrency or some handler or connection error. I'll try to find the bug using the stack |
Do you use |
Hello, this issue was caused by goroutine calling the write interface after the connection was closed. Today, we reviewed the exposed interfaces and found that the problem may be caused by your call to |
Hello. If you are using it in production environment, could you pls register here? |
@Duslia i will after this issue is fixed because now it's crashable. |
@kolinfluence Could you register now? We can set up a Lark group to support. |
@kolinfluence Hi~ Please let me know if you have hertz in your production environment🤗 |
Describe the bug
long running process crashed
To Reproduce
Expected behavior
pls check the code
Hertz version:
0.6.0
The text was updated successfully, but these errors were encountered: