Advertisement
Guest User

Untitled

a guest
Aug 5th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. 210805 9:53:33 - mysqld got exception 0xc0000005 ;
  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 diagnose
  6. the problem, but since we have already crashed, something is definitely wrong
  7. and this may fail.
  8.  
  9. key_buffer_size=16777216
  10. read_buffer_size=262144
  11. max_used_connections=4
  12. max_threads=151
  13. thread_count=1
  14. connection_count=1
  15. It is possible that mysqld could use up to
  16. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 133447 K
  17. bytes of memory
  18. Hope that's ok; if not, decrease some variables in the equation.
  19.  
  20. Thread pointer: 0x48d4850
  21. Attempting backtrace. You can use the following information to find out
  22. where mysqld died. If you see no messages after this, something went
  23. terribly wrong...
  24. 00D7C0FA mysqld.exe!my_osmaperr()
  25. 00D7C23A mysqld.exe!my_osmaperr()
  26. 00D7CBE0 mysqld.exe!my_osmaperr()
  27. 00D3ECED mysqld.exe!my_osmaperr()
  28. 00D3ED18 mysqld.exe!my_osmaperr()
  29. 00B7ECD8 mysqld.exe!?ha_write_row@handler@@QAEHPAE@Z()
  30. 00C7628D mysqld.exe!?write_record@@YAHPAVTHD@@PAUTABLE@@PAUst_copy_info@@@Z()
  31. 00C7B480 mysqld.exe!?mysql_insert@@YA_NPAVTHD@@PAUTABLE_LIST@@AAV?$List@VItem@@@@AAV?$List@V?$List@VItem@@@@@@22W4enum_duplicates@@_N@Z()
  32. 00D135AD mysqld.exe!unpack_filename()
  33. 00C03819 mysqld.exe!?lookup@ACL_internal_schema_registry@@SAPBVACL_internal_schema_access@@PBD@Z()
  34. 00C03858 mysqld.exe!?get_cached_schema_access@@YAPBVACL_internal_schema_access@@PAUst_grant_internal_info@@PBD@Z()
  35. 00BAB6E0 mysqld.exe!?check_access@@YA_NPAVTHD@@KPBDPAKPAUst_grant_internal_info@@_N4@Z()
  36. 00BAD83A mysqld.exe!?check_single_table_access@@YA_NPAVTHD@@KPAUTABLE_LIST@@_N@Z()
  37. 00BAEE29 mysqld.exe!?check_one_table_access@@YA_NPAVTHD@@KPAUTABLE_LIST@@@Z()
  38. 00BB05B5 mysqld.exe!?mysql_execute_command@@YAHPAVTHD@@@Z()
  39. 048D4850
  40. 049DECA8
  41. 048D5F24
  42. 048D5F48
  43. 048D5F3C
  44. 048D5F30
  45.  
  46. Trying to get some variables.
  47. Some pointers may be invalid and cause the dump to abort.
  48. Query (049DEA58): INSERT INTO stats_v SET `vkdr-0`=0, `vkdr-1`=0, `vkdr-2`=0, `vkdr-3`=0, `vkdr-4`=0, `vkdr-5`=0, `vkdr-6`=0, `vkdr-7`=0, `vkdr-8`=0, `vkdr-9`=0, `vkdr-10`=0, `vkdr-11`=0, `vkdr-12`=0, `vkdr-13`=0, `vkdr-14`=0, `vkdr-15`=0, `pid`='2'
  49. Connection ID (thread ID): 122
  50. Status: NOT_KILLED
  51.  
  52. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  53. information that should help you find out what is causing the crash.
  54. InnoDB: Thread 9180 stopped in file os0sync.c line 474
  55. InnoDB: Thread 10892 stopped in file ut0ut.c line 76
  56. InnoDB: Thread 10940 stopped in file os0sync.c line 781
  57. InnoDB: Thread 12940 stopped in file os0sync.c line 474
  58. InnoDB: Thread 1330
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement