Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. Server version: 10.0.19-MariaDB-log
  2. key_buffer_size=67108864
  3. read_buffer_size=8388608
  4. max_used_connections=0
  5. max_threads=1302
  6. thread_count=0
  7. It is possible that mysqld could use up to
  8. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 32089213 K bytes of memory
  9. Hope that's ok; if not, decrease some variables in the equation.
  10.  
  11. Thread pointer: 0x0x0
  12. Attempting backtrace. You can use the following information to find out
  13. where mysqld died. If you see no messages after this, something went
  14. terribly wrong...
  15. stack_bottom = 0x0 thread_stack 0x48000
  16. /usr/sbin/mysqld(my_print_stacktrace+0x2b)[0xb7bc1b]
  17. /usr/sbin/mysqld(handle_fatal_signal+0x398)[0x72b318]
  18. /lib64/libpthread.so.0(+0xf710)[0x7f228c5cb710]
  19. /lib64/libc.so.6(gsignal+0x35)[0x7f228ac27625]
  20. /lib64/libc.so.6(abort+0x175)[0x7f228ac28e05]
  21. /usr/sbin/mysqld[0x9e90b1]
  22. /usr/sbin/mysqld[0x9e9165]
  23. /usr/sbin/mysqld[0x9efcbb]
  24. /usr/sbin/mysqld[0x9ba04d]
  25. /usr/sbin/mysqld[0x9babb3]
  26. /usr/sbin/mysqld[0x99f281]
  27. /usr/sbin/mysqld[0x982508]
  28. /usr/sbin/mysqld[0x929745]
  29. /usr/sbin/mysqld[0x9264a0]
  30. /usr/sbin/mysqld[0x92806f]
  31. /usr/sbin/mysqld[0x8f37eb]
  32. /usr/sbin/mysqld[0x94eeb7]
  33. /usr/sbin/mysqld[0x9403c9]
  34. /lib64/libpthread.so.0(+0x79d1)[0x7f228c5c39d1]
  35. /lib64/libc.so.6(clone+0x6d)[0x7f228acdd8fd]
  36. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  37. information that should help you find out what is causing the crash.
  38. 180112 05:05:14 mysqld_safe mysqld from pid file /var/lib/mysql/test-data.mydb.com.pid ended
  39. 180112 05:20:08 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
  40. 180112 5:20:09 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
  41. 180112 5:20:09 [Note] /usr/sbin/mysqld (mysqld 10.0.19-MariaDB-log) starting as process 14811 ...
  42. 180112 5:20:09 [Warning] option 'innodb-purge-threads': unsigned value 0 adjusted to 1
  43. 2018-01-12 05:20:09 7f01f4a0a820 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
  44. 180112 5:20:09 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  45. 180112 5:20:09 [Note] InnoDB: The InnoDB memory heap is disabled
  46. 180112 5:20:09 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  47. 180112 5:20:09 [Note] InnoDB: Memory barrier is not used
  48. 180112 5:20:09 [Note] InnoDB: Compressed tables use zlib 1.2.3
  49. 180112 5:20:09 [Note] InnoDB: Using Linux native AIO
  50. 180112 5:20:09 [Note] InnoDB: Using CPU crc32 instructions
  51. 180112 5:20:09 [Note] InnoDB: Initializing buffer pool, size = 10.0G
  52. 180112 5:20:11 [Note] InnoDB: Completed initialization of buffer pool
  53. 180112 5:20:12 [Note] InnoDB: Highest supported file format is Barracuda.
  54. 180112 5:20:13 [Note] InnoDB: 128 rollback segment(s) are active.
  55. 180112 5:20:13 [Note] InnoDB: Waiting for purge to start
  56. InnoDB: Error: tablespace id is 2330 in the data dictionary
  57. InnoDB: but in file ./mysql/innodb_index_stats.ibd it is 2!
  58. 2018-01-12 05:20:13 7efef8bfb700 InnoDB: Assertion failure in thread 139633560106752 in file fil0fil.cc line 635
  59. InnoDB: We intentionally generate a memory trap.
  60. InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
  61. InnoDB: If you get repeated assertion failures or crashes, even
  62. InnoDB: immediately after the mysqld startup, there may be
  63. InnoDB: corruption in the InnoDB tablespace. Please refer to
  64. InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
  65. InnoDB: about forcing recovery.
  66. 180112 5:20:13 [ERROR] mysqld got signal 6 ;
  67. This could be because you hit a bug. It is also possible that this binary
  68. or one of the libraries it was linked against is corrupt, improperly built,
  69. or misconfigured. This error can also be caused by malfunctioning hardware.
  70.  
  71. To report this bug, see http://kb.askmonty.org/en/reporting-bugs
  72.  
  73. We will try our best to scrape up some info that will hopefully help
  74. diagnose the problem, but since we have already crashed,
  75. something is definitely wrong and this may fail.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement