This is a crash in the pua module (different than the previous one). send_publish.c:496 => free(body->s);
Can you print the value and content of the body? Thanks, Ovidiu On Fri, Dec 10, 2010 at 3:28 PM, Duane Larson <[email protected]> wrote: > I did a total removal of the older OpenSIPS install and dropped and readded > the Presence tables into MySQL. That really helped thanks. I still had > some core dumps though not sure if it is going to happen more or not (will > have to keep my eye on it), but this is what the core dump says > > > (gdb) backtrace > #0 0x00007f1e97c6e165 in raise () from /lib/libc.so.6 > #1 0x00007f1e97c70f70 in abort () from /lib/libc.so.6 > #2 0x00007f1e97ca427b in ?? () from /lib/libc.so.6 > #3 0x00007f1e97cadad6 in ?? () from /lib/libc.so.6 > #4 0x00007f1e935bc0b8 in send_publish_int (presentity=<value optimized > out>, publ=<value optimized out>, ev=0x7f1e88d57518, hash_index=332) at > send_publish.c:496 > #5 0x00007f1e935bcf12 in send_publish (publ=0x7fff97d6adc0) at > send_publish.c:572 > #6 0x00007f1e92f968d3 in mi_pua_publish (cmd=0x84ddb0, param=<value > optimized out>) at mi_func.c:237 > #7 0x00007f1e9540e388 in run_mi_cmd (rx_sock=<value optimized out>, > tx_sock=<value optimized out>) at ../../mi/mi.h:104 > #8 mi_datagram_server (rx_sock=<value optimized out>, tx_sock=<value > optimized out>) at datagram_fnc.c:529 > #9 0x00007f1e95410463 in datagram_process (rank=0) at mi_datagram.c:311 > #10 0x0000000000493f0c in start_module_procs () at sr_module.c:574 > #11 0x000000000042cefa in main_loop (argc=<value optimized out>, argv=<value > optimized out>) at main.c:872 > #12 main (argc=<value optimized out>, argv=<value optimized out>) at > main.c:1388 > > > libc.so.6 keeps popping up in the core dumps. > > On Fri, Dec 10, 2010 at 12:15 PM, Ovidiu Sas <[email protected]> wrote: >> >> Have you also updated the layout of the presentity table? >> Check for the extra_hdrs field. >> >> Regards, >> Ovidiu Sas >> >> On Fri, Dec 10, 2010 at 12:52 PM, Duane Larson <[email protected]> >> wrote: >> > I did update the presentity table to be 5 instead of 4. Perhaps i >> > didn't >> > clean up the previous install. Let me try that. >> > >> > On Dec 10, 2010 11:46 AM, "Ovidiu Sas" <[email protected]> wrote: >> > >> > Do you see any errors in the logs? >> > Make sure that you clean up your previous install (remove all the >> > opensips modules and all the opensips binaries) before re-installing >> > opensips. >> > Also, the presentity table has evolved (it has a new field: >> > extra_hdrs). The presentity version table should be 5. >> > >> > >> > Regards, >> > Ovidiu Sas >> > >> > On Fri, Dec 10, 2010 at 12:20 PM, Duane Larson <[email protected]> >> > wrote: >> >> I am not sure if I... >> > >> >> _______________________________________________ >> > >> >> Users mailing list >> >> [email protected] >> >> http://lists.opensips.org/cgi-bin/mailman/listinfo... >> > >> > _______________________________________________ >> > >> > Users mailing list >> > [email protected] >> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users... >> > >> > _______________________________________________ >> > Users mailing list >> > [email protected] >> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> > >> > >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > > -- > -- > *--*--*--*--*--* > Duane > *--*--*--*--*--* > -- > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
