You are lucky - you have a core dump. This allows you to analyze why
openser crashed.
gdb /usr/sbin/openser /location/to/core-file
Usually the core is in the directory where you started openser, or in /
or somewhere else ;-)
gdb will show you where openser crashed. With the command "bt" you get
backtrace which shows openser's stack before crashing.
please send the output of gdb to the list.
regards
klaus
INFO: terminating due to SIGCHLD
INFO: signal 15 received
.... repeated ...
INFO:mi_fifo:mi_destroy: seems that fifo child is already dead!
I've added xlog lines to narrow down where it is crashing.
It hasn't crashed since that so not sure exactly where it is crashing in
the script.
I think it is crashing some where around a avp_db_load:
if ( avp_db_load("$ru/username","*/usr_preferences_to") )
It doesn't always crash on setting up a call... just when I'm not
watching for it.
Thanks
Dave
PS my first time posting to a user list so not sure just how things work
for it. Pointers welcome.
here is some pert info about my install:
version: openser 1.2.1-notls (i386/linux)
flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM,
SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
svnrevision: unknown
@(#) $Id: main.c 1827 2007-03-12 15:22:53Z bogdan_iancu $
main.c compiled on 11:12:59 Sep 6 2007 with gcc 4.1.1
------------------------------------------------------------------------
_______________________________________________
Users mailing list
Users(a)lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/users