[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-11-21 Thread Flavio Grossi via sr-dev
i can (quite) reliably reproduce this bug on today's HEAD (commit 1ded1730c7fe81596d874fdc314dab64a7dab25b) on Ubuntu 22.04.3, compiled with OpenSSL 3.0.2, with `--atexit=0`, the tls module loaded first, and init mode 1. In my case it happens when using the http_client module to make many concur

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-11-21 Thread Flavio Grossi via sr-dev
if it helps, we also tried a custom python implementation using kemi to replace the http_client calls, obtaining the same segfault in the ssl code -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3635#issuecomment-1821195170 You are receiving this

[sr-dev] [kamailio/kamailio] Error when sending NOTIFYs in the presence of disconnected websocket watchers (Issue #4118)

2025-01-20 Thread Flavio Grossi via sr-dev
### Description if multiple sip websocket clients are subscribed to some UA and one of the watchers suddenly disappears (e.g. the web page is reloaded), then no NOTIFY is ever sent after issuing a `pres_refresh_watchers()`. The following error is logged: ``` WARNING: [core/msg_translator.c:30

[sr-dev] Re: [kamailio/kamailio] Error when sending NOTIFYs in the presence of disconnected websocket watchers (Issue #4118)

2025-01-27 Thread Flavio Grossi via sr-dev
I tried the commit and i can confirm that it works as intended (the errors in the logs and the stale watchers are of course there, but the notifys to the valid connections are now sent through). thanks -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/i