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
_______________________________________________ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users