Hello, summarizing from #sofia-sip:
On Fri, 9 Feb 2007, Michael Jerris wrote: > Traced this one through, it is hitting assert(ss->ss_state != > nua_callstate_calling); in nua_invite_server_report. This seems to make > no sense as how could something on the UAS side be in the calling state? This issue seems to be rare, and nobody has been able to reproduce it again. Pekka had some ideas on what could be causing this, but no patches yet. A good question is whether the assert() should be turned into a warning (good for bug hunting, but bad for real-life use), or kept as is. Anyways, we'll skip this issue for 1.12.5 release (in order to get it out) and try to find a fix for 1.12.6. If anyone can create a test case triggering this, or reproduce steps, that would help a lot. > #0 0x0000003490c2e21d in raise () from /lib64/tls/libc.so.6 > #1 0x0000003490c2fa1e in abort () from /lib64/tls/libc.so.6 > #2 0x0000003490c27ae1 in __assert_fail () from /lib64/tls/libc.so.6 > #3 0x0000002a96f5a20d in nua_invite_server_report (sr=0x0, tags=0x0) at > nua_session.c:2046 > #4 0x0000002a96f43f05 in nua_server_report (sr=0x404b4900) at > nua_stack.c:1525 > #5 0x0000002a96f4324e in nua_stack_process_request (nh=0x9ebcd0, > leg=0x2a9852b440, irq=0x2a984a0470, sip=0x2a98625478) at > nua_stack.c:1256 -- under work: Sofia-SIP at http://sofia-sip.sf.net ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
