[MDEV-30851] Server does not start Created: 2023-03-14 Updated: 2023-05-01 Resolved: 2023-05-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows |
| Affects Version/s: | 10.10.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Mark Hansen | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Windows 11 |
||
| Description |
|
230314 12:12:59 [ERROR] mysqld got exception 0xc0000005 ; 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 Server version: 10.4.27-MariaDB Thread pointer: 0x1eaf3acff78 Trying to get some variables. 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 https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains |
| Comments |
| Comment by Daniel Black [ 2023-03-14 ] |
|
The server version in the backtrace says 10.4.27. Why is 10.10.3 marked as the affected version? Can you use the minidump to extract the stack information. This parse_user crash is related to the contents of your user table. If you are able to share, publicly or privately, the usernames of your system. If you enable the skip-grant-tables option in your configuration file you will be able to start, examine the mysql.global_privs table, potentially delete the relevant user. FLUSH TABLES and continue like before the bug. If you're able to tell use the relevant user we can fix it so it doesn't crash for next time. Thanks for the bug report. |
| Comment by Alice Sherepa [ 2023-03-15 ] |
|
Could you please try to add innodb_flush_method=normal to the config file and see if it helps? |