Hello, <br><br>I found out that xacp_GetNewDoc() was not set&nbsp; at the mod_init() in rls/rls.c file.<br>xcap_GetNewDoc = xcap_api.getNewDoc was not called&nbsp; because I set the rls_integrated_xcap_server =1 in the config.<br>It causes the segmentation fault.<br>
After I set it 0,&nbsp; bind_xcap= (bind_xcap_t)find_export(&quot;bind_xcap&quot;,1,0)&nbsp; return null in the mod_init().<br>It should returns the object.&nbsp; Does any body know why it returns NULL?<br><br>Thanks.<br>Jeon<br><br>&nbsp;<br>
<div class="gmail_quote">On Fri, Nov 14, 2008 at 6:15 PM, Yoo Chan Jeon <span dir="ltr">&lt;<a href="mailto:yoojeon@gmail.com">yoojeon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi,<br></div>
<div>I need your help.<br>It crashed in the xcap_GetNewDoc() call&nbsp;in the rls/subscribe.c.</div>
<div>I modifed the codes to move that api&nbsp;to&nbsp; other spot to check if it dose not crash, But&nbsp;It always crashed in the same api.</div>
<div>I got the following error. I do not guess what I did wrong.</div>
<div>&nbsp;</div>
<div>Thanks your help.</div>
<div>&nbsp;</div>
<div>Jeon.</div>
<div>&nbsp;</div>
<div>&nbsp;<br><br>Nov 14 18:01:07 [12080] DBG:core:get_hdr_field: cseq &lt;CSeq&gt;: &lt;1&gt; &lt;SUBSCRIBE&gt;<br>Nov 14 18:01:07 [12080] DBG:maxfwd:is_maxfwd_present: value = 70 <br>Nov 14 18:01:07 [12080] DBG:uri:has_totag: no totag<br>

Nov 14 18:01:07 [12080] DBG:core:parse_headers: flags=78<br>Nov 14 18:01:07 [12080] DBG:tm:t_lookup_request: start searching: hash=45320, isACK=0<br>Nov 14 18:01:07 [12080] DBG:tm:t_lookup_request: proceeding to pre-RFC3261 transaction matching<br>

Nov 14 18:01:07 [12080] DBG:tm:t_lookup_request: non-ACK matched<br>Nov 14 18:01:07 [12080] DBG:tm:t_lookup_request: REF_UNSAFE: after is 2<br>Nov 14 18:01:07 [12080] DBG:tm:t_lookup_request: transaction found (T=0xa86fe6f8)<br>

Nov 14 18:01:07 [12080] DBG:tm:t_retransmit_reply: nothing to retransmit<br>Nov 14 18:01:07 [12080] DBG:tm:t_check_trans: UNREF_UNSAFE: after is 1<br>Nov 14 18:01:07 [12080] DBG:core:destroy_avp_list: destroying list (nil)<br>

Nov 14 18:01:07 [12080] DBG:core:receive_msg: cleaning up<br>Nov 14 18:01:09 [12062] INFO:core:handle_sigs: child process 12074 exited by a signal 11<br>Nov 14 18:01:09 [12102] CRITICAL:core:receive_fd: EOF on 14<br>Nov 14 18:01:09 [12102] DBG:core:handle_ser_child: dead child 5, pid 12074 (shutting down?)<br>

Nov 14 18:01:09 [12102] DBG:core:io_watch_del: io_watch_del (0x8175e80, 14, -1, 0x0) fd_no=25 called<br>Nov 14 18:01:09 [12062] INFO:core:handle_sigs: core was generated<br>Nov 14 18:01:09 [12062] INFO:core:handle_sigs: terminating due to SIGCHLD<br>

Nov 14 18:01:09 [12102] INFO:core:sig_usr: signal 15 received<br>Nov 14 18:01:09 [12070] INFO:core:sig_usr: signal 15 received<br></div>
</blockquote></div><br>