Guest User

mysql.err

a guest
Jul 12th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. 2014-07-12 22:27:43 7f1af54dc780 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.
  2. 140712 22:27:43 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  3. 140712 22:27:43 [Note] InnoDB: The InnoDB memory heap is disabled
  4. 140712 22:27:43 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  5. 140712 22:27:43 [Note] InnoDB: Compressed tables use zlib 1.2.8
  6. 140712 22:27:43 [Note] InnoDB: Using Linux native AIO
  7. 140712 22:27:43 [Note] InnoDB: Not using CPU crc32 instructions
  8. 140712 22:27:43 [Note] InnoDB: Initializing buffer pool, size = 80.0M
  9. 140712 22:27:43 [Note] InnoDB: Completed initialization of buffer pool
  10. 140712 22:27:43 [Note] InnoDB: Highest supported file format is Barracuda.
  11. 140712 22:27:43 [Note] InnoDB: Log scan progressed past the checkpoint lsn 564334399
  12. 140712 22:27:43 [Note] InnoDB: Database was not shutdown normally!
  13. 140712 22:27:43 [Note] InnoDB: Starting crash recovery.
  14. 140712 22:27:43 [Note] InnoDB: Reading tablespace information from the .ibd files...
  15. 140712 22:27:43 [Note] InnoDB: Restoring possible half-written data pages
  16. 140712 22:27:43 [Note] InnoDB: from the doublewrite buffer...
  17. InnoDB: Doing recovery: scanned up to log sequence number 564335336
  18. 2014-07-12 22:27:43 7f1af54dc780 InnoDB: Error: page 11 log sequence number 644260397
  19. InnoDB: is in the future! Current system log sequence number 564335336.
  20. InnoDB: Your database may be corrupt or you may have copied the InnoDB
  21. InnoDB: tablespace but not the InnoDB log files. See
  22. InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
  23. InnoDB: for more information.
  24. 140712 22:27:43 [Note] InnoDB: Starting an apply batch of log records to the database...
  25. InnoDB: Progress in percent: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
  26. InnoDB: Apply batch completed
  27. 2014-07-12 22:27:43 7f1af54dc780 InnoDB: Error: page 8 log sequence number 644260442
  28. InnoDB: is in the future! Current system log sequence number 564335336.
  29. InnoDB: Your database may be corrupt or you may have copied the InnoDB
  30. InnoDB: tablespace but not the InnoDB log files. See
  31. InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
  32. InnoDB: for more information.
  33. 140712 22:27:43 [ERROR] mysqld got signal 11 ;
  34. This could be because you hit a bug. It is also possible that this binary
  35. or one of the libraries it was linked against is corrupt, improperly built,
  36. or misconfigured. This error can also be caused by malfunctioning hardware.
  37.  
  38. To report this bug, see http://kb.askmonty.org/en/reporting-bugs
  39.  
  40. We will try our best to scrape up some info that will hopefully help
  41. diagnose the problem, but since we have already crashed,
  42. something is definitely wrong and this may fail.
  43.  
  44. Server version: 10.0.12-MariaDB
  45. key_buffer_size=16384
  46. read_buffer_size=131072
  47. max_used_connections=0
  48. max_threads=258
  49. thread_count=0
  50. It is possible that mysqld could use up to
  51. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 566740 K bytes of memory
  52. Hope that's ok; if not, decrease some variables in the equation.
  53.  
  54. Thread pointer: 0x0x0
  55. Attempting backtrace. You can use the following information to find out
  56. where mysqld died. If you see no messages after this, something went
  57. terribly wrong...
  58. stack_bottom = 0x0 thread_stack 0x48000
  59. /usr/bin/mysqld(my_print_stacktrace+0x3d)[0xb9cc5d]
  60. /usr/bin/mysqld(handle_fatal_signal+0x345)[0x70cc25]
  61. /usr/lib/libpthread.so.0(+0xf4b0)[0x7f1af48334b0]
  62. /usr/bin/mysqld[0x9d3a59]
  63. /usr/bin/mysqld[0x9d5c63]
  64. /usr/bin/mysqld[0x9354d5]
  65. /usr/bin/mysqld[0x86edab]
  66. /usr/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x64)[0x70edd4]
  67. /usr/bin/mysqld[0x5c3bf3]
  68. /usr/bin/mysqld(_Z11plugin_initPiPPci+0x558)[0x5c4a08]
  69. /usr/bin/mysqld[0x529ba0]
  70. /usr/bin/mysqld(_Z11mysqld_mainiPPc+0x5ad)[0x52dcad]
  71. /usr/lib/libc.so.6(__libc_start_main+0xf0)[0x7f1af3600000]
  72. /usr/bin/mysqld[0x5225b1]
  73. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  74. information that should help you find out what is causing the crash.
Advertisement
Add Comment
Please, Sign In to add comment