51 messages in com.mysql.lists.mysqlRe[2]: Warning: Got signal 14 from th...
FromSent OnAttachments
Kevin Price-Ward13 Mar 2001 02:16 
Gerald L. Clark13 Mar 2001 05:58 
Kevin Price-Ward13 Mar 2001 14:36 
BAUMEISTER Alexandre20 Mar 2001 02:04 
Sinisa Milivojevic20 Mar 2001 05:48 
Heikki Tuuri20 Mar 2001 06:09 
BAUMEISTER Alexandre20 Mar 2001 07:08 
BAUMEISTER Alexandre20 Mar 2001 08:19 
Heikki Tuuri20 Mar 2001 10:52 
BAUMEISTER Alexandre20 Mar 2001 11:10 
BAUMEISTER Alexandre21 Mar 2001 03:07 
Sinisa Milivojevic21 Mar 2001 03:36 
Sinisa Milivojevic21 Mar 2001 03:39 
Sinisa Milivojevic21 Mar 2001 03:53 
BAUMEISTER Alexandre21 Mar 2001 04:30 
Sinisa Milivojevic21 Mar 2001 04:39 
BAUMEISTER Alexandre21 Mar 2001 04:42 
BAUMEISTER Alexandre21 Mar 2001 04:44 
BAUMEISTER Alexandre21 Mar 2001 04:48 
BAUMEISTER Alexandre21 Mar 2001 04:50 
Sinisa Milivojevic21 Mar 2001 04:51 
Sinisa Milivojevic21 Mar 2001 04:54 
BAUMEISTER Alexandre21 Mar 2001 04:55 
Sinisa Milivojevic21 Mar 2001 04:56 
BAUMEISTER Alexandre21 Mar 2001 04:58 
BAUMEISTER Alexandre21 Mar 2001 05:01 
Sinisa Milivojevic21 Mar 2001 05:04 
Sinisa Milivojevic21 Mar 2001 05:05 
Sinisa Milivojevic21 Mar 2001 05:14 
BAUMEISTER Alexandre21 Mar 2001 05:15 
Sinisa Milivojevic21 Mar 2001 05:29 
BAUMEISTER Alexandre21 Mar 2001 05:32 
Sinisa Milivojevic21 Mar 2001 05:40 
BAUMEISTER Alexandre21 Mar 2001 05:41 
BAUMEISTER Alexandre21 Mar 2001 05:44 
Sinisa Milivojevic21 Mar 2001 05:52 
BAUMEISTER Alexandre21 Mar 2001 06:11 
BAUMEISTER Alexandre21 Mar 2001 06:18 
Sinisa Milivojevic21 Mar 2001 06:22 
Sinisa Milivojevic21 Mar 2001 06:27 
Heikki Tuuri21 Mar 2001 06:41 
BAUMEISTER Alexandre21 Mar 2001 06:46 
anna soobrattee21 Mar 2001 07:11 
BAUMEISTER Alexandre21 Mar 2001 09:53 
BAUMEISTER Alexandre21 Mar 2001 10:36 
Brian McDonough21 Mar 2001 13:42 
Michael Widenius22 Mar 2001 18:29 
BAUMEISTER Alexandre23 Mar 2001 07:39 
Michael Widenius24 Mar 2001 06:39 
BAUMEISTER Alexandre24 Mar 2001 07:05 
anna soobrattee26 Mar 2001 00:30 
Subject:Re[2]: Warning: Got signal 14 from thread X
From:BAUMEISTER Alexandre (al@finance-net.com)
Date:03/20/2001 08:19:26 AM
List:com.mysql.lists.mysql

Bonjour Sinisa, SM> The above could indicate some timeout problem.

SM> Can you build mysql --with-debug and start it with --debug and see in SM> the trace file when are the above timeouts reported ??

SM> Also, do you have clients that do not call mysql_close at the end , SM> like PHP programs ?

No. I don't think so. Nothing queries the server. Each time I do a 'mysqladmin stat' I see only one more query which is the stat query in fact.

I've just compiled with --with-debug and run the server with --debug. I changed nothing else. Here is what happens now :

010320 17:09:44 mysqld started Innobase: Started /usr/local/mysql/libexec/mysqld: ready for connections mysqld got signal 11; The manual section 'Debugging a MySQL server' tells you how to use a stack trace and/or the core file to produce a readable backtrace that may help in finding out why mysqld died. 010320 17:10:30 mysqld restarted Innobase: Started /usr/local/mysql/libexec/mysqld: ready for connections mysqld got signal 11; The manual section 'Debugging a MySQL server' tells you how to use a stack trace and/or the core file to produce a readable backtrace that may help in finding out why mysqld died. 010320 17:13:02 mysqld restarted Innobase: Database was not shut down normally. Innobase: Starting recovery from log files... Innobase: Starting log scan based on checkpoint at Innobase: log sequence number 0 744725926 Innobase: Started /usr/local/mysql/libexec/mysqld: ready for connections

I continue to investigate.

Regards, Alex.