[MDEV-20108] [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_list Created: 2019-07-19 Updated: 2019-07-26 Resolved: 2019-07-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Server |
| Affects Version/s: | 10.4.6 |
| Fix Version/s: | 10.4.7 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Martin Kirchner | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | crash | ||
| Environment: |
Ubuntu 18.04 |
||
| Issue Links: |
|
||||||||
| Description |
|
The bug is reproducible: CREATE DATABASE `test` /*!40100 COLLATE 'utf8_general_ci' */; 190719 20:17:34 [ERROR] mysqld got signal 11 ; 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.6-MariaDB-1:10.4.6+maria~bionic-log Thread pointer: 0x7f0fe0000c08 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 http://dev.mysql.com/doc/mysql/en/crashing.html contains |
| Comments |
| Comment by Martin Kirchner [ 2019-07-19 ] | |||||||||||||
|
BTW: The source of "SET STATEMENT max_statement_time=900 FOR" is a query timeout that I set on Spring's JdbcTemplate and which is passed on to the JDBC driver. | |||||||||||||
| Comment by Elena Stepanova [ 2019-07-21 ] | |||||||||||||
|
Thanks for the report and test case.
| |||||||||||||
| Comment by Oleksandr Byelkin [ 2019-07-24 ] | |||||||||||||
|
commit bccd9d0e3a96ec026d01d24abac1cea7959f0d02 (HEAD Use the same select as for usual table list. |