5.8 series definitely does not have nghttp2 module. Maybe you used the git master branch.
However, the coredump backtrace you attached two comments above points to:
```
0x00007fffef76f21f in ksr_nghttp2_send_reply (msg=0x1, rcode=0x555555eeafb0,
sbody=0x555555efc770) at nghttp2_mod.c:328
```
But there is a log message, not a free() -- latest version of code is not matching with
the coredump.
Therefore you have to take the very latest git master branch version as of now and try
again: reproduce and grab the coredump trace so one can match the backtrace info with the
C source code.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3917#issuecomment-2242806815
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3917/2242806815(a)github.com>