Advertisement
Guest User

Untitled

a guest
Aug 26th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. 15:32:31 UTC - mysqld got signal 11 ;
  2. This could be because you hit a bug. It is also possible that this binary
  3. or one of the libraries it was linked against is corrupt, improperly built,
  4. or misconfigured. This error can also be caused by malfunctioning hardware.
  5. We will try our best to scrape up some info that will hopefully help
  6. diagnose the problem, but since we have already crashed,
  7. something is definitely wrong and this may fail.
  8. Please help us make Percona XtraDB Cluster better by reporting any
  9. bugs at https://bugs.launchpad.net/percona-xtradb-cluster
  10.  
  11. key_buffer_size=134217728
  12. read_buffer_size=8388608
  13. max_used_connections=17
  14. max_threads=202
  15. thread_count=19
  16. connection_count=2
  17. It is possible that mysqld could use up to
  18. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 15027185 K bytes of memory
  19. Hope that's ok; if not, decrease some variables in the equation.
  20.  
  21. Thread pointer: 0x238aa930
  22. Attempting backtrace. You can use the following information to find out
  23. where mysqld died. If you see no messages after this, something went
  24. terribly wrong...
  25. stack_bottom = 7f33835fdd38 thread_stack 0x40000
  26. /usr/sbin/mysqld(my_print_stacktrace+0x35)[0x8f36b5]
  27. /usr/sbin/mysqld(handle_fatal_signal+0x4c4)[0x6635c4]
  28. /lib64/libpthread.so.0[0x3b0e40f710]
  29. [0x7f33185ab070]
  30.  
  31. Trying to get some variables.
  32. Some pointers may be invalid and cause the dump to abort.
  33. Query (0): is an invalid pointer
  34. Connection ID (thread ID): 3713595
  35. Status: KILL_CONNECTION
  36.  
  37. You may download the Percona XtraDB Cluster operations manual by visiting
  38. http://www.percona.com/software/percona-xtradb-cluster/. You may find information
  39. in the manual which will help you identify the cause of the crash.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement