Hello,
fyi, 3.2.x is packaged with memory debug on, so if you set memdbg and memlog paramters to a value equal or higher than debug, then you see all the malloc/free operations in the syslog. That could help to identify what is allocated/from where and it is not freed.
Also, you can get a summary at shut down if you set this parameter: https://www.kamailio.org/wiki/cookbooks/3.2.x/core#mem_summary
Cheers, Daniel
On 10/12/12 8:46 AM, Timo Teras wrote:
On Thu, 11 Oct 2012 12:37:23 +0200 Pedro Antonio Vico Solano pvsolano@amper.es wrote:
We are developing a solution based on the SQLite module for Kamailio and we've found some bugs/errors regarding it. We use kamailio 3.2.4 and SQLite 3.7.14.1. The errors are about this:
Thanks for the config examples.
To speed up things.
- Memory leaks on querys via sqlops. Kamailio main process leaks 4kB
each 3 queries (aprox.) and that memory is never freed. [Attached basic example]
Could you provide valgrind leak report on this?
- Segmentation fault when doing a SELECT COUNT(*) via sqlops.
[Attached basic example 2]
And gdb backtrace on this?
Thanks, Timo
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users