[OpenSIPS-Devel] alias_db_lookup SIGCHLD

Bogdan-Andrei Iancu bogdan at voice-system.ro
Tue Mar 31 10:06:39 CEST 2009


Hi Jan,

try to get the core file by setting "ulimit -c unlimited" before 
starting opensips.
You should get a "core was generated" message when crashing.

Once you get the core file, please use gdb and extract the backtrace and 
post it here.

Thanks and regards,
Bogdan

Jan D. wrote:
> 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?
>
>   




More information about the Devel mailing list