Bug#448171: Asterisk crash when trying a call transfer while in voicemail

Tzafrir Cohen tzafrir.cohen at xorcom.com
Fri Oct 26 19:37:47 UTC 2007


Is the crash reproducable?

If so, please:

  apt-get install asterisk-dbg

and add the following to /etc/default/asterisk :

AST_DUMPCORE=yes
CORE_PATTERN='/tmp/core.%e.%t'

Note that it is recommended to remove those settings from your asterisk
defaults file once you're done debugging, as the the second one affect
core dumping of every process: not just Asterisk.

If asterisk segfaults it will now dump a core file under
/tmp/core.asterisk.TIME_OF_CRASH (TIME_OF_CRASH: seconds since
1.1.1970).

If Asterisk crashes again, you'll get a core file. Please install gdb:

  apt-get install gdb

and then run:

  gdb -c /tmp/core.asterisk.TIME_OF_CRASH /usr/sbin/asterisk

In the prompt of gdb, write:

  bt
  bt full

and include the output.

-- 
               Tzafrir Cohen       
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir





More information about the Pkg-voip-maintainers mailing list