Advertisement
Guest User

Untitled

a guest
Sep 14th, 2015
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. 150914 5:35:19 InnoDB: Page checksum 1437545568 (32bit_calc: 4141665906), prior-to-4.0.14-form checksum 2372714266
  2. InnoDB: stored checksum 4278203614, prior-to-4.0.14-form stored checksum 996399670
  3. InnoDB: Page lsn 15 3199628717, low 4 bytes of lsn at page end 3199628717
  4. InnoDB: Page number (if stored to page already) 421180,
  5. InnoDB: space id (if created with >= MySQL-4.1.1 and stored already) 0
  6. InnoDB: Page may be an index page where index id is 213
  7. InnoDB: (index "history_1" of table "zabbix"."history")
  8. InnoDB: Database page corruption on disk or a failed
  9. InnoDB: file read of page 421180.
  10. InnoDB: You may have to recover from a backup.
  11. InnoDB: It is also possible that your operating
  12. InnoDB: system has corrupted its own file cache
  13. InnoDB: and rebooting your computer removes the
  14. InnoDB: error.
  15. InnoDB: If the corrupt page is an index page
  16. InnoDB: you can also try to fix the corruption
  17. InnoDB: by dumping, dropping, and reimporting
  18. InnoDB: the corrupt table. You can use CHECK
  19. InnoDB: TABLE to scan your table for corruption.
  20. InnoDB: See also http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
  21. InnoDB: about forcing recovery.
  22. InnoDB: Ending processing because of a corrupt database page.
  23. 150914 5:35:19 InnoDB: Assertion failure in thread 139866474014464 in file buf0buf.c line 4018
  24. InnoDB: We intentionally generate a memory trap.
  25. InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
  26. InnoDB: If you get repeated assertion failures or crashes, even
  27. InnoDB: immediately after the mysqld startup, there may be
  28. InnoDB: corruption in the InnoDB tablespace. Please refer to
  29. InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
  30. InnoDB: about forcing recovery.
  31. 150914 5:35:19 [ERROR] mysqld got signal 6 ;
  32. This could be because you hit a bug. It is also possible that this binary
  33. or one of the libraries it was linked against is corrupt, improperly built,
  34. or misconfigured. This error can also be caused by malfunctioning hardware.
  35. To report this bug, see http://kb.askmonty.org/en/reporting-bugs
  36.  
  37. We will try our best to scrape up some info that will hopefully help
  38. diagnose the problem, but since we have already crashed,
  39. something is definitely wrong and this may fail.
  40.  
  41. Server version: 5.5.33-MariaDB
  42. key_buffer_size=16777216
  43. read_buffer_size=262144
  44. max_used_connections=0
  45. max_threads=153
  46. thread_count=0
  47. It is possible that mysqld could use up to
  48. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 136597 K bytes of memory
  49. Hope that's ok; if not, decrease some variables in the equation.
  50.  
  51. Thread pointer: 0x0x0
  52. Attempting backtrace. You can use the following information to find out
  53. where mysqld died. If you see no messages after this, something went
  54. terribly wrong...
  55. stack_bottom = 0x0 thread_stack 0x48000
  56. ??:0(??)[0xa60126]
  57. ??:0(??)[0x6de3d5]
  58. ??:0(??)[0x7f35587ee1f0]
  59. ??:0(??)[0x7f3557822065]
  60. ??:0(??)[0x7f35578234e8]
  61. ??:0(??)[0x88c33c]
  62. ??:0(??)[0x89dcc0]
  63. ??:0(??)[0x89e7fc]
  64. ??:0(??)[0x8883a5]
  65. ??:0(??)[0x86c6d0]
  66. ??:0(??)[0x86d369]
  67. ??:0(??)[0x8248a6]
  68. ??:0(??)[0x93a145]
  69. ??:0(??)[0x93ae88]
  70. ??:0(??)[0x930758]
  71. ??:0(??)[0x845610]
  72. ??:0(??)[0x839f5c]
  73. ??:0(??)[0x7f35587e6e0f]
  74. ??:0(??)[0x7f35578d60dd]
  75. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  76. information that should help you find out what is causing the crash.
  77. 150914 05:35:19 mysqld_safe mysqld from pid file /var/run/mysql/mysqld.pid ended
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement