Hello,
still empty content for frame 0 in both backtraces, but I figure out the issue from the log messages.
p_usrloc module is exporting usrloc module API to be used by registrar module, but for 3.3.0, usrloc got new API members to handle SIP GRUU and Outbound extensions. They were not implemented for p_usrloc, so the crash is because accessing some functions which don't exists. That makes p_usrloc unusable with 3.3 branch by now. It will take a bit to do a fix for it, so if you need p_usrloc, you have to use 3.2.x at this moment.
Cheers, Daniel
On 6/28/12 3:15 PM, Dan-Cristian Bogos wrote:
Daniel,
Attaching requested files. This time I got two core files, analyzed them separately with gdb.
Regarding install sources, I did it via debian packages promoted on the website (kamailio33 squeeze).
Thanks, DanB