On 22/09/15 17:45, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
I changed the default memory manager for 4.3 to q_malloc in order to allow to look at f_malloc changes.
good.
q_malloc was not changed for ages. So it might be an issue in domain module that we need to fix.
i checked and there has not been changes to 4.3 domain module for three months. i'm sure that i my 4.3 sip proxy has been able to start and run without any issues until very recently.
Before was f_malloc, which doesn't do strict checking of memory operations. But because some reported crashes look like some buffer overflow, I wanted to get better reports on that, which can be done by q malloc.
Daniel