Displaying 1 result from an estimated 1 matches for "5119ed9b".
2010 Sep 02
5
How to create a coredump for Asterisk
Hi everybody,
sometimes we have an Asterisk-crash, but no clue why this is happening,
so I'm trying to make a coredump to analyse it.
I compiled Asterisk 1.4.20.1 on CentOS 5.4 i386 with "DEBUG_THREADS" and
"DONT_OPTIMIZE", then I start it with:
# /bin/bash /usr/sbin/safe_asterisk
This should do an "ulimit -c unlimited", but I entered it in the
terminal again.