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