[Devel] crash with -c option when presence.so is loaded
Juha Heinanen
jh at tutpro.com
Sat Apr 28 22:12:02 CEST 2007
when testing trunk presence stuff, i noticed that openser -c crashes
when presence module is loaded:
with #loadmodule "presence.so":
# openser -c -P /var/run/openser/openser.pid -m 32 -u root -g root -w /var/run/openser -n 8
Listening on
udp: 192.98.101.10 [192.98.101.10]:5060
tcp: 192.98.101.10 [192.98.101.10]:5060
Aliases:
*: sip.test.fi:5060
config file ok, exiting...
0(29092) INFO: mi_xmlrpc: destroy: Process hasn't been created -> nothing to kill
0(29092) INFO:mi_fifo:mi_destroy:memory for the child's mi_fifo_pid was not allocated -> nothing to destroy
0(29092) PIKE - destroying module
with loadmodule "presence.so":
# openser -c -P /var/run/openser/openser.pid -m 32 -u root -g root -w /var/run/openser -n 8
Listening on
udp: 192.98.101.10 [192.98.101.10]:5060
tcp: 192.98.101.10 [192.98.101.10]:5060
Aliases:
*: sip.test.fi:5060
config file ok, exiting...
Segmentation fault (core dumped)
the only modparam that i have set for presence module is db_url.
without -c openser starts fine.
i can't find core dump file anywhere.
-- juha
More information about the Devel
mailing list