-
application is a HTTP/3 server, pseudocode here:
1. the coredump:
assert failed while reading control stream. 2. some related variables:
we can see the problem, buffer is not enough: 3. the orresponding source code:
assert(len > 0) failed here, some possibilities:
need some guidance to figure out the problem, thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
nghttp3 version? |
Beta Was this translation helpful? Give feedback.
-
This suggests you are still using v1.8.0. |
Beta Was this translation helpful? Give feedback.
after upgrade to v1.10.1, the crash disappeared,seems to be fixed by this commit ba42bd2