Core dump

asterisk do not start. Illegal instruction.
I try to debug using gdb.
Last lines in gdb:

[quote]format_sln.so => (Raw Signed Linear Audio support (SLN) 8khz-192khz)
== Registered file format wav49, extension(s) WAV|wav49
format_wav_gsm.so => (Microsoft WAV format (Proprietary GSM))
== Registered file format vox, extension(s) vox
format_vox.so => (Dialogic VOX (ADPCM) File Format)

Program received signal SIGILL, Illegal instruction.
load_module () at format_pcm.c:517
517 {
Missing separate debuginfos, use: debuginfo-install bzip2-libs-1.0.5-7.el6_0.x86_64 corosynclib-1.4.7-1.el6.x86_64 cyrus-sasl-lib-2.1.23-15.el6_6.1.x86_64 db4-4.7.25-18.el6_4.x86_64 elfutils-libelf-0.158-3.2.el6.x86_64 expat-2.0.1-11.el6_2.x86_64 freetds-0.91-2.el6.x86_64 glibc-2.12-1.149.el6_6.5.x86_64 gnutls-2.8.5-14.el6_5.x86_64 gsm-1.0.13-4.el6.x86_64 jack-audio-connection-kit-0.121.3-1.el6.x86_64 keyutils-libs-1.4-5.el6.x86_64 krb5-libs-1.10.3-33.el6.x86_64 libacl-2.2.49-6.el6.x86_64 libattr-2.4.44-7.el6.x86_64 libcap-2.16-5.5.el6.x86_64 libcom_err-1.41.12-21.el6.x86_64 libcurl-7.19.7-40.el6_6.4.x86_64 libedit-2.11-4.20080712cvs.1.el6.x86_64 libgcc-4.4.7-11.el6.x86_64 libgcrypt-1.4.5-11.el6_4.x86_64 libgpg-error-1.7-4.el6.x86_64 libical-0.43-6.el6.x86_64 libidn-1.18-2.el6.x86_64 libiksemel3-1.4-2_2.el6.x86_64 libogg-1.1.4-2.1.el6.x86_64 libproxy-0.3.0-10.el6.x86_64 libresample-0.1.3-12.el6.x86_64 libselinux-2.0.94-5.8.el6.x86_64 libssh2-1.4.2-1.el6_6.1.x86_64 libtasn1-2.3-6.el6_5.x86_64 libtool-ltdl-2.2.6-15.5.el6.x86_64 libuuid-2.17.2-12.18.el6.x86_64 libvorbis-1.2.3-4.el6_2.1.x86_64 libxml2-2.7.6-17.el6_6.1.x86_64 lm_sensors-libs-3.1.1-17.el6.x86_64 lua-5.1.4-4.1.el6.x86_64 ncurses-libs-5.7-3.20090208.el6.x86_64 neon-0.29.3-3.el6_4.x86_64 net-snmp-libs-5.5-50.el6_6.1.x86_64 nspr-4.10.6-1.el6_5.x86_64 nss-3.16.2.3-3.el6_6.x86_64 nss-softokn-freebl-3.14.3-22.el6_6.x86_64 nss-util-3.16.2.3-2.el6_6.x86_64 openldap-2.4.39-8.el6.x86_64 openssl-1.0.1e-30.el6_6.5.x86_64 pakchois-0.4-3.2.el6.x86_64 perl-libs-5.10.1-136.el6_6.1.x86_64 popt-1.13-7.el6.x86_64 postgresql-libs-8.4.20-1.el6_5.x86_64 rpm-libs-4.8.0-38.el6_6.x86_64 speex-1.2-0.12.rc1.1.el6.x86_64 sqlite-3.6.20-1.el6.x86_64 sqlite2-2.8.17-10.el6.x86_64 tcp_wrappers-libs-7.6-57.el6.x86_64 unixODBC-2.2.14-14.el6.x86_64 xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64 zlib-1.2.3-29.el6.x86_64[/quote]

Could you help me ?

You are trying to run on a machine on which it wasn’t compiled, or you compiled on a VM that incorrectly describes its hardware capabilities. In the latter case recompile with a generic machine type and don’t let the compiler optimise for the build machine.

thank you.
I recompile asterisk again. Now it works.