After applying this patches , I get segfault on TEST NUA-5.6: destroy when completed. Stack dump following.. Can you check this ? TIA Regards, Filippo
#0 su_home_mutex_lock (home=0xaaaaaaaa) at su_alloc.c:1518 #1 0xb7ec96c9 in msg_destroy (msg=0xaaaaaaaa) at msg.c:160 #2 0xb7f0898b in nua_client_request_unref (cr=0x8203788) at nua_stack.c:2217 #3 0xb7f08bcd in nua_client_request_remove (cr=0x8203788) at nua_stack.c:2167 #4 0xb7f1c963 in nua_session_usage_remove (nh=0x81f9a38, ds=0x81f9a70, du=0x827b418, cr0=0x0, sr0=0xb6d30f14) at nua_session.c:279 #5 0xb7f0fc47 in nua_dialog_usage_remove_at (own=0x81f9a38, ds=0x81f9a70, at=<value optimized out>, cr0=0x0, sr0=0xb6d30f14) at nua_dialog.c:377 #6 0xb7f09a96 in nua_base_server_report (sr=0xb6d30f14, tags=0x0) at nua_stack.c:1891 #7 0xb7f2189b in nua_bye_server_report (sr=0xb6d30f14, tags=0x0) at nua_session.c:3850 #8 0xb7f08081 in nua_server_report (sr=0x81f9a38) at nua_stack.c:1827 #9 0xb7f0bd1a in nua_stack_process_request (nh=0x81f9a38, leg=0x8238078, irq=0x826b4a0, sip=0x821fe7c) at nua_stack.c:1464 #10 0xb7eff3a8 in leg_recv (leg=0x8238078, msg=0x821fde0, sip=0x821fe7c, tport=0x81c6d88) at nta.c:4884 #11 0xb7f0060b in agent_recv_request (agent=0x81c5930, msg=0x821fde0, sip=0x821fe7c, tport=0x81c6d88) at nta.c:2472 #12 0xb7f01555 in agent_recv_message (agent=0x81c5930, tport=0x81c6d88, msg=0x821fde0, tport_via=0x81c82e8, now={tv_sec = 3429853072, tv_usec = 274963}) at nta.c:2254 #13 0xb7f69414 in tport_base_deliver (self=0x81c6d88, msg=0x821fde0, now={tv_sec = 2863311530, tv_usec = 274963}) at tport.c:3013 #14 0xb7f75191 in tport_deliver (self=0x81c6d88, msg=0x821fde0, next=0x0, sc=0x0, now={tv_sec = 3429853072, tv_usec = 274963}) at tport.c:3002 #15 0xb7f75472 in tport_parse (self=0x81c6d88, complete=1, now={tv_sec = 3429853072, tv_usec = 274963}) at tport.c:2919 #16 0xb7f755fd in tport_recv_event (self=0x81c6d88) at tport.c:2861 #17 0xb7f758e8 in tport_base_wakeup (self=0x81c6d88, events=1) at tport.c:2763 #18 0xb7f61129 in su_epoll_port_wait_events (self=0x81c41f0, tout=498) at su_epoll_port.c:506 #19 0xb7f5f077 in su_base_port_run (self=0x81c41f0) at su_base_port.c:342 #20 0xb7f56d49 in su_root_run (self=0x81c43d8) at su_port.h:310 #21 0xb7f5faba in su_pthread_port_clone_main (varg=0xbfa83014) at su_pthread_port.c:321 #22 0xb7e6b240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #23 0xb7e0049e in clone () from /lib/tls/i686/cmov/libc.so.6 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sofia-SIP Darcs Changes Sent: mercoledì 3 settembre 2008 20.56 To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] sofia-sip changes (2008-09-03) This posting was generated automatically from darcs repo <http://sofia-sip.org/repos/sofia-sip>. Wed Sep 3 21:21:06 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * nua: using nua_client_set_terminating() M ./libsofia-sip-ua/nua/nua_dialog.h -2 +2 M ./libsofia-sip-ua/nua/nua_notifier.c -2 +2 M ./libsofia-sip-ua/nua/nua_publish.c -1 +1 M ./libsofia-sip-ua/nua/nua_register.c -3 +3 M ./libsofia-sip-ua/nua/nua_stack.c -3 +3 M ./libsofia-sip-ua/nua/nua_subnotref.c -3 +3 Wed Sep 3 21:20:29 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * nua: added reference counting for client-side transactions M ./libsofia-sip-ua/nua/nua_dialog.c -17 +10 M ./libsofia-sip-ua/nua/nua_dialog.h -5 +21 M ./libsofia-sip-ua/nua/nua_session.c -11 +20 M ./libsofia-sip-ua/nua/nua_stack.c -62 +172 Wed Sep 3 20:55:22 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * nua: using HAVE_MEMLEAK_LOG Logging nua_handle_ref() and nua_handle_unref(). M ./libsofia-sip-ua/nua/nua_common.c -2 +43 M ./libsofia-sip-ua/nua/nua_stack.h -31 +14 Wed Sep 3 20:50:17 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * nua_tag.c: updated documentation on NUA tags M ./libsofia-sip-ua/nua/nua_tag.c -195 +201 Wed Sep 3 20:49:53 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * outbound.c: do not use OPTIONS keepalive by default but on UDP On TCP, use TCP-level keepalives. M ./libsofia-sip-ua/nua/outbound.c -4 +10 Wed Sep 3 20:11:43 EEST 2008 Pekka Pessi <[EMAIL PROTECTED]> * configure.ac: added --enable-memleag-log and HAVE_MEMLEAK_LOG M ./configure.ac +9 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel -------------------------------------------------------------------- CONFIDENTIALITY NOTICE This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited. Please return it immediately to the sender and delete the message. Should you have any questions, please contact us by replying to [EMAIL PROTECTED] Thank you www.telecomitalia.it -------------------------------------------------------------------- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel