On Apr 02, 2003 at 12:24, Jan Janak <jan(a)iptel.org> wrote:
Hello,
please recompile ser with mode=debug (make clean; make all mode=debug)
and use ulimit -c unlimited to enable core generation.
One note: mode=debug is no longer necessary. Now ser is compiled by
default with debugging symbols (the -g swtich).
After that restart the server. Once it crashes run gdb
to find
out where the crash occurs. Type bt in the debugger, it will print the
backtrace. Please send the result to us if the crash is not caused by
your changes.
Or you can tar gzip/bzip2 the core and ser sources and either put them on some
ftp or web server we can access or send them to serhelp.
Andrei