Bug #24211 mysql got signal 11 gentoo
Submitted: 11 Nov 2006 7:57 Modified: 14 Dec 2006 20:24
Reporter: calculator calculator Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:mysql-5.0.26-r1 OS:Linux (Gentoo)
Assigned to: CPU Architecture:Any

[11 Nov 2006 7:57] calculator calculator
Description:
hi all. I install mysql-5.0.26-r1, phpmyadmin-2.9.0.3 and run "mysql -u root -p < /usr/share/webapps/phpmyadmin/2.9.0.3/sqlscripts/mysql/2.9.0.3_create.sql"
mysqld down. /var/log/mysql/mysqld.err:
--------------------------------------------------------------------------------
Version: '5.0.26-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  Gentoo Linux mysql-5.0.26-r1
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 against 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=4194304
read_buffer_size=126976
max_used_connections=1
max_connections=3
threads_connected=1
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 6003 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=0x8bb3e58
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0x9f, backtrace may not be correct.
Bogus stack limit or frame pointer, fp=0x9f, stack_bottom=0xb3ef0000, thread_stack=196608, aborting backtrace.
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x8bc4a80 = GRANT SELECT (Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
        Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
        File_priv, Grant_priv, References_priv, Index_priv, Alter_priv)
        ON mysql.user TO 'pma'@'localhost'
thd->thread_id=1
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
--------------------------------------------------------------------------------

After down, me play with my.cnf on memory lowed parameters(computer witch 256MB RAM), down all hungry services but this not happy end.
dev-db/mysql-5.0.26-r1  USE="berkdb perl ssl -big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128 -minimal (-selinux) -srvdir -static"
/etc/make.conf:
--------------------------------------------------------------------------------
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
ACCEPT_KEYWORDS="x86"
--------------------------------------------------------------------------------

p.s. Sorry for my english

How to repeat:
Today me install mysql-4.1.21 and all work fine, but i think this bugreport be useful
[12 Nov 2006 17:52] Pavel Siska
Absolutely same problem.
[14 Nov 2006 20:24] Sveta Smirnova
Thank you for the report.

Please try using current 5.0.27 version accessible from http://dev.mysql.com/downloads/mysql/5.0.html and say us result.
[15 Dec 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".