Advertisement
Guest User

Untitled

a guest
Mar 12th, 2015
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. -bash-4.1$ mysqld --verbose
  2. 150312 22:33:00 [Note] Plugin 'FEDERATED' is disabled.
  3. 150312 22:33:00 InnoDB: The InnoDB memory heap is disabled
  4. 150312 22:33:00 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  5. 150312 22:33:00 InnoDB: Compressed tables use zlib 1.2.3
  6. 150312 22:33:00 InnoDB: Using Linux native AIO
  7. 150312 22:33:00 InnoDB: Initializing buffer pool, size = 128.0M
  8. 150312 22:33:00 InnoDB: Completed initialization of buffer pool
  9. 150312 22:33:00 InnoDB: highest supported file format is Barracuda.
  10. InnoDB: Log scan progressed past the checkpoint lsn 1129263120077
  11. 150312 22:33:00 InnoDB: Database was not shut down normally!
  12. InnoDB: Starting crash recovery.
  13. InnoDB: Reading tablespace information from the .ibd files...
  14. InnoDB: Restoring possible half-written data pages from the doublewrite
  15. InnoDB: buffer...
  16. InnoDB: Doing recovery: scanned up to log sequence number 1129263127583
  17. InnoDB: Error: trying to access page number 4294965119 in space 0,
  18. InnoDB: space name ./ibdata1,
  19. InnoDB: which is outside the tablespace bounds.
  20. InnoDB: Byte offset 0, len 16384, i/o type 10.
  21. InnoDB: If you get this error at mysqld startup, please check that
  22. InnoDB: your my.cnf matches the ibdata files that you have in the
  23. InnoDB: MySQL server.
  24. 150312 22:33:00 InnoDB: Assertion failure in thread 140492790335232 in file fil0fil.c line 4578
  25. InnoDB: We intentionally generate a memory trap.
  26. InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
  27. InnoDB: If you get repeated assertion failures or crashes, even
  28. InnoDB: immediately after the mysqld startup, there may be
  29. InnoDB: corruption in the InnoDB tablespace. Please refer to
  30. InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
  31. InnoDB: about forcing recovery.
  32. 11:33:00 UTC - mysqld got signal 6 ;
  33. This could be because you hit a bug. It is also possible that this binary
  34. or one of the libraries it was linked against is corrupt, improperly built,
  35. or misconfigured. This error can also be caused by malfunctioning hardware.
  36. We will try our best to scrape up some info that will hopefully help
  37. diagnose the problem, but since we have already crashed,
  38. something is definitely wrong and this may fail.
  39.  
  40. key_buffer_size=8388608
  41. read_buffer_size=131072
  42. max_used_connections=0
  43. max_threads=151
  44. thread_count=0
  45. connection_count=0
  46. It is possible that mysqld could use up to
  47. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 338550 K bytes of memory
  48. Hope that's ok; if not, decrease some variables in the equation.
  49.  
  50. Thread pointer: 0x0
  51. Attempting backtrace. You can use the following information to find out
  52. where mysqld died. If you see no messages after this, something went
  53. terribly wrong...
  54. stack_bottom = 0 thread_stack 0x40000
  55. mysqld(my_print_stacktrace+0x35)[0x7aabf5]
  56. mysqld(handle_fatal_signal+0x4a4)[0x686324]
  57. /lib64/libpthread.so.0(+0xf710)[0x7fc7069a8710]
  58. /lib64/libc.so.6(gsignal+0x35)[0x7fc705b6f625]
  59. /lib64/libc.so.6(abort+0x175)[0x7fc705b70e05]
  60. mysqld[0x8c909c]
  61. mysqld[0x8a2738]
  62. mysqld[0x8a3003]
  63. mysqld[0x895b11]
  64. mysqld[0x863823]
  65. mysqld[0x863d69]
  66. mysqld[0x866999]
  67. mysqld[0x851691]
  68. mysqld[0x81fd8e]
  69. mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x48)[0x688d38]
  70. mysqld[0x593e7a]
  71. mysqld(_Z11plugin_initPiPPci+0xa8c)[0x59870c]
  72. mysqld[0x517a0a]
  73. mysqld(_Z11mysqld_mainiPPc+0x44d)[0x51b37d]
  74. /lib64/libc.so.6(__libc_start_main+0xfd)[0x7fc705b5bd5d]
  75. mysqld[0x5106a9]
  76. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  77. information that should help you find out what is causing the crash.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement