> 2012-09-08 20:15:54 [15474] [6] PANIC: /usr/sbin/bearerbox() [0x80ebc8d] > 2012-09-08 20:15:54 [15474] [6] PANIC: [0xb778140c] > 2012-09-08 20:15:54 [15474] [6] PANIC: /usr/sbin/bearerbox() [0x80945d3] > 2012-09-08 20:15:54 [15474] [6] PANIC: /usr/sbin/bearerbox() [0x80d613d] > 2012-09-08 20:15:54 [15474] [6] PANIC: /lib/libpthread.so.0(+0x5950) > [0xb756b950] > 2012-09-08 20:15:54 [15474] [6] PANIC: /lib/libc.so.6(clone+0x5e) [0xb723253e]
More details from core dump and gdb: $ gdb gw/bearerbox ~/core-bearerbox-4429 ... Reading symbols from /usr/src/RPM/BUILD/kannel-gateway/gw/bearerbox...done. ... Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/ld-linux.so.2 Core was generated by `/usr/sbin/bearerbox kannel.conf'. Program terminated with signal 11, Segmentation fault. #0 0x080e3fb2 in port_put_request (conn=0x0, data=0x20) at gwlib/http.c:2116 2116 mutex_unlock(port_mutex); After commenting this line and recompiling bearerbox I have another error: Core was generated by `./bearerbox kannel.conf'. Program terminated with signal 11, Segmentation fault. #0 0x080ed972 in octstr_append_char (ostr=0x0, ch=32) at gwlib/octstr.c:1522 1522 octstr_insert_data(ostr, ostr->len, &c, 1); -- Regards, Eugene Prokopiev
