You should be able to find some hints on google about resolving the instruction pointer address into source code line.
As a lead meanwhile, I guess you using t_replicate() after t_continue(), right? Once I get some time, I will check to see if there is something that can have negative impact on such scenario... Cheers, Daniel On 27/03/15 12:49, Alex Balashov wrote: > Well, I do have this in 'dmesg': > > kamailio[27498]: segfault at 42 ip 00007f5286d97e45 sp > 00007fffbe32a210 error 4 in tm.so[7f5286d40000+10d000] > > But I don't really know how to look up those offsets easily. > > [root@Proxy1 ~]# nm /usr/local/sbin/kamailio | grep 7f5 > [root@Proxy1 ~]# nm /usr/local/lib64/kamailio/modules/* | grep 7f5 > 0000000000007f52 t futex_release > 0000000000087f58 r __FUNCTION__.23413 > 0000000000057f51 r __FUNCTION__.4494 > 0000000000017f5e T init_rpid_avp > 000000000007f5da t w_t_replicate > > -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, May 27-29, 2015 Berlin, Germany - http://www.kamailioworld.com _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
