| List: | General Discussion | « Previous MessageNext Message » | |
| From: | BAUMEISTER Alexandre | Date: | March 23 2001 6:27pm |
| Subject: | Re[28]: Warning: Got signal 14 from thread X | ||
| View as plain text | |||
Sinisa, SM> No, nothing, No need to test further. SM> Try those Solaris patches, re-install gcc and build from the fresh SM> tarball without debug and with all the options like the last time. I re-compiled everything. gcc-2.95.3 , Mysql-3.23.35 from fresh tarball , GNU Make ... I configured Mysql with : ============================================================================================== CC='gcc' CXX='gcc' CFLAGS='-DSOLARIS' CXXFLAGS='-DSOLARIS -felide-constructors -fno-exceptions -fno-rtti' ./configure --prefix=/usr/local/mysql --without-bench --enable-thread-safe-client --with-innobase --without-debug --without-berkeley-db --without-raid --without-mit-threads ============================================================================================== Mysqlbug this time gives me : ============================================================================================== Some paths: /bin/perl /usr/local/bin/make /usr/local/bin/gmake /usr/local/bin/gcc /usr/ucb/cc GCC: Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs gcc version 2.95.3 20010315 (release) Compilation info: CC='gcc' CFLAGS='-DSOLARIS' CXX='gcc' CXXFLAGS='-DSOLARIS -felide-constructors -fno-exceptions -fno-rtti' LDFLAGS='' LIBC: -rw-r--r-- 1 root bin 1731920 Jan 5 2000 /lib/libc.a lrwxrwxrwx 1 root root 11 Dec 19 18:51 /lib/libc.so -> ./libc.so.1 -rwxr-xr-x 1 root bin 1113260 Jan 6 2000 /lib/libc.so.1 -rw-r--r-- 1 root bin 1731920 Jan 5 2000 /usr/lib/libc.a lrwxrwxrwx 1 root root 11 Dec 19 18:51 /usr/lib/libc.so -> ./libc.so.1 -rwxr-xr-x 1 root bin 1113260 Jan 6 2000 /usr/lib/libc.so.1 Configure command: ./configure --prefix=/usr/local/mysql --without-bench --enable-thread-safe-client --with-innobase --without-debug --without-berkeley- db --without-raid --without-mit-threads Perl: This is perl, version 5.005_03 built for sun4-solaris ============================================================================================== I installed all the latest patches to Solaris 2.8 (about 30MB of patches). But here is what I have in my error log : ============================================================================================== 010323 19:18:42 mysqld started Innobase: Started /usr/local/mysql/libexec/mysqld: ready for connections 010323 19:20:28 Warning: Got signal 14 from thread 4 010323 19:20:30 Warning: Got signal 14 from thread 4 010323 19:20:36 Warning: Got signal 14 from thread 4 010323 19:20:47 Warning: Got signal 14 from thread 4 010323 19:20:49 Warning: Got signal 14 from thread 4 010323 19:20:51 Warning: Got signal 14 from thread 4 010323 19:20:53 Warning: Got signal 14 from thread 4 ============================================================================================== Something else strange, there is not thread 4 in "mysqladmin proc". I give up for today. Regards, Alex.
