[OpenSIPS-Devel] [ opensips-Bugs-3537179 ] crash: CRITICAL:core:del_lump: offset exceeds message size

SourceForge.net noreply at sourceforge.net
Fri Jun 22 15:20:45 CEST 2012


Bugs item #3537179, was opened at 2012-06-22 06:20
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3537179&group_id=232389

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: core
Group: 1.7.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: crash: CRITICAL:core:del_lump: offset exceeds message size

Initial Comment:
Hi,

we see some crashes with the following error:

Jun 22 12:10:14 cr02 /usr/sbin/opensips[2722]: CRITICAL:core:del_lump: offset exceeds message size (953 > 847) aborting...
Jun 22 12:10:14 cr02 /usr/sbin/opensips[2736]: CRITICAL:core:receive_fd: EOF on 12
Jun 22 12:10:14 cr02 /usr/sbin/opensips[2717]: INFO:core:handle_sigs: child process 2722 exited by a signal 6
Jun 22 12:10:14 cr02 /usr/sbin/opensips[2717]: INFO:core:handle_sigs: core was not generated
Jun 22 12:10:14 cr02 /usr/sbin/opensips[2717]: INFO:core:handle_sigs: terminating due to SIGCHLD

The opensips-config is quiet simple, because all messages going through will pass this message:

b2b_init_request("top hiding");

There are only some formating-rules within "local_route":

#uri-format
        if(uri=~"sip:\+.*@*") {
                $rU=$(rU{s.substr,1,0});
        }
        if(uri=~"sip:[1-9].*@*") {
                $rU="00" + $rU;
        }

opensips: 1.7.2
system: Debian 6.03

regards,
Deniz


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3537179&group_id=232389



More information about the Devel mailing list