Asterisk Crash?

Hi,

we have occasionally Asterisk crash, it’s always a puzzle to me how this happened… Sometimes it’s happened with the server under heavy loads but most of the time it happened with low loads…

Here’s the gdb bt on the last crash

Core was generated by `/home/asterisk/asterisk-bin/sbin/asterisk -f -U asterisk -vvvg -c’.
Program terminated with signal 11, Segmentation fault.
#0 ast_channel_set_linkgroup (chan=0x7f6bfc60d618, peer=0x7f6cac254c78) at channel.c:6274
6274 linkedid = oldest_linkedid(linkedid, bridged->linkedid);

Any master here know what is this? or this is a bug?

Running: Asterisk 1.8.12.1

Mike

It’s either a bug or the result of mixing incompatible binaries.

Segmentation violations are never normal behaviour.

To report the bug, you will need to ensure that you have compiled with optimisation disabled and provide the complete backtrace. You will also need to identify the versions. Bugs are reported on issues.asterisk.org/jira/