[MDEV-15787] centos 7 MariaDB-5.5.56 ERROR 2013 (HY000): Lost connection to MySQL server during query Created: 2018-04-05 Updated: 2018-05-22 Resolved: 2018-05-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery, Data Manipulation - Update |
| Affects Version/s: | 5.5.56 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Leo Pap | Assignee: | Alice Sherepa |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | centos7, update | ||
| Environment: |
centos 7 linux |
||
| Issue Links: |
|
||||||||
| Description |
|
Suddenly MariaDB has started having issues on my CENTOS 7. I am getting ERROR "2013 (HY000): Lost connection to MySQL server during query" when i try to update a table via subquery such as : update table1 set sal=32 where prikey in (select id from table2 where....). The tables are myisam not innodb. I checked with mysqlcheck and everything reported fine. I also saw threads regarding the cache but no good. This is quite scary to happen in production systems... Thank you very much. Regards Stack trace [ERROR] mysqld got signal 11 ; 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 http://kb.askmonty.org/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: 5.5.56-MariaDB Thread pointer: 0x5645e589bab0 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=off,table_elimination=on,extended_keys=off The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains |
| Comments |
| Comment by Alice Sherepa [ 2018-04-09 ] |
|
Please add full query, that causes the crash and SHOW CREATE TABLE for tables, that are involved in it. |
| Comment by Alice Sherepa [ 2018-04-18 ] |
|
this is probably the same problem as |