On 2/9/07, Michael Jerris <[EMAIL PROTECTED]> wrote: > We have a report of a reproducible seg coming out of sres, from nta, > when trying to destroy a query. It would appear that the query pointer > is getting trashed somewhere (0x80 value). The code in nta.c looks > fairly safe as far as not doing that. Where else would that pointer be > messed with?
Looks like nta_outgoing_tagged() was culprit, it copied the pointer from one nta_outgoing_t to another. The stack crashed if INVITE had domain name in URL and 100rel was used. The bug was not shown earlier because the un-tagged outgoing requests were never freed, but I fixed that memory leak... Fix is in darcs and Kai is busy making the release tar.. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- 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
