Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
5.5.48
-
None
-
Linux
MySQL 5.7
-
10.1.12, 10.2.0-6, 10.2.1-3, 10.2.1-4, 5.5.50, 10.2.2-1, 10.2.2-2, 10.2.2-3, 5.5.54
Description
22:08:01 UTC - 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.
|
Attempting to collect some information that could help diagnose the problem.
|
As this is a crash and something is definitely wrong, the information
|
collection process might fail.
|
|
key_buffer_size=10485760
|
read_buffer_size=131072
|
max_used_connections=67
|
max_threads=480
|
thread_count=66
|
connection_count=66
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 200961 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x7f66f4012160
|
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_bottom = 7f67f006ae28 thread_stack 0x40000
|
xxxx/bin/mysqld(my_print_stacktrace+0x35)[0xebb645]
|
xxxx/bin/mysqld(handle_fatal_signal+0x4a4)[0x76e6e4]
|
/lib64/libpthread.so.0(+0xf790)[0x7f683163e790]
|
xxxx/lib/plugin/server_audit-1.4.0-linux-64.so(+0x4a28)[0x7f67ffd9da28]
|
xxxx/lib/plugin/server_audit-1.4.0-linux-64.so(logger_write+0x68)[0x7f67ffd9db48]
|
xxxx/lib/plugin/server_audit-1.4.0-linux-64.so(+0x4be7)[0x7f67ffd9dbe7]
|
xxxx/lib/plugin/server_audit-1.4.0-linux-64.so(auditing+0x829)[0x7f67ffd9ed79]
|
xxxx/lib/plugin/server_audit-1.4.0-linux-64.so(+0x709d)[0x7f67ffda009d]
|
xxxx/bin/mysqld[0x76f50f]
|
xxxx/bin/mysqld(_Z18mysql_audit_notifyP3THD33mysql_event_connection_subclass_tPKci+0x191)[0x76fe11]
|
xxxx/5.7.9/bin/mysqld(handle_connection+0x79)[0xd75289]
|
xxxx/5.7.9/bin/mysqld(pfs_spawn_thread+0x174)[0xf18334]
|
/lib64/libpthread.so.0(+0x7a51)[0x7f6831636a51]
|
/lib64/libc.so.6(clone+0x6d)[0x7f683039f93d]
|
For the test I'm just using Sysbench with parallel_prepare.lua, 40 tables,
1 million rows per table, 10 minute tests. Thread levels run
8/16/32/64/128, and I run 10 tests for each. The crash seems to happen
"randomly", so can't narrow it down more than that. I've done a lot of
tests, and seen the crash just a few times so far but it's definitely
hitting something.