And also to add:
This is on a debian 12 with Kamailio v5.8.0
On Sat, Mar 9, 2024 at 7:30 AM Joel Serrano <joel(a)textplus.com> wrote:
I've tried setting corelog=L_INFO but I can still
see the WARNINGS.
Also, one correction in my previous msg, I don't have 2 "debug" lines, I
have them defined within a condition:
#!ifdef WITH_DEBUG
debug=L_DBG
#!else
debug=L_NOTICE
#!endif
...
...
Joel.
On Fri, Mar 8, 2024 at 9:54 PM Joel Serrano <joel(a)textplus.com> wrote:
> Hi,
>
> Does anyone know what this WARNING means or how to fix it?
>
> 2024-03-09T00:39:15.406674-05:00 csbc03 csbc[33024]: WARNING: {1 1 INVITE
> CALL-ID} <core> [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0)
> called from dialplan: dp_db.c: pcre2_free(206)
> 2024-03-09T00:39:15.406823-05:00 csbc03 csbc[33024]: WARNING: {1 1 INVITE
> CALL-ID} <core> [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0)
> called from dialplan: dp_db.c: pcre2_free(206)
> 2024-03-09T00:39:15.406973-05:00 csbc03 csbc[33024]: WARNING: {1 1 INVITE
> CALL-ID} <core> [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0)
> called from dialplan: dp_db.c: pcre2_free(206)
> 2024-03-09T00:39:15.407089-05:00 csbc03 csbc[33024]: WARNING: {1 1 INVITE
> CALL-ID} <core> [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0)
> called from dialplan: dp_db.c: pcre2_free(206)
> 2024-03-09T00:39:15.407178-05:00 csbc03 csbc[33024]: WARNING: {1 1 INVITE
> CALL-ID} <core> [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0)
> called from dialplan: dp_db.c: pcre2_free(206)
> 2024-03-09T00:39:15.407278-05:00 csbc03 csbc[33024]: WARNING: {1 1 INVITE
> CALL-ID} <core> [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0)
> called from dialplan: dp_db.c: pcre2_free(206)
> 2024-03-09T00:39:15.407375-05:00 csbc03 csbc[33024]: WARNING: {1 1 INVITE
> CALL-ID} <core> [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0)
> called from dialplan: dp_db.c: pcre2_free(206)
>
> It happens after running dp_translate().
>
> These are my settings:
>
> debug=L_DBG
> debug=L_NOTICE
> memdbg=L_INFO
> memlog=L_INFO
> corelog=L_ERR
> mem_summary=12
> log_stderror=no
> log_facility=LOG_LOCAL0
> log_name="csbc"
> log_prefix="{$mt $hdr(CSeq) $ci} "
> mem_join=1
>
>
> Any ideas?
>
> Thanks,
> Joel.
>
>
>