Hello ALL,
Someone knows why at line 149 in .../kamailio-3.1.2/modules_k/
db_text/dbt_tb.c the shm_malloc function sometimes allocates memory to dtp->prev but sometimes doesn't?
I'm
asking this question because when the subscriber table is being loading
to shared memory in db_text module, dtp->prev is allocated but on
version, dispatcher, location table it doesn't... Analysing the source
code I can't see any reason to this behavior.
The allocation of dtp->prev to subscriber table is generating a core at db_text module.
Best Regards