hi,

my mysql is crashing from time to time,
on nothing more than just count(*) on a table.

its 3.23.52 compiled from the sources, running on openbsd 3.1

i have compiled with debug turned on,
but there is no backtrace in the log file when it happens,only
this:

020918 16:16:20  mysqld restarted
/mysql/libexec/mysqld: ready for connections
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked agaist is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail

key_buffer_size=16773120
record_buffer=131072
sort_buffer=524280
max_used_connections=50
max_connections=100
threads_connected=40
It is possible that mysqld could use up to 
key_buffer_size + (record_buffer + sort_buffer)*max_connections = 80379 K
bytes of memory
Hope that's ok, if not, decrease some variables in the equation

020919 03:31:48  mysqld restarted

i have increased all the limits on memory, stack, opened files etc to no avail.

what else can i do to debug the problem or resolve the issue ?

regards,
terry


---------------------------------------------------------------------
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