i tried to check using trunk openser if my config is valid with command

/usr/sbin/openser -c -u root -g root -w /tmp/

i got to syslog:

Sep 20 20:42:11 [9352] NOTICE:core:main: initialize the pseudo random generator 
from /dev/urandom
Sep 20 20:42:11 [9352] INFO:core:pv_parse_hdr_name: using hdr type (21) instead 
of <event>
Sep 20 20:42:11 [9352] INFO:core:pv_parse_hdr_name: using hdr type (31) instead 
of <Remote-Party-ID>
Listening on
             udp: 192.98.102.100 [192.98.102.100]:5060
             tcp: 192.98.102.100 [192.98.102.100]:5060
Aliases:
             *: sip.test.fi:5060

Sep 20 20:42:11 [9352] NOTICE:core:main: config file ok, exiting...
Sep 20 20:42:11 [9352] NOTICE:presence:destroy: destroy module ...
PIKE - destroying module
Segmentation fault (core dumped)

gdb shows:

(gdb) where
#0  0xb7967139 in destroy_list (list_id=0) at dispatch.c:521
#1  0xb7967425 in ds_destroy_list () at dispatch.c:505
#2  0xb7970f8f in destroy () at dispatcher.c:318
#3  0x080a6785 in destroy_modules () at sr_module.c:375
#4  0x0806704d in cleanup (show_status=0) at main.c:372
#5  0x08068f53 in main (argc=8, argv=0xbfa90974) at main.c:1318

looks like dispatcher does not like to get terminated.

-- juha

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to