Guest User

Untitled

a guest
Jul 2nd, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. 2020-07-02T15:19:56.862432Z 0 [System] [MY-010116] [Server] d:\prog\openserver\modules\database\MySQL-8.0\bin\mysqld.exe (mysqld 8.0.19) starting as process 9172
  2. 100
  3. 100
  4. 2020-07-02T15:20:05.495417Z 0 [System] [MY-010931] [Server] d:\prog\openserver\modules\database\MySQL-8.0\bin\mysqld.exe: ready for connections. Version: '8.0.19' socket: '' port: 3306 MySQL Community Server - GPL.
  5. 15:20:23 UTC - mysqld got exception 0xc0000005 ;
  6. Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
  7. Thread pointer: 0x16e6298d880
  8. Attempting backtrace. You can use the following information to find out
  9. where mysqld died. If you see no messages after this, something went
  10. terribly wrong...
  11. 7ff7a7286047 mysqld.exe!?result_type@Item_field@@UEBA?AW4Item_result@@XZ()
  12. 7ff7a7289c2f mysqld.exe!?subst_argument_checker@Item_field@@UEAA_NPEAPEAE@Z()
  13. 7ff7a71a6698 mysqld.exe!?compile@Item@@UEAAPEAV1@P81@EAA_NPEAPEAE@Z0P81@EAAPEAV1@PEAE@Z2@Z()
  14. 7ff7a72a6985 mysqld.exe!?compile@Item_func@@UEAAPEAVItem@@P82@EAA_NPEAPEAE@Z0P82@EAAPEAV2@PEAE@Z2@Z()
  15. 7ff7a742b073 mysqld.exe!?build_equal_items@@YA_NPEAVTHD@@PEAVItem@@PEAPEAV2@PEAVCOND_EQUAL@@_NPEAV?$List@UTABLE_LIST@@@@PEAPEAV3@@Z()
  16. 7ff7a742a9fa mysqld.exe!?build_equal_items@@YA_NPEAVTHD@@PEAVItem@@PEAPEAV2@PEAVCOND_EQUAL@@_NPEAV?$List@UTABLE_LIST@@@@PEAPEAV3@@Z()
  17. 7ff7a74334f3 mysqld.exe!?optimize_cond@@YA_NPEAVTHD@@PEAPEAVItem@@PEAPEAVCOND_EQUAL@@PEAV?$List@UTABLE_LIST@@@@PEAW4cond_result@2@@Z()
  18. 7ff7a74326ae mysqld.exe!?optimize@JOIN@@QEAA_NXZ()
  19. 7ff7a747941e mysqld.exe!?optimize@SELECT_LEX@@QEAA_NPEAVTHD@@@Z()
  20. 7ff7a74fbc4f mysqld.exe!?optimize@SELECT_LEX_UNIT@@QEAA_NPEAVTHD@@PEAUTABLE@@@Z()
  21. 7ff7a7479464 mysqld.exe!?optimize@SELECT_LEX@@QEAA_NPEAVTHD@@@Z()
  22. 7ff7a74fbc4f mysqld.exe!?optimize@SELECT_LEX_UNIT@@QEAA_NPEAVTHD@@PEAUTABLE@@@Z()
  23. 7ff7a7476028 mysqld.exe!?execute_inner@Sql_cmd_dml@@MEAA_NPEAVTHD@@@Z()
  24. 7ff7a7475e26 mysqld.exe!?execute@Sql_cmd_dml@@UEAA_NPEAVTHD@@@Z()
  25. 7ff7a7382d71 mysqld.exe!?mysql_execute_command@@YAHPEAVTHD@@_N@Z()
  26. 7ff7a74b74ec mysqld.exe!?execute@Prepared_statement@@AEAA_NPEAVString@@_N@Z()
  27. 7ff7a74b7b14 mysqld.exe!?execute_loop@Prepared_statement@@QEAA_NPEAVString@@_N@Z()
  28. 7ff7a74b9768 mysqld.exe!?mysqld_stmt_execute@@YAXPEAVTHD@@PEAVPrepared_statement@@_NKPEAUPS_PARAM@@@Z()
  29. 7ff7a737c890 mysqld.exe!?dispatch_command@@YA_NPEAVTHD@@PEBTCOM_DATA@@W4enum_server_command@@@Z()
  30. 7ff7a737dade mysqld.exe!?do_command@@YA_NPEAVTHD@@@Z()
  31. 7ff7a71fcfc8 mysqld.exe!?modify_thread_cache_size@Per_thread_connection_handler@@SAXK@Z()
  32. 7ff7a84087a1 mysqld.exe!?strncpyz@Event_reader@binary_log@@QEAAXPEAD_K1@Z()
  33. 7ff7a804606c mysqld.exe!?my_thread_join@@YAHPEAUmy_thread_handle@@PEAPEAX@Z()
  34. 7ff8dad9cab0 ucrtbase.dll!_o__realloc_base()
  35. 7ff8db7f8364 KERNEL32.DLL!BaseThreadInitThunk()
  36. 7ff8ddc27091 ntdll.dll!RtlUserThreadStart()
  37.  
  38. Trying to get some variables.
  39. Some pointers may be invalid and cause the dump to abort.
  40. Query (16e64c0cd48): select count(*) as aggregate from `orders` where exists (select * from `product_warehouse` where `orders`.`warehouse_id` = `product_warehouse`.`id` and exists (select *, COALESCE(
  41. (select min(`price`) from `product_warehouse` where `product_warehouse`.`product_id` = products.id and `product_warehouse`.`product_id` is not null and `product_warehouse`.`deleted_at` is null),
  42. (select min(`price`) from `product_pricing` where `product_pricing`.`product_id` = products.id)
  43. ) AS min_price from `products` where `product_warehouse`.`product_id` = `products`.`id` and exists (select * from `shops` where `products`.`shop_id` = `shops`.`id` and `shop_id` = '2')))
  44. Connection ID (thread ID): 12
  45. Status: NOT_KILLED
  46.  
  47. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  48. information that should help you find out what is causing the crash.
Add Comment
Please, Sign In to add comment