<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Duane,<br>
<br>
I have found the bug there - it was a wrong definition of xcap-diff
event and I also noticed it in message-summary. I have fixed it
now. I suggest you to update the code again.<br>
<br>
Thanks,<br>
<pre class="moz-signature" cols="72">--
Anca Vamanu
<a class="moz-txt-link-abbreviated" href="http://www.voice-system.ro">www.voice-system.ro</a></pre>
<br>
<br>
<br>
On 12/10/2010 11:02 PM, Duane Larson wrote:
<blockquote
cite="mid:AANLkTinU1MoaU-4cem5E2fLz=uQzRQkRvyP64+mG6Qm0@mail.gmail.com"
type="cite">
<div>Thanks for working with me on this Ovidiu. I think this is
what you are wanting (sorry not good with debugging)???</div>
<div> </div>
<div>(gdb) frame 4<br>
#4 0x00007f1e935bc0b8 in send_publish_int (presentity=<value
optimized out>, <br>
publ=<value optimized out>, ev=0x7f1e88d57518,
hash_index=332) at send_publish.c:496<br>
496 free(body->s);</div>
<div> </div>
<div>print body->s<br>
$1 = 0x83de41 "<?xml version=\"1.0\"
encoding=\"UTF-8\"?>\n<xcap-diff
xmlns=\"urn:ietf:params:xml:ns:xcap-diff\" xcap-root=\"<a
moz-do-not-send="true"
href="http://xcap.aethercommunications.com/xcap-root/%22%3E/n%3Cdocument">http://xcap.aethercommunications.com/xcap-root\">\n<document</a>
new-etag=\"697c57e1c3c03ffe4febcc2c8905f"...<br>
<br>
</div>
<div> </div>
<div class="gmail_quote">On Fri, Dec 10, 2010 at 2:56 PM, Ovidiu
Sas <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>></span>
wrote:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204);
margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"
class="gmail_quote">This is a crash in the pua module
(different than the previous one).<br>
send_publish.c:496 => free(body->s);<br>
<br>
Can you print the value and content of the body?<br>
<br>
<br>
Thanks,<br>
<font color="#888888">Ovidiu<br>
</font>
<div>
<div class="h5"><br>
On Fri, Dec 10, 2010 at 3:28 PM, Duane Larson <<a
moz-do-not-send="true"
href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>>
wrote:<br>
> I did a total removal of the older OpenSIPS install
and dropped and readded<br>
> the Presence tables into MySQL. That really helped
thanks. I still had<br>
> some core dumps though not sure if it is going to
happen more or not (will<br>
> have to keep my eye on it), but this is what the core
dump says<br>
><br>
><br>
> (gdb) backtrace<br>
> #0 0x00007f1e97c6e165 in raise () from
/lib/libc.so.6<br>
> #1 0x00007f1e97c70f70 in abort () from
/lib/libc.so.6<br>
> #2 0x00007f1e97ca427b in ?? () from /lib/libc.so.6<br>
> #3 0x00007f1e97cadad6 in ?? () from /lib/libc.so.6<br>
> #4 0x00007f1e935bc0b8 in send_publish_int
(presentity=<value optimized<br>
> out>, publ=<value optimized out>,
ev=0x7f1e88d57518, hash_index=332) at<br>
> send_publish.c:496<br>
> #5 0x00007f1e935bcf12 in send_publish
(publ=0x7fff97d6adc0) at<br>
> send_publish.c:572<br>
> #6 0x00007f1e92f968d3 in mi_pua_publish
(cmd=0x84ddb0, param=<value<br>
> optimized out>) at mi_func.c:237<br>
> #7 0x00007f1e9540e388 in run_mi_cmd
(rx_sock=<value optimized out>,<br>
> tx_sock=<value optimized out>) at
../../mi/mi.h:104<br>
> #8 mi_datagram_server (rx_sock=<value optimized
out>, tx_sock=<value<br>
> optimized out>) at datagram_fnc.c:529<br>
> #9 0x00007f1e95410463 in datagram_process (rank=0)
at mi_datagram.c:311<br>
> #10 0x0000000000493f0c in start_module_procs () at
sr_module.c:574<br>
> #11 0x000000000042cefa in main_loop (argc=<value
optimized out>, argv=<value<br>
> optimized out>) at main.c:872<br>
> #12 main (argc=<value optimized out>,
argv=<value optimized out>) at<br>
> main.c:1388<br>
><br>
><br>
> libc.so.6 keeps popping up in the core dumps.<br>
><br>
> On Fri, Dec 10, 2010 at 12:15 PM, Ovidiu Sas <<a
moz-do-not-send="true"
href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>>
wrote:<br>
>><br>
>> Have you also updated the layout of the
presentity table?<br>
>> Check for the extra_hdrs field.<br>
>><br>
>> Regards,<br>
>> Ovidiu Sas<br>
>><br>
>> On Fri, Dec 10, 2010 at 12:52 PM, Duane Larson
<<a moz-do-not-send="true"
href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>><br>
>> wrote:<br>
>> > I did update the presentity table to be 5
instead of 4. Perhaps i<br>
>> > didn't<br>
>> > clean up the previous install. Let me try
that.<br>
>> ><br>
>> > On Dec 10, 2010 11:46 AM, "Ovidiu Sas" <<a
moz-do-not-send="true"
href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>>
wrote:<br>
>> ><br>
>> > Do you see any errors in the logs?<br>
>> > Make sure that you clean up your previous
install (remove all the<br>
>> > opensips modules and all the opensips
binaries) before re-installing<br>
>> > opensips.<br>
>> > Also, the presentity table has evolved (it
has a new field:<br>
>> > extra_hdrs). The presentity version table
should be 5.<br>
>> ><br>
>> ><br>
>> > Regards,<br>
>> > Ovidiu Sas<br>
>> ><br>
>> > On Fri, Dec 10, 2010 at 12:20 PM, Duane
Larson <<a moz-do-not-send="true"
href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>><br>
>> > wrote:<br>
>> >> I am not sure if I...<br>
</div>
</div>
</blockquote>
</div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">
</pre>
</body>
</html>