>>>>> "jsd" == jsd <[EMAIL PROTECTED]> writes:
>> Description:
jsd> after several days of perfect functioning, mysql hangs completely.
jsd> if i try to shut it down with mysqladmin shutdown i get:
jsd> mysqladmin: connect to server at 'localhost' failed
jsd> error: 'Can't connect to MySQL server on localhost (60)'
jsd> Check that mysqld is running on localhost and that the port is 3306.
jsd> You can check this by doing 'telnet localhost 3306'
jsd> i ktrace'd the mysqld and saw it stuck in an infinite loop doing
jsd> this:
jsd> 19359 mysqld PSIG SIGILL caught handler=0xb0f0c mask=0x0 code=0x1
jsd> 19359 mysqld CALL sigreturn(0x1e37c78)
jsd> 19359 mysqld RET sigreturn JUSTRETURN
jsd> 19359 mysqld PSIG SIGILL caught handler=0xb0f0c mask=0x0 code=0x1
jsd> 19359 mysqld CALL sigreturn(0x1e37c78)
jsd> 19359 mysqld RET sigreturn JUSTRETURN
jsd> 19359 mysqld PSIG SIGILL caught handler=0xb0f0c mask=0x0 code=0x1
jsd> 19359 mysqld CALL sigreturn(0x1e37c78)
jsd> 19359 mysqld RET sigreturn JUSTRETURN
jsd> 19359 mysqld PSIG SIGILL caught handler=0xb0f0c mask=0x0 code=0x1
jsd> i am starting mysql with the following command:
jsd> /usr/local/mysql-32214b/libexec/mysqld -Omax_connections=300 -Oback_log=25
-Othread_stack=131072 -Otable_cache=128 --skip-thread-prior -l --datadir=/usr/local/var
<cut>
jsd> System: FreeBSD sequel.gamespot.com 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Tue
Jun 16 11:07:52 PDT 1998 [EMAIL PROTECTED]:/usr/src/sys/compile/SEQUEL i386
<cut>
Hi
My guess is that the above is a bug in the thread libraries in your
FreeBSD version. In this case the only way out is to get patches for
your OS or upgrade your FreeBSD release
Regards,
Monty
-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.