>Description: Running mysql-test fails test client_test with segv. Several other tests fail after this and it may be due to the segv. here is the output from the test: client_test [ fail ]
Errors are (from /opt/csw/mysql4/mysql-test/var/log/mysqltest-time) : client_test.c:9730: check failed: 'udouble_val == ulonglong2double(uint64_val)' Abort - core dumped /opt/csw/mysql4/bin/mysqltest: command "$TESTS_BINDIR/client_test --no-defaults --testcase --user=root --socket=$MASTER_MYSOCK --port=$MYSQL_TCP_PORT --silent" failed (the last lines may be the most important ones) Ending Tests Shutting-down MySQL daemon Master shutdown finished Slave shutdown finished Resuming Tests comments [ pass ] 53 ... drop [ fail ] Errors are (from /opt/csw/mysql4/mysql-test/var/log/mysqltest-time) : /opt/csw/mysql4/bin/mysqltest: At line 58: Result length mismatch (the last lines may be the most important ones) Below are the diffs between actual and expected results: ------------------------------------------------------- *** r/drop.result Wed Jan 26 07:07:36 2005 --- r/drop.reject Wed Jan 26 14:52:01 2005 *************** *** 31,36 **** --- 31,37 ---- create database mysqltest; show databases; Database + client_test_db mysql mysqltest test *************** *** 41,46 **** --- 42,48 ---- drop database mysqltest; show databases; Database + client_test_db mysql test drop database mysqltest; ------------------------------------------------------- Please follow the instructions outlined at http://www.mysql.com/doc/en/Reporting_mysqltest_bugs.html to find the reason to this problem and how to report this. Ending Tests Shutting-down MySQL daemon Master shutdown finished Slave shutdown finished Resuming Tests drop_temp_table [ pass ] 77 >How-To-Repeat: Just running mysql-test. The daemon appears to run ok, but I have not tried very many exercises to verify this. >Fix: Unknown >Submitter-Id: >Originator: Alex Moore >Organization: >MySQL support: none >Synopsis: mysql-test-run fails client_test on Solaris x86 >Severity: critical >Priority: medium >Category: mysql >Class: sw-bug >Release: mysql-4.1.9 (Source distribution) >C compiler: cc: Sun C 5.5 Patch 112761-10 2004/08/10 >C++ compiler: | doc-bug | change-request | support ] (one line)> >Environment: Dell 2300, 2x450Mhz pentium, Solaris 9 9/04 with recommended patches System: SunOS mcsun5 5.9 Generic_117172-12 i86pc i386 i86pc Architecture: i86pc Some paths: /usr/bin/perl /usr/ccs/bin/make /opt/csw/bin/gmake /opt/SUNWspro/bin/cc Compilation info: CC='cc' CFLAGS='-O -DDBUG_OFF -Xa -xstrconst -mt -D_FORTEC_ -xO3 -xtarget=386 -D_FILE_OFFSET_BITS=64 -DBIG_TABLES -DHAVE_CURSES_H -I/export/medusa/asmoore/build/mysql-4.1.9-i386/include -DHAVE_RWLOCK_T' CXX='CC' CXXFLAGS='-O3 -DDBUG_OFF -noex -mt -D_FORTEC_ -xO3 -xtarget=386 -D_FILE_OFFSET_BITS=64 -DBIG_TABLES -DHAVE_CURSES_H -I/export/medusa/asmoore/build/mysql-4.1.9-i386/include -DHAVE_RWLOCK_T' LDFLAGS='-L/opt/csw/lib ' ASFLAGS='' LIBC: -rw-r--r-- 1 root bin 1908016 Nov 21 15:56 /lib/libc.a lrwxrwxrwx 1 root root 11 Dec 23 06:40 /lib/libc.so -> ./libc.so.1 -rwxr-xr-x 1 root bin 805364 Nov 21 15:56 /lib/libc.so.1 -rw-r--r-- 1 root bin 1908016 Nov 21 15:56 /usr/lib/libc.a lrwxrwxrwx 1 root root 11 Dec 23 06:40 /usr/lib/libc.so -> ./libc.so.1 -rwxr-xr-x 1 root bin 805364 Nov 21 15:56 /usr/lib/libc.so.1 Configure command: ./configure '--prefix=/opt/csw/mysql4' '--disable-assembler' '--without-libedit' '--enable-thread-safe-client' '--with-named-z-libs=no' '--with-berkeley-db' '--with-openssl' '--with-innodb' '--enable-local-infile' '--with-extra-charsets=all' 'CC=cc' 'CFLAGS=-Xa -xstrconst -mt -D_FORTEC_ -xO3 -xtarget=386 ' 'CPPFLAGS=-I/opt/csw/include' 'CXXFLAGS=-noex -mt -D_FORTEC_ -xO3 -xtarget=386 ' 'CXX=CC' 'LDFLAGS=-L/opt/csw/lib ' 'CFLAGS=-O -DDBUG_OFF -Xa -xstrconst -mt -D_FORTEC_ -xO3 -xtarget=386 -D_FILE_OFFSET_BITS=64 -DBIG_TABLES -DHAVE_CURSES_H -I/export/medusa/asmoore/build/mysql-4.1.9-i386/include -DHAVE_RWLOCK_T' 'CXXFLAGS=-O3 -DDBUG_OFF -noex -mt -D_FORTEC_ -xO3 -xtarget=386 -D_FILE_OFFSET_BITS=64 -DBIG_TABLES -DHAVE_CURSES_H -I/export/medusa/asmoore/build/mysql-4.1.9-i386/include -DHAVE_RWLOCK_T' Thanks, Alex -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]