[OpenSIPS-Users] opensips crash

Daniel Ribeiro ribeiro.danielf at gmail.com
Tue Mar 30 13:34:38 CEST 2010


Hi Bogdan,

According to file:
if (t->on_branch) {
        /* need to pkg_malloc the dst_uri */
        if ( request->dst_uri.len ) {
            if ( (p=pkg_malloc(request->dst_uri.len))==0 ) {
                LM_ERR("no more pkg mem\n");
                ser_error=E_OUT_OF_MEM;
                goto error;
            }
            memcpy( p, request->dst_uri.s, request->dst_uri.len);
            request->dst_uri.s = p;
        }

I got the source code from web site (
http://opensips.org/pub/opensips/1.6.0/src/).
The crash is easily  reproducible, if you want I can send you the config
files and usr_preferences used to do that or the core file.
Thanks,

Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100330/477037f3/attachment.htm 


More information about the Users mailing list