Bug #59627 /opt/mysql5.5/scripts/mysqlbug
Submitted: 20 Jan 2011 8:54 Modified: 21 Feb 2011 6:55
Reporter: charles wang Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.5.8 OS:Linux (rhel 5.3 64)
Assigned to: CPU Architecture:Any
Tags: mysqld got signal 8

[20 Jan 2011 8:54] charles wang
Description:
I use icc to install mysql5.5.8, cmake make&make install have no error be reported.But when I use ./scripts/mysql_install_db --user=mysql --basedir=/opt/mysql5.5 --datadir=/opt/mysql5.5/data  to Installing MySQL system tables,reveal the mysqld got signal 8.
 
Here is my cmake file

CC=icc CXX=icpc  LD=xild  AR=xiar CFLAGS="-O3 -unroll2 -ip -mp -restrict -fno-exceptions -fno-rtti -no-prec-div -fno-implicit-templates -static-intel -static-libgcc -xSSE2 -axSSE2" \
CXXFLAGS="${CFLAGS}" \
CPPFLAGS=" -I/opt/intel/include " \
LDFLAGS=" -L/opt/intel/lib -lrt " \
cmake . -DCMAKE_INSTALL_PREFIX=/opt/mysql5.5 \
-DINSTALL_DATADIR=/opt/mysql5.5/data \
-DDEFAULT_CHARSET=utf8 \
-DDEFAULT_COLLATION=utf8_general_ci \
-DEXTRA_CHARSETS=all \
-DWITH_SSL=system \
-DWITH_EMBEDDED_SERVER=1 \
-DENABLED_LOCAL_INFILE=1 \
-DWITH_MYISAM_STORAGE_ENGINE=1 \
-DCURSES_LIBRARY=/usr/lib/libncurses.a \
-DCURSES_INCLUDE_PATH=/usr/include/ -DHAVE_LIBAIO_H=/opt/libaio/include/ \
-DWITH_INNOBASE_STORAGE_ENGINE=1 \
-DWITH_DEBUG=OFF \
-DMYSQL_MAINTAINER_MODE=OFF \
-DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
-DWITH_FEDERATED_STORAGE_ENGINE=1 \
-DWITH_ARCHIVE_STORAGE_ENGINE=1 \
-DINSTALL_LAYOUT=STANDALONE \
-DENABLED_PROFILING=ON

How to repeat:
My Email address is charles.wang0@gmail.com

Please according my cmake file to tell me how to performance optimization
the best of mysql5.5.8. 

Warmly expect of your reply ,and sorry for my poor English.
[21 Jan 2011 6:55] Valeriy Kravchuk
Do you have anything in the error log? Stack trace maybe?

Based on http://www.mysql.com/support/supportedplatforms/database.html I'd say that we neither do nor support icc builds for 5.5, but still more details would be useful.
[22 Feb 2011 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".