>Description: I installed mysql 4.0.20 (ICC Intel Compiler compiled mysql, compiled by mysql.com) and when starting mysqld it immediately exits with signal 11 and wrote this into mysqld-log:
040703 23:24:30 mysqld started mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=8388600 read_buffer_size=131072 max_used_connections=0 max_connections=100 threads_connected=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd=0x84a4d10 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... Cannot determine thread, fp=0xf0efeeed, backtrace may not be correct. Bogus stack limit or frame pointer, fp=0xf0efeeed, stack_bottom=0xc0000000, thread_stack=196608, aborting backtrace. Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0xecebeae9 is invalid pointer thd->thread_id=139089296 The manual page at http://www.mysql.com/doc/en/Crashing.html contains information that should help you find out what is causing the crash. 040703 23:24:30 mysqld ended >How-To-Repeat: I just need to start mysqld. >Fix: no idea >Submitter-Id: unknown >Originator: Christian >Organization: none >MySQL support: none >Synopsis: mysqld 4.0.20 ICC compiled by mysql.com quits with signal 11 >Severity: critical >Priority: high >Category: mysql >Class: sw-bug >Release: mysql-4.0.20-standard (Official MySQL-standard binary) >C compiler: 8.0 >C++ compiler: 8.0 >Environment: gentoo linux, intel mainboard, pentium 4, IDE HDD, 1024 MB RAM System: Linux server5 2.4.26 #2 SMP Do Jun 24 20:00:00 CEST 2004 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux Architecture: i686 Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc GCC: Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs Configured with: /var/tmp/portage/gcc-3.3.2-r5/work/gcc-3.3.2/configure --prefix=/usr --bindi r=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-l inux-gnu/3.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 - -mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/g cc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,o bjc --enable-threads=posix --enable-long-long --disable-checking --enable-cs tdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-s pecific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-g nu/3.3.2/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --ena ble-nls --without-included-gettext --disable-multilib Thread model: posix gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7) Compilation info: CC='icc' CFLAGS='-O3 -unroll2 -ip -mp -no-gcc -restrict' CXX='icc' CXXFLAGS='-O3 -unroll2 -ip -mp -no-gcc -restrict' LDFLAGS='' ASFLAGS='' LIBC: lrwxrwxrwx 1 root root 13 Jun 24 18:09 /lib/libc.so.6 -> libc-2.3.2.so -rwxr-xr-x 1 root root 1272572 Apr 13 07:32 /lib/libc-2.3.2.so -rw-r--r-- 1 root root 2707526 Apr 13 07:32 /usr/lib/libc.a -rwxr-xr-x 1 root root 204 Apr 13 07:32 /usr/lib/libc.so Configure command: ./configure '--prefix=/usr/local/mysql' '--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin' '--with-comment=Official MySQL-standard binary' '--with-extra-charsets=complex' '--with-server-suffix=-standard' '--enable-thread-safe-client' '--enable-local-infile' '--enable-assembler' '--disable-shared' '--with-client-ldflags=-all-static' '--with-mysqld-ldflags=-all-static' '--with-embedded-server' '--with-innodb' 'CC=icc' 'CFLAGS=-O3 -unroll2 -ip -mp -no-gcc -restrict' 'CXXFLAGS=-O3 -unroll2 -ip -mp -no-gcc -restrict' 'CXX=icc' -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]