Advertisement
Guest User

Untitled

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