[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-22 Thread Victor Seva via sr-dev
Closed #3851 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#event-13600105938 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-22 Thread Victor Seva via sr-dev
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#issuecomment-2242772360 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-22 Thread Gianluca Merlo via sr-dev
Thank you! I rerun my scenarios on the nightly deb `5.8.3~bpo12.20240719013235.39`, and I can confirm that the warnings are gone. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#issuecomment-2242735775 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-18 Thread Victor Seva via sr-dev
@giangi @whosgonna fixes pushed to master and 5.8. Can you please confirm fix works for you? tomorrow's nightly debs should contain the fixes -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#issuecomment-2236312023 You are receiving this

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-07-18 Thread thanhloi2603 via sr-dev
Just want to add in that I have the same issue with 5.8.2 but with regex module itself. > WARNING: [core/mem/q_malloc.c:520]: qm_free(): WARNING: free(0) called > from regex: regex_mod.c: pcre2_free(173) > version: kamailio 5.8.2 (x86_64/linux) 3fa5f4 flags: USE_TCP, USE_TLS, USE_SCTP,

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-06-17 Thread Henning Westerholt via sr-dev
Reopened #3851. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#event-13186435520 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-06-17 Thread Ben Kaufman via sr-dev
Problem still exists in 5.8.2. Can this issue be re-opened? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#issuecomment-2173430421 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-06-13 Thread Gianluca Merlo via sr-dev
Hi @linuxmaniac , I was just trying out 5.8.2, which I should include this, and I am still getting the warning. May I be missing something, or could it be that the issue has a deeper root and the NULL check could be extended to `pcre2_free()` from `dp_db.c`? I am not familiar with libpcre2, so

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-05-30 Thread Victor Seva via sr-dev
Closed #3851 as completed via 630a6f2c11c10c4f3be3570553d86486942d60fe. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#event-12986375549 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-05-20 Thread Henning Westerholt via sr-dev
> I was able to "get around" that warning by changing the memory manager. > > Not sure if this is the correct solution/workaround, but having the constant > warnings in the logs seems wrong. > > I added `-x fm -X fm` to the kamailio run command. > > Any downside to this change? Well, the

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-05-20 Thread Joel Serrano via sr-dev
I was able to "get around" that warning by changing the memory manager. Not sure if this is the correct solution/workaround, but having the constant warnings in the logs seems wrong. I added `-x fm -X fm` to the kamailio run command. Any downside to this change? -- Reply to this email

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-05-18 Thread Henning Westerholt via sr-dev
It is a warning, which should not be reduced or silenced. The memory manager emits this warning because its not used correctly, e.g. in the example above a free(0) was called. It should be investigated in the module. Its only warning level, so it might be not a serious issue. -- Reply to this

[sr-dev] Re: [kamailio/kamailio] Warnings emitted when calling functions from dialplan module (Issue #3851)

2024-05-18 Thread Ben Kaufman via sr-dev
Is there any indication if this is a functional problem, or just a case of logging that should be reduced - I'm trying to gauge if I should hold off before upgrading. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3851#issuecomment-2118838919