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

Frank Segtrop frank.segtrop at matflow.net
Sat Oct 27 04:03:35 UTC 2007


Tzafrir Cohen schrieb:
> Is the crash reproducable?
>   
Yes, it really is.
> 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.
>
>   
Here the gdb output:




-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bt.txt
Url: http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20071027/b851db53/attachment-0001.txt 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20071027/b851db53/attachment-0001.pgp 


More information about the Pkg-voip-maintainers mailing list