>Description:
With mysql-test-run when the "rpl000001.test" is reached it run 
indefinately. I have to stop the test with ctrl-c.
On an iMac with MacOS X 10.0.3 and Apple developer tools 10.0.1, I 
download, untar, configure and make MySQL 3.23.39

------------begin terminal copy without all command output--------------
[dhcp-b25:~/Installations] brogniar% wget 
http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.39.tar.gz
[dhcp-b25:~/Installations] brogniar% tar xzf mysql-3.23.39.tar.gz
[dhcp-b25:~/Installations] brogniar% cd mysql-3.23.39
[dhcp-b25:~/Installations/mysql-3.23.39] brogniar% ./configure 
--prefix=/usr/local/mysql --with-extra-charsets=complex 
--with-server-suffix=-max --with-bdb --with-innodb 
--with-mysqld-user=mysql --with-debug
[dhcp-b25:~/Installations/mysql-3.23.39] brogniar% make
------------end terminal copy-------------------------------------------

Then I test I and when the "rpl000001.test" is run then it run 
indefinately. I have to stop the test with ctrl-c.

------------begin terminal copy-----------------------------------------
[dhcp-b25:~/Installations/mysql-3.23.39] brogniar% cd mysql-test
[dhcp-b25:~/Installations/mysql-3.23.39/mysql-test] brogniar% 
./mysql-test-run --debug --local rpl000001.test
Installing Test Databases
Removing Stale Files
Installing Master Databases
010614 16:03:05  ../sql/mysqld: Shutdown Complete

Installing Slave Databases
010614 16:03:05  ../sql/mysqld: Shutdown Complete

Starting MySQL daemon
Loading Standard Test Databases
Starting Tests

  TEST                         USER   SYSTEM  ELAPSED        RESULT
------------------------------------------------------------------------
^C
[dhcp-b25:~/Installations/mysql-3.23.39/mysql-test] brogniar%
------------end terminal copy-------------------------------------------

On other terminal window
before ctrl-c:

------------begin terminal copy-----------------------------------------
[dhcp-b25:~] brogniar% ps -aux | grep "mysql"
brogniar  7717   0.0  0.2     1720    744  p1  S+     0:00.17 sh 
./mysql-test-run --debug --local rpl000001.test
brogniar  7754   0.0  1.1    37568   3636  p1  S+     0:02.08 
/Users/brogniar/Installations/mysql-3.23.39/sql/mysqld --no-defaults
brogniar  7757   0.0  0.5    15824   1708  p1  S+     0:00.86 
/Users/brogniar/Installations/mysql-3.23.39/sql/mysqld --no-defaults
brogniar  7763   0.0  0.1     1252    212  p1  S+     0:00.01 time -p 
/Users/brogniar/Installations/mysql-3.23.39/client/mysqltest 
--no-defaults
brogniar  7764   0.0  0.3     2564    980  p1  S+     0:00.31 
/Users/brogniar/Installations/mysql-3.23.39/client/mysqltest 
--no-defaults
brogniar  7771   0.0  0.0     1084     96 std  U+     0:00.01 grep mysql
------------end terminal copy-------------------------------------------

after ctrl-c:

------------begin terminal copy-----------------------------------------
[dhcp-b25:~] brogniar% ps -aux | grep "mysql"
brogniar  7754   0.0  1.1    37364   3604  p1  S      0:02.12 
/Users/brogniar/Installations/mysql-3.23.39/sql/mysqld --no-defaults
brogniar  7757   0.0  0.5    15756   1700  p1  S      0:00.87 
/Users/brogniar/Installations/mysql-3.23.39/sql/mysqld --no-defaults
brogniar  7773   0.0  0.0     5708     72 std  SV     0:00.00 grep mysql
[dhcp-b25:~] brogniar% kill -9 7754
[dhcp-b25:~] brogniar% kill -9 7757
[dhcp-b25:~] brogniar%
------------end terminal copy-------------------------------------------

>How-To-Repeat:
>Fix:

>Submitter-Id:
>Originator:    [EMAIL PROTECTED]
>Organization:
Universite Lumiere - Lyon 2
>MySQL support: none
>Synopsis:
What do you mean with synopsis of the problem?
>Severity:
serious
>Priority:
>Category:      mysql
>Class:
sw-bug
>Release:       mysql-3.23.39-max (Source distribution)

>Environment:
System: Darwin dhcp-b25.univ-lyon2.fr 1.3.3 Darwin Kernel Version 
1.3.3: Fri May  4 13:46:54 PDT 2001; 
root:xnu/xnu-124.8.obj~1/RELEASE_PPC  Power Macintosh powerpc


Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/cc

Compilation info: CC='cc'  CFLAGS=''  CXX='c++'  CXXFLAGS=''  LDFLAGS=''
LIBC:


lrwxr-xr-x  1 root  wheel  15 Jun 15 10:23 /usr/lib/libc.dylib -> 
libSystem.dylib
Configure command: ./configure  --prefix=/usr/local/mysql 
--with-extra-charsets=complex --with-server-suffix=-max --with-bdb 
--with-innodb --with-mysqld-user=mysql --with-debug

More info: I uploaded log and debug trace file to 
ftp://support.mysql.com/pub/mysql/secret/jb200106151343_report.tar.gz






---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to