Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- 100
- 100
- 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.
- 15:20:23 UTC - mysqld got exception 0xc0000005 ;
- Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
- Thread pointer: 0x16e6298d880
- Attempting backtrace. You can use the following information to find out
- where mysqld died. If you see no messages after this, something went
- terribly wrong...
- 7ff7a7286047 mysqld.exe!?result_type@Item_field@@UEBA?AW4Item_result@@XZ()
- 7ff7a7289c2f mysqld.exe!?subst_argument_checker@Item_field@@UEAA_NPEAPEAE@Z()
- 7ff7a71a6698 mysqld.exe!?compile@Item@@UEAAPEAV1@P81@EAA_NPEAPEAE@Z0P81@EAAPEAV1@PEAE@Z2@Z()
- 7ff7a72a6985 mysqld.exe!?compile@Item_func@@UEAAPEAVItem@@P82@EAA_NPEAPEAE@Z0P82@EAAPEAV2@PEAE@Z2@Z()
- 7ff7a742b073 mysqld.exe!?build_equal_items@@YA_NPEAVTHD@@PEAVItem@@PEAPEAV2@PEAVCOND_EQUAL@@_NPEAV?$List@UTABLE_LIST@@@@PEAPEAV3@@Z()
- 7ff7a742a9fa mysqld.exe!?build_equal_items@@YA_NPEAVTHD@@PEAVItem@@PEAPEAV2@PEAVCOND_EQUAL@@_NPEAV?$List@UTABLE_LIST@@@@PEAPEAV3@@Z()
- 7ff7a74334f3 mysqld.exe!?optimize_cond@@YA_NPEAVTHD@@PEAPEAVItem@@PEAPEAVCOND_EQUAL@@PEAV?$List@UTABLE_LIST@@@@PEAW4cond_result@2@@Z()
- 7ff7a74326ae mysqld.exe!?optimize@JOIN@@QEAA_NXZ()
- 7ff7a747941e mysqld.exe!?optimize@SELECT_LEX@@QEAA_NPEAVTHD@@@Z()
- 7ff7a74fbc4f mysqld.exe!?optimize@SELECT_LEX_UNIT@@QEAA_NPEAVTHD@@PEAUTABLE@@@Z()
- 7ff7a7479464 mysqld.exe!?optimize@SELECT_LEX@@QEAA_NPEAVTHD@@@Z()
- 7ff7a74fbc4f mysqld.exe!?optimize@SELECT_LEX_UNIT@@QEAA_NPEAVTHD@@PEAUTABLE@@@Z()
- 7ff7a7476028 mysqld.exe!?execute_inner@Sql_cmd_dml@@MEAA_NPEAVTHD@@@Z()
- 7ff7a7475e26 mysqld.exe!?execute@Sql_cmd_dml@@UEAA_NPEAVTHD@@@Z()
- 7ff7a7382d71 mysqld.exe!?mysql_execute_command@@YAHPEAVTHD@@_N@Z()
- 7ff7a74b74ec mysqld.exe!?execute@Prepared_statement@@AEAA_NPEAVString@@_N@Z()
- 7ff7a74b7b14 mysqld.exe!?execute_loop@Prepared_statement@@QEAA_NPEAVString@@_N@Z()
- 7ff7a74b9768 mysqld.exe!?mysqld_stmt_execute@@YAXPEAVTHD@@PEAVPrepared_statement@@_NKPEAUPS_PARAM@@@Z()
- 7ff7a737c890 mysqld.exe!?dispatch_command@@YA_NPEAVTHD@@PEBTCOM_DATA@@W4enum_server_command@@@Z()
- 7ff7a737dade mysqld.exe!?do_command@@YA_NPEAVTHD@@@Z()
- 7ff7a71fcfc8 mysqld.exe!?modify_thread_cache_size@Per_thread_connection_handler@@SAXK@Z()
- 7ff7a84087a1 mysqld.exe!?strncpyz@Event_reader@binary_log@@QEAAXPEAD_K1@Z()
- 7ff7a804606c mysqld.exe!?my_thread_join@@YAHPEAUmy_thread_handle@@PEAPEAX@Z()
- 7ff8dad9cab0 ucrtbase.dll!_o__realloc_base()
- 7ff8db7f8364 KERNEL32.DLL!BaseThreadInitThunk()
- 7ff8ddc27091 ntdll.dll!RtlUserThreadStart()
- Trying to get some variables.
- Some pointers may be invalid and cause the dump to abort.
- 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(
- (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),
- (select min(`price`) from `product_pricing` where `product_pricing`.`product_id` = products.id)
- ) 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')))
- Connection ID (thread ID): 12
- Status: NOT_KILLED
- The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
- information that should help you find out what is causing the crash.
Add Comment
Please, Sign In to add comment