Advertisement
Guest User

Untitled

a guest
Sep 8th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1.  
  2. 150908 16:08:07 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
  3. 150908 16:08:07 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
  4. 150908 16:08:07 [Note] mysqld (mysqld 5.5.43-0ubuntu0.14.04.1) starting as process 18603 ...
  5. 150908 16:08:07 [Note] Plugin 'FEDERATED' is disabled.
  6. 150908 16:08:07 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  7. 150908 16:08:07 InnoDB: Compressed tables use zlib 1.2.8
  8. 150908 16:08:07 InnoDB: Using Linux native AIO
  9. 150908 16:08:07 InnoDB: Initializing buffer pool, size = 256.0M
  10. 150908 16:08:07 InnoDB: Completed initialization of buffer pool
  11. 150908 16:08:07 InnoDB: highest supported file format is Barracuda.
  12. 150908 16:08:07 InnoDB: ERROR: We were only able to scan the log up to
  13. InnoDB: 1611264, but a checkpoint was at 1611737.
  14. InnoDB: It is possible that the database is now corrupt!
  15. 150908 16:08:07 InnoDB: Assertion failure in thread 140397484521344 in file fsp0fsp.c line 2102
  16. InnoDB: Failing assertion: inode
  17. InnoDB: We intentionally generate a memory trap.
  18. InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
  19. InnoDB: If you get repeated assertion failures or crashes, even
  20. InnoDB: immediately after the mysqld startup, there may be
  21. InnoDB: corruption in the InnoDB tablespace. Please refer to
  22. InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
  23. InnoDB: about forcing recovery.
  24. 16:08:07 UTC - mysqld got signal 6 ;
  25. This could be because you hit a bug. It is also possible that this binary
  26. or one of the libraries it was linked against is corrupt, improperly built,
  27. or misconfigured. This error can also be caused by malfunctioning hardware.
  28. We will try our best to scrape up some info that will hopefully help
  29. diagnose the problem, but since we have already crashed,
  30. something is definitely wrong and this may fail.
  31.  
  32. key_buffer_size=402653184
  33. read_buffer_size=2097152
  34. max_used_connections=0
  35. max_threads=151
  36. thread_count=0
  37. connection_count=0
  38. It is possible that mysqld could use up to
  39. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1013452 K bytes of memory
  40. Hope that's ok; if not, decrease some variables in the equation.
  41.  
  42. Thread pointer: 0x0
  43. Attempting backtrace. You can use the following information to find out
  44. where mysqld died. If you see no messages after this, something went
  45. terribly wrong...
  46. stack_bottom = 0 thread_stack 0x40000
  47. mysqld(my_print_stacktrace+0x20)[0x7fb0d681ec80]
  48. mysqld(handle_fatal_signal+0x3d5)[0x7fb0d6708f15]
  49. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7fb0d5499340]
  50. /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39)[0x7fb0d4af0cc9]
  51. /lib/x86_64-linux-gnu/libc.so.6(abort+0x148)[0x7fb0d4af40d8]
  52. mysqld(+0x6028d0)[0x7fb0d69308d0]
  53. mysqld(+0x607d16)[0x7fb0d6935d16]
  54. mysqld(+0x616059)[0x7fb0d6944059]
  55. mysqld(+0x5dfb93)[0x7fb0d690db93]
  56. mysqld(+0x590aea)[0x7fb0d68beaea]
  57. mysqld(+0x55fe38)[0x7fb0d688de38]
  58. mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x7fb0d670af41]
  59. mysqld(+0x302171)[0x7fb0d6630171]
  60. mysqld(_Z11plugin_initPiPPci+0x92a)[0x7fb0d663416a]
  61. mysqld(+0x28ac4b)[0x7fb0d65b8c4b]
  62. mysqld(_Z11mysqld_mainiPPc+0x45b)[0x7fb0d65bd5cb]
  63. /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7fb0d4adbec5]
  64. mysqld(+0x286b08)[0x7fb0d65b4b08]
  65. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  66. information that should help you find out what is causing the crash.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement