Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.4.8
-
Windows Server 2012 R2
Description
MariaDB crashed on DELETE:
191028 12:41:36 [ERROR] mysqld got exception 0xc0000005 ; |
This could be because you hit a bug. It is also possible that this binary |
or one of the libraries it was linked against is corrupt, improperly built,
|
or misconfigured. This error can also be caused by malfunctioning hardware.
|
|
To report this bug, see https://mariadb.com/kb/en/reporting-bugs |
|
We will try our best to scrape up some info that will hopefully help |
diagnose the problem, but since we have already crashed,
|
something is definitely wrong and this may fail. |
|
Server version: 10.4.8-MariaDB |
key_buffer_size=134217728 |
read_buffer_size=67108864 |
max_used_connections=39 |
max_threads=65537 |
thread_count=18 |
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 266289 K bytes of memory |
Hope that's ok; if not, decrease some variables in the equation. |
|
Thread pointer: 0xf0b9208de8 |
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...
|
mysqld.exe!lock_table_has()[lock0priv.ic:410] |
mysqld.exe!lock_table()[lock0lock.cc:3882] |
mysqld.exe!row_ins_check_foreign_constraint()[row0ins.cc:1715] |
mysqld.exe!row_upd_check_references_constraints()[row0upd.cc:296] |
mysqld.exe!row_upd_del_mark_clust_rec()[row0upd.cc:2989] |
mysqld.exe!row_upd_clust_step()[row0upd.cc:3159] |
mysqld.exe!row_upd()[row0upd.cc:3286] |
mysqld.exe!row_upd_step()[row0upd.cc:3433] |
mysqld.exe!row_update_cascade_for_mysql()[row0mysql.cc:2265] |
mysqld.exe!row_ins_foreign_check_on_constraint()[row0ins.cc:1441] |
mysqld.exe!row_ins_check_foreign_constraint()[row0ins.cc:1848] |
mysqld.exe!row_upd_check_references_constraints()[row0upd.cc:296] |
mysqld.exe!row_upd_del_mark_clust_rec()[row0upd.cc:2989] |
mysqld.exe!row_upd_clust_step()[row0upd.cc:3159] |
mysqld.exe!row_upd()[row0upd.cc:3286] |
mysqld.exe!row_upd_step()[row0upd.cc:3433] |
mysqld.exe!row_update_for_mysql()[row0mysql.cc:1891] |
mysqld.exe!ha_innobase::delete_row()[ha_innodb.cc:8973] |
mysqld.exe!handler::ha_delete_row()[handler.cc:6782] |
mysqld.exe!mysql_delete()[sql_delete.cc:834] |
mysqld.exe!mysql_execute_command()[sql_parse.cc:4728] |
mysqld.exe!mysql_parse()[sql_parse.cc:7914] |
mysqld.exe!dispatch_command()[sql_parse.cc:1845] |
mysqld.exe!do_command()[sql_parse.cc:1359] |
mysqld.exe!threadpool_process_request()[threadpool_common.cc:366] |
mysqld.exe!tp_callback()[threadpool_common.cc:193] |
ntdll.dll!RtlFreeUnicodeString()
|
ntdll.dll!RtlFreeUnicodeString()
|
KERNEL32.DLL!BaseThreadInitThunk()
|
ntdll.dll!RtlUserThreadStart()
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0xf0b6d781e0): DELETE FROM flightRecord WHERE flightRecordId = 1041284 |
Connection ID (thread ID): 123676 |
Status: NOT_KILLED
|
|
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on |
|
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.
|
Writing a core file at D:\MariaDB 10.4\data\ |
Minidump written to D:\MariaDB 10.4\data\mysqld.dmp |
Attachments
Issue Links
- relates to
-
MDEV-20563 Server crash in row_upd_del_mark_clust_rec or in wsrep_row_upd_index_is_foreign or Assertion `update->n_fields < ulint(table->n_cols + table->n_v_cols)' failed upon DELETE from precise-versioned table
- Closed
-
MDEV-20897 MariaDB crashed on INSERT (item.cc:6620)
- Closed