On Nov 27, 2003 at 01:18, Kannaiyan Natesan nkans@lycos.co.uk wrote:
SER is only stable from few seconds to few minutes.
Does it crash? Do you get a coredump?
Do you use a cvs head config with 0.8.12? If so there might be a workarround: make sure that you enable the use_domain parameter of the registrar module.
If it still crashes:
Try to start ser with debugging and loggind to stderr: ser -dd -E -w. -f your.cfg 2>/tmp/log (if you use a config not derived from the standard one, you might have to add log_stderror=yes)
Before starting ser, run "ulimit -c unlimited" and make sure ser is allowed to dump core in the current dir (-w .). If you get the core make a tar.gz with it + ser binaries and sources (if you compiled it by yourself) and either put it on some web/ftp site or send it to serhelp@lists.iptel.org.
Andrei