[sr-dev] [kamailio/kamailio] Issue with new memory-only presence feature in 5.4.3 (#2642)

Daniel-Constantin Mierla notifications at github.com
Wed Feb 17 21:28:50 CET 2021


It looks like a crash happening on shutdown, because the log message from pres_dmq_init_proc() is preventing kamailio to start. You can try to get a core dump, you need to start as a root and enable core dumping -- some guidelines at:

  * https://www.kamailio.org/wiki/tutorials/troubleshooting/coredumpfile

Then attach here the output for `bt full`.

It seems that enabling dmq for the module requires database, can you try with:

```
modparam("presence", "enable_dmq", 0)
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2642#issuecomment-780832718
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210217/0db7391f/attachment.htm>


More information about the sr-dev mailing list