sure, here it is:
``` # gdb /usr/sbin/kamailio /core.16234
<snip loading symbols output>
Core was generated by `/usr/sbin/kamailio -P /var/run/kamailio.pid -m 1024 -M 64 -u root -g root'. Program terminated with signal 11, Segmentation fault. #0 0x00007f5a82f68985 in mem_insert_ucontact (_r=0x7f5a409ec948, _c=0x7ffcc26f3140, _ci=0x7f5a81418500) at urecord.c:152 152 if_update_stat( _r->slot, _r->slot->d->contacts, 1); Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.166.el6_7.3.x86_64 libxml2-2.7.6-20.el6_7.1.x86_64 zlib-1.2.3-29.el6.x86_64 (gdb) bt #0 0x00007f5a82f68985 in mem_insert_ucontact (_r=0x7f5a409ec948, _c=0x7ffcc26f3140, _ci=0x7f5a81418500) at urecord.c:152 #1 0x00007f5a82f6bb9d in insert_ucontact (_r=0x7f5a409ec948, _contact=0x7ffcc26f3140, _ci=0x7f5a81418500, _c=0x7ffcc26f3150) at urecord.c:568 #2 0x00007f5a8120b613 in add_contact (aor=..., ci=0x7f5a81418500) at usrloc_sync.c:73 #3 0x00007f5a8121178b in usrloc_dmq_handle_msg (msg=0x7f5a409f4000, resp=0x7ffcc26f33b0, node=0x7f5a409e88a8) at usrloc_sync.c:390 #4 0x00007f5a8143d22b in worker_loop (id=0) at worker.c:105 #5 0x00007f5a8142128c in child_init (rank=0) at dmq.c:293 #6 0x0000000000595308 in init_mod_child (m=0x7f5a84f32088, rank=0) at sr_module.c:915 #7 0x0000000000595043 in init_mod_child (m=0x7f5a84f32570, rank=0) at sr_module.c:912 #8 0x0000000000595043 in init_mod_child (m=0x7f5a84f32838, rank=0) at sr_module.c:912 #9 0x0000000000595043 in init_mod_child (m=0x7f5a84f33440, rank=0) at sr_module.c:912 #10 0x0000000000595043 in init_mod_child (m=0x7f5a84f33928, rank=0) at sr_module.c:912 #11 0x0000000000595043 in init_mod_child (m=0x7f5a84f33d68, rank=0) at sr_module.c:912 #12 0x0000000000595043 in init_mod_child (m=0x7f5a84f34640, rank=0) at sr_module.c:912 #13 0x0000000000595612 in init_child (rank=0) at sr_module.c:941 #14 0x00000000004a8c7d in main_loop () at main.c:1654 #15 0x00000000004aecd2 in main (argc=11, argv=0x7ffcc26f3c88) at main.c:2553 ```
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/440#issuecomment-165250172