Guest User

Untitled

a guest
Jun 22nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. key_buffer_size=268435456
  2. read_buffer_size=1048576
  3. max_used_connections=0
  4. max_threads=500
  5. thread_count=0
  6. connection_count=0
  7. It is possible that mysqld could use up to
  8. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1291909 K bytes of memory
  9. Hope that's ok; if not, decrease some variables in the equation.
  10.  
  11. Thread pointer: 0x0
  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 = 0 thread_stack 0x40000
  16. /usr/sbin/mysqld(my_print_stacktrace+0x33)[0x7ff57f2c5793]
  17. /usr/sbin/mysqld(handle_fatal_signal+0x3e4)[0x7ff57f1b2b44]
  18. /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0)[0x7ff57e9b08d0]
  19. /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37)[0x7ff57d3a6147]
  20. /lib/x86_64-linux-gnu/libc.so.6(abort+0x148)[0x7ff57d3a7528]
  21. /usr/sbin/mysqld(+0x52aa65)[0x7ff57f30ba65]
  22. /usr/sbin/mysqld(+0x52c2e1)[0x7ff57f30d2e1]
  23. /usr/sbin/mysqld(+0x5f93c2)[0x7ff57f3da3c2]
  24. /usr/sbin/mysqld(+0x5ef5e7)[0x7ff57f3d05e7]
  25. /usr/sbin/mysqld(+0x52d5d3)[0x7ff57f30e5d3]
  26. /usr/sbin/mysqld(+0x51e4ac)[0x7ff57f2ff4ac]
  27. /usr/sbin/mysqld(+0x522cb3)[0x7ff57f303cb3]
  28. /lib/x86_64-linux-gnu/libpthread.so.0(+0x80a4)[0x7ff57e9a90a4]
  29. /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7ff57d4599cd]
  30. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  31. information that should help you find out what is causing the crash.
  32. 160622 09:31:52 mysqld_safe Number of processes running now: 0
  33. 160622 09:31:52 mysqld_safe mysqld restarted
  34. 160622 9:31:52 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
  35. 160622 9:31:52 [Note] /usr/sbin/mysqld (mysqld 5.5.46-0+deb8u1) starting as process 16129 ...
  36. 160622 9:31:52 [Note] Plugin 'FEDERATED' is disabled.
  37. 160622 9:31:52 InnoDB: The InnoDB memory heap is disabled
  38. 160622 9:31:52 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  39. 160622 9:31:52 InnoDB: Compressed tables use zlib 1.2.8
  40. 160622 9:31:52 InnoDB: Using Linux native AIO
  41. 160622 9:31:52 InnoDB: Initializing buffer pool, size = 128.0M
  42. 160622 9:31:52 InnoDB: Completed initialization of buffer pool
  43. 160622 9:31:52 InnoDB: highest supported file format is Barracuda.
  44. InnoDB: The log sequence number in ibdata files does not match
  45. InnoDB: the log sequence number in the ib_logfiles!
  46. 160622 9:31:52 InnoDB: Database was not shut down normally!
  47. InnoDB: Starting crash recovery.
  48. InnoDB: Reading tablespace information from the .ibd files...
  49. InnoDB: Restoring possible half-written data pages from the doublewrite
  50. InnoDB: buffer...
  51. 160622 9:31:52 InnoDB: Waiting for the background threads to start
  52. 160622 9:31:53 InnoDB: 5.5.46 started; log sequence number 1515417572
  53. 160622 9:31:53 InnoDB: !!! innodb_force_recovery is set to 1 !!!
  54. 160622 9:31:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
  55. 160622 9:31:53 [Note] - '0.0.0.0' resolves to '0.0.0.0';
  56. 160622 9:31:53 [Note] Server socket created on IP: '0.0.0.0'.
  57. 160622 9:31:53 [Warning] 'user' entry '[email protected]' ignored in --skip-name-resolve mode.
  58. 160622 9:31:53 [Warning] 'proxies_priv' entry '@ [email protected]' ignored in --skip-name-resolve mode.
  59. 160622 9:31:53 [Note] Event Scheduler: Loaded 0 events
  60. 160622 9:31:53 [Note] /usr/sbin/mysqld: ready for connections.
  61. Version: '5.5.46-0+deb8u1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Debian)
  62. 160622 9:31:53 InnoDB: Assertion failure in thread 140470035228416 in file trx0purge.c line 840
  63. InnoDB: Failing assertion: purge_sys->purge_trx_no <= purge_sys->rseg->last_trx_no
  64. InnoDB: We intentionally generate a memory trap.
  65. InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
  66. InnoDB: If you get repeated assertion failures or crashes, even
  67. InnoDB: immediately after the mysqld startup, there may be
  68. InnoDB: corruption in the InnoDB tablespace. Please refer to
  69. InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
  70. InnoDB: about forcing recovery.
  71. 19:31:53 UTC - mysqld got signal 6 ;
  72. This could be because you hit a bug. It is also possible that this binary
  73. or one of the libraries it was linked against is corrupt, improperly built,
  74. or misconfigured. This error can also be caused by malfunctioning hardware.
  75. We will try our best to scrape up some info that will hopefully help
  76. diagnose the problem, but since we have already crashed,
  77. something is definitely wrong and this may fail.
  78.  
  79. key_buffer_size=268435456
  80. read_buffer_size=1048576
  81. max_used_connections=0
  82. max_threads=500
  83. thread_count=0
  84. connection_count=0
  85. It is possible that mysqld could use up to
  86. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1291909 K bytes of memory
  87. Hope that's ok; if not, decrease some variables in the equation.
  88.  
  89. Thread pointer: 0x0
  90. Attempting backtrace. You can use the following information to find out
  91. where mysqld died. If you see no messages after this, something went
  92. terribly wrong...
  93. stack_bottom = 0 thread_stack 0x40000
  94. /usr/sbin/mysqld(my_print_stacktrace+0x33)[0x7fc1e1d02793]
  95. /usr/sbin/mysqld(handle_fatal_signal+0x3e4)[0x7fc1e1befb44]
  96. /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0)[0x7fc1e13ed8d0]
  97. /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37)[0x7fc1dfde3147]
  98. /lib/x86_64-linux-gnu/libc.so.6(abort+0x148)[0x7fc1dfde4528]
  99. /usr/sbin/mysqld(+0x52aa65)[0x7fc1e1d48a65]
  100. /usr/sbin/mysqld(+0x52c2e1)[0x7fc1e1d4a2e1]
  101. /usr/sbin/mysqld(+0x5f93c2)[0x7fc1e1e173c2]
  102. /usr/sbin/mysqld(+0x5ef5e7)[0x7fc1e1e0d5e7]
  103. /usr/sbin/mysqld(+0x52d5d3)[0x7fc1e1d4b5d3]
  104. /usr/sbin/mysqld(+0x51e4ac)[0x7fc1e1d3c4ac]
  105. /usr/sbin/mysqld(+0x522cb3)[0x7fc1e1d40cb3]
  106. /lib/x86_64-linux-gnu/libpthread.so.0(+0x80a4)[0x7fc1e13e60a4]
  107. /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fc1dfe969cd]
  108. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  109. information that should help you find out what is causing the crash.
  110. 160622 09:31:53 mysqld_safe Number of processes running now: 0
  111. 160622 09:31:53 mysqld_safe mysqld restarted
  112. 160622 9:31:53 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
  113. 160622 9:31:53 [Note] /usr/sbin/mysqld (mysqld 5.5.46-0+deb8u1) starting as process 16187 ...
Advertisement
Add Comment
Please, Sign In to add comment