Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 06:14:20 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.
- 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=16777216
- read_buffer_size=131072
- max_used_connections=0
- max_threads=151
- thread_count=0
- connection_count=0
- It is possible that mysqld could use up to
- key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 346701 K bytes of memory
- Hope that's ok; if not, decrease some variables in the equation.
- Thread pointer: 0x0
- 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 = 0 thread_stack 0x30000
- /usr/sbin/mysqld(my_print_stacktrace+0x20)[0x7fa28436d6b0]
- /usr/sbin/mysqld(handle_fatal_signal+0x3d5)[0x7fa2842571c5]
- /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7fa282fe6340]
- /usr/sbin/mysqld(+0x5de4ad)[0x7fa2844594ad]
- /usr/sbin/mysqld(+0x5df3fc)[0x7fa28445a3fc]
- /usr/sbin/mysqld(+0x5ccba0)[0x7fa284447ba0]
- /usr/sbin/mysqld(+0x5ce49d)[0x7fa28444949d]
- /usr/sbin/mysqld(+0x5709e7)[0x7fa2843eb9e7]
- /usr/sbin/mysqld(+0x57b2a0)[0x7fa2843f62a0]
- /usr/sbin/mysqld(+0x57bbcb)[0x7fa2843f6bcb]
- /usr/sbin/mysqld(+0x56caa6)[0x7fa2843e7aa6]
- /usr/sbin/mysqld(+0x5b4f1a)[0x7fa28442ff1a]
- /usr/sbin/mysqld(+0x57ea93)[0x7fa2843f9a93]
- /usr/sbin/mysqld(+0x52fc39)[0x7fa2843aac39]
- /usr/sbin/mysqld(+0x4fef98)[0x7fa284379f98]
- /usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x7fa2842591f1]
- /usr/sbin/mysqld(+0x302d11)[0x7fa28417dd11]
- /usr/sbin/mysqld(_Z11plugin_initPiPPci+0x92a)[0x7fa284181d0a]
- /usr/sbin/mysqld(+0x28b2ab)[0x7fa2841062ab]
- /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x45b)[0x7fa28410ac0b]
- /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7fa282628ec5]
- /usr/sbin/mysqld(+0x287168)[0x7fa284102168]
- The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
- information that should help you find out what is causing the crash.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement