I noticed an error message:
```
Jun 28 16:29:48 test-sbc-01 /usr/sbin/kamailio[2927]: ERROR: {1 1 INVITE
bd067878791fbae2f1490dc7a48915c8(a)0.0.0.0}jansson [jansson_funcs.c:228]: janssonmod_set():
unrecognized input type
```
Can you try with master branch by compiling from sources (or wait till tomorrow for
nightly builds)? I pushed a commit to get the value of the type in that log message:
-
https://github.com/kamailio/kamailio/commit/b8cae4fbcd026ffb81e824250021258…
It might be something that leads to the crash, which, as a first opinion, is either a
buffer overflow or a pkg/shm_free() on a pointer not allocated by pkg/shm_malloc().
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3499#issuecomment-1614237703
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3499/1614237703(a)github.com>