Hi All,<br><br>Opensips 1.5 is installed in Debian 5.<br>OpenXCAP 1.0.7, Soap-Simple-Proxy and Opensips-mi-proxy are installed and functioning properly.<br>(OpenXCAP is tested by running ./test.py, It is working fine.)<br>
presence, presence_xml, presence_mwi,pua,pua_mi,presence_xcapdiff,rls and xcap_client are loaded in this order.<br>When OpenSIPs is started, it is getting crashed. I am using xlite client.<br>Below I am printing backtrace.<br>
**************************************************************************************************************<br>(gdb) bt<br>#0  0xb7f81424 in __kernel_vsyscall ()<br>#1  0xb7e25640 in raise () from /lib/i686/cmov/libc.so.6<br>
#2  0xb7e27018 in abort () from /lib/i686/cmov/libc.so.6<br>#3  0x080d7478 in qm_free (qm=0x818c4e0, p=0x0, file=0xb77f365f &quot;xcap_functions.c&quot;, func=0xb77f39bf &quot;get_xcap_path&quot;, line=458) at mem/q_malloc.c:444<br>
#4  0xb77f1db7 in get_xcap_path (req=<br>      {xcap_root = 0xaf706308 &quot;192.168.1.130&quot;, port = 9222, doc_sel = {auid = {s = 0xb79792b5 &quot;pres-rules&quot;, len = 10}, doc_type = 2, type = 1, xid = {s = 0x81e8484 &quot;<a href="mailto:sip%3AHari@192.168.1.130">sip:Hari@192.168.1.130</a>&quot;, len = 22}, filename = {s = 0xb79792af &quot;index&quot;, len = 5}}, node_sel = 0x0, etag = 0x0, match_type = 0}) at xcap_functions.c:458<br>
#5  0xb77f29f2 in xcapGetNewDoc (req=<br>      {xcap_root = 0xaf706308 &quot;192.168.1.130&quot;, port = 9222, doc_sel = {auid = {s = 0xb79792b5 &quot;pres-rules&quot;, len = 10}, doc_type = 2, type = 1, xid = {s = 0x81e8484 &quot;<a href="mailto:sip%3AHari@192.168.1.130">sip:Hari@192.168.1.130</a>&quot;, len = 22}, filename = {s = 0xb79792af &quot;index&quot;, len = 5}}, node_sel = 0x0, etag = 0x0, match_type = 0}, user={s = 0x81e78c4 &quot;<a href="mailto:Hari@192.168.1.130">Hari@192.168.1.130</a>&quot;, len = 4}, domain={s = 0x81e78c9 &quot;192.168.1.130&quot;, len = 13}, <br>
    xcap_doc=0xbfd9bef8) at xcap_functions.c:318<br>#6  0xb79754d8 in http_get_rules_doc (user={s = 0x81e78c4 &quot;<a href="mailto:Hari@192.168.1.130">Hari@192.168.1.130</a>&quot;, len = 4}, domain={s = 0x81e78c9 &quot;192.168.1.130&quot;, len = 13}, rules_doc=0xbfd9c00c) at xcap_auth.c:581<br>
#7  0xb7975aba in get_rules_doc (user=0xbfd9c0ac, domain=0xbfd9c0bc, type=2, rules_doc=0xbfd9c1dc) at xcap_auth.c:489<br>#8  0xb79760ec in pres_get_rules_doc (user=0xbfd9c0ac, domain=0xbfd9c0bc, rules_doc=0xbfd9c1dc) at xcap_auth.c:415<br>
#9  0xb79a87cb in handle_subscribe (msg=0x81e6120, str1=0x0, str2=0x0) at subscribe.c:660<br>#10 0x080552a8 in do_action (a=0x81cf1dc, msg=0x81e6120) at action.c:962<br>#11 0x080541a2 in run_action_list (a=0x81cf09c, msg=0x81e6120) at action.c:139<br>
#12 0x080571e6 in do_action (a=0x81cf26c, msg=0x81e6120) at action.c:706<br>#13 0x080541a2 in run_action_list (a=0x81ce314, msg=0x81e6120) at action.c:139<br>#14 0x080571e6 in do_action (a=0x81cf2fc, msg=0x81e6120) at action.c:706<br>
#15 0x080541a2 in run_action_list (a=0x81cf2fc, msg=0x81e6120) at action.c:139<br>#16 0x08057712 in do_action (a=0x81cf38c, msg=0x81e6120) at action.c:712<br>#17 0x080541a2 in run_action_list (a=0x81cf38c, msg=0x81e6120) at action.c:139<br>
#18 0x08057712 in do_action (a=0x81cf41c, msg=0x81e6120) at action.c:712<br>#19 0x080541a2 in run_action_list (a=0x81cb5d4, msg=0x81e6120) at action.c:139<br>#20 0x08058025 in run_top_route (a=0x81cb5d4, msg=0x81e6120) at action.c:119<br>
#21 0x08093ac4 in receive_msg (<br>    buf=0x816b5a0 &quot;SUBSCRIBE <a href="mailto:sip%3AHari@192.168.1.130">sip:Hari@192.168.1.130</a> SIP/2.0\r\nRecord-Route: &lt;sip:192.168.1.129:5090;lr=on;nat=yes&gt;\r\nVia: SIP/2.0/UDP 192.168.1.129:5090;branch=z9hG4bKecaa.b7a9e694.0\r\nVia: SIP/2.0/UDP <a href="http://192.168.1.108:58852">192.168.1.108:58852</a>;&quot;..., len=852, rcv_info=0xbfd9cf34) at receive.c:165<br>
#22 0x080d096b in udp_rcv_loop () at udp_server.c:449<br>#23 0x0806ce17 in main (argc=9, argv=0xbfd9d0c4) at main.c:779<br>*************************************************************************************************************************************************************<br>
Please review it.<br><br clear="all">Thanks<br>JayaPrakash<br>