Bugs item #1501080, was opened at 2006-06-05 19:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1501080&group_id=143636

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Shmyrev Nick (nshmyrev)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash when some tags aren't defined

Initial Comment:
After upgrade from 1.11.8 to 1.11.9 my application
begins crashing.

#0  0x0051426c in strcasecmp (s1=0x0, s2=0x0) at
wstring.c:1100
#1  0x0047b96c in agent_init_contact (self=0x1001e000)
at nta.c:1741
#2  0x0047a874 in nta_agent_add_tport (self=0x1001e000,
uri=0x52ac40,
    tag=0x10003bc0, value=5481500) at nta.c:1506
#3  0x004b32e0 in nua_stack_init_transport
(nua=0x10014a00, tags=0x0)
    at nua_register.c:883
#4  0x00418ad0 in nua_stack_init (root=0x10016fe0,
nua=0x10014a00)
    at nua_stack.c:184
#5  0x00451f0c in su_clone_main (varg=0x0) at
su_root.c:1001
#6  0x0050572c in pthread_start_thread (arg=0x0) at
manager.c:309
#7  0x005057ec in pthread_start_thread_event
(arg=0x7f7ffe20) at manager.c:333


(gdb) l
1736      if (!tp++)
1737        return -1;
1738
1739      v2 = v1->v_next;
1740
1741      if (v2 &&
1742          strcasecmp(v1->v_host, v2->v_host) == 0 &&
1743          strcasecmp(v1->v_port, v2->v_port) == 0) {
1744        char const *p1 = v1->v_protocol, *p2 =
v2->v_protocol;\


(gdb) p v1->v_port
$7 = 0x0
(gdb) p v2->v_port
$8 = 0x0


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1501080&group_id=143636


_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to