Dear Arkadi,
Thanks for your reply. My response as follows:
1. Which binary exactly have you downloaded?
I was using "codec_g729-ast16-gcc4-glibc-pentium4.so"
2. There may be something in dmesg, probably some security module kicks in.
Most Probably
3. Try build without SSE and plain Pentium builds also.
I tried with following result
No-SSE
[root@ELASTIX-203 modules]# /usr/sbin/safe_asterisk: line 145: 4994 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.
PENTIUM
[root@ELASTIX-203 modules]# /usr/sbin/safe_asterisk: line 145: 5126 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.
exit/usr/sbin/safe_asterisk: line 145: 5184 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited on signal 11.
Automatically restarting Asterisk.
4. Troubleshooting using GDB
attached the result
Regards,
Kevin