[OpenSIPS-Devel] alias_db_lookup SIGCHLD

Jan D. j-doedel at zonnet.nl
Thu Mar 26 17:27:43 CET 2009


I'm compiled opensips 1.5 on a debian 64 unstable platform.

If I get a incomming call opensips stops with an CRITICAL:core error:

opensips /usr/sbin/opensips[5849]: CRITICAL:core:receive_fd: EOF on 11
opensips /usr/sbin/opensips[5817]: INFO:core:handle_sigs: child process 5823 exited by a signal 11
opensips /usr/sbin/opensips[5817]: INFO:core:handle_sigs: core was not generated
opensips /usr/sbin/opensips[5817]: INFO:core:handle_sigs: terminating due to SIGCHLD
opensips /usr/sbin/opensips[5833]: INFO:core:sig_usr: signal 15 received

This is the code:
if(allow_trusted())
        {
                # test callee is local
                if (!alias_db_lookup("dbaliases"))
                {
                        sl_send_reply("404", "User unknown");
                        exit;
                }

The script was working O.K. in 1.4.

Does anyone have the same problem? Anyone can help?

-- 
View this message in context: http://n2.nabble.com/alias_db_lookup-SIGCHLD-tp2539469p2539469.html
Sent from the OpenSIPS - Devel mailing list archive at Nabble.com.




More information about the Devel mailing list