Bug #4459 | mysqld 4.0.20 (ICC compiled by mysql.com) quits with signal 11 | ||
---|---|---|---|
Submitted: | 8 Jul 2004 11:44 | Modified: | 28 Oct 2004 2:59 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S1 (Critical) |
Version: | mysql-4.0.20-standard (ICC) | OS: | Vanilla 2.4.26/gentoo x86 2004.1 |
Assigned to: | Matthew Lord | CPU Architecture: | Any |
[8 Jul 2004 11:44]
[ name withheld ]
[19 Jul 2004 22:57]
Andrey Ignatov
I have same issue on Debian platform with 2.4.26 kernel and mysql-standart-4.0.20 (ICC) and mysql-debug-4.0.20 (ICC). 040720 00:51:58 mysqld started 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=8388600 read_buffer_size=131072 max_used_connections=0 max_connections=100 threads_connected=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd=0x8514270 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... Stack range sanity check OK, backtrace follows: Stack trace seems successful - bottom reached Please read http://www.mysql.com/doc/en/Using_stack_trace.html and follow instructions on how to resolve the stack trace. Resolved stack trace is much more helpful in diagnosing the problem, so please do resolve it Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0x54454500 is invalid pointer thd->thread_id=1919639395 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. 040720 00:51:58 mysqld ended
[20 Jul 2004 19:31]
Matthew Lord
Hi, I was not able to repeat this on a RH 9 box: Linux booty 2.4.21 #12 SMP Thu Aug 14 00:49:40 EDT 2003 i686 i686 i386 GNU/Linux Would you be able to provide your /etc/my.cnf file? Can you repeat this on your box when using --no-defaults? Best Regards
[23 Jul 2004 9:06]
Andrey Ignatov
Yes, with --no-defaults I had the same result. How may I help you to reproduce this?
[26 Oct 2004 7:13]
Lenz Grimmer
Can you please check, if the 4.0.21 binary shows the same behaviour? We have now changed from static to dynamic linking for these.
[26 Oct 2004 7:15]
Lenz Grimmer
Probably a duplicate of bug#5567?
[28 Oct 2004 2:59]
Matthew Lord
I cannot repeat this with 4.0.21. Starting with 4.0.21 we are linking this dynamically as the static linking with icc was very problematic. You will also need the additional ICC libraries which are linked to from the downloads page: http://dev.mysql.com/downloads/os-linux.html Best Regards