Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-20987

InnoDB fails to start when fts table has FK relation

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 10.2.28, 10.1.42, 10.3.19, 10.4.9
    • 10.2.29, 10.1.43, 10.3.20, 10.4.10
    • None

    Description

      Details

      After the recent MariaDB update, we've had 11 reports and counting of MariaDB failing to start. This appears related to the FTS changes recently made, perhaps MDEV-19073 ?

      # git log --oneline mariadb-10.1.41..mariadb-10.1.42|grep -i 'innodb\|fts'
      5392b4a32c9 MDEV-20354 All but last insert ignored in InnoDB tables when table locked
      84088d9458d add .clang-format file for InnoDB
      a41d429765c MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang
      bd22650bbcb MDEV-19073 FTS row mismatch after crash recovery
      5ef12244345 MDEV-20804 Speed up main.index_merge_innodb
      8a79fa0e4d0 MDEV-19529	InnoDB hang on DROP FULLTEXT INDEX
      031c695b8c8 MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing silently
      c738aa240e5 MDEV-20138 innodb.trx_id_future fails on big-endian
      

      The full error is below(10.2.28):

      $ /usr/sbin/mysqld
      2019-11-06  0:44:59 139887440070848 [Note] /usr/sbin/mysqld (mysqld 10.2.28-MariaDB) starting as process 15243 ...
      2019-11-06  0:44:59 139887440070848 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4198)
      2019-11-06  0:44:59 139887440070848 [Warning] Changed limits: max_open_files: 1024  max_connections: 151 (was 151)  table_cache: 421 (was 2000)
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Uses event mutexes
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Compressed tables use zlib 1.2.7
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Using Linux native AIO
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Number of pools: 1
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Using SSE2 crc32 instructions
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Completed initialization of buffer pool
      2019-11-06  0:44:59 139886879573760 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
      2019-11-06  0:44:59 139887440070848 [Note] InnoDB: Highest supported file format is Barracuda.
      2019-11-06 00:44:59 0x7f3a152c88c0  InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.2.28/storage/innobase/dict/dict0dict.cc line 1467
      InnoDB: Failing assertion: table->can_be_evicted
      InnoDB: We intentionally generate a memory trap.
      InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
      InnoDB: If you get repeated assertion failures or crashes, even
      InnoDB: immediately after the mysqld startup, there may be
      InnoDB: corruption in the InnoDB tablespace. Please refer to
      InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
      InnoDB: about forcing recovery.
      191106  0:44:59 [ERROR] mysqld got signal 6 ;
      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.2.28-MariaDB
      key_buffer_size=134217728
      read_buffer_size=131072
      max_used_connections=0
      max_threads=153
      thread_count=0
      It is possible that mysqld could use up to
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467243 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x0
      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...
      stack_bottom = 0x0 thread_stack 0x49000
      /usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x560bdda1472e]
      /usr/sbin/mysqld(handle_fatal_signal+0x30d)[0x560bdd49905d]
      addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
      addr2line: Dwarf Error: Unable to read alt ref 3540451345.
      addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Could not find abbrev number 123.
      addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Could not find abbrev number 124.
      addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
      sigaction.c:0(__restore_rt)[0x7f3a14eb9630]
      linux/raise.c:55(__GI_raise)[0x7f3a13189377]
      stdlib/abort.c:92(__GI_abort)[0x7f3a1318aa68]
      /usr/sbin/mysqld(+0x431a59)[0x560bdd246a59]
      /usr/sbin/mysqld(+0x9fe9e7)[0x560bdd8139e7]
      /usr/sbin/mysqld(+0xa14bf2)[0x560bdd829bf2]
      /usr/sbin/mysqld(+0xa1509d)[0x560bdd82a09d]
      /usr/sbin/mysqld(+0xa16019)[0x560bdd82b019]
      /usr/sbin/mysqld(+0x9fe480)[0x560bdd813480]
      /usr/sbin/mysqld(+0xa632b8)[0x560bdd8782b8]
      addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
      /usr/sbin/mysqld(+0xa6bbad)[0x560bdd880bad]
      addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
      /usr/sbin/mysqld(+0x8820ca)[0x560bdd6970ca]
      addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
      /usr/sbin/mysqld(+0x93faaa)[0x560bdd754aaa]
      addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
      /usr/sbin/mysqld(+0x824501)[0x560bdd639501]
      /usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x64)[0x560bdd49b714]
      addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
      /usr/sbin/mysqld(+0x4fc1a0)[0x560bdd3111a0]
      addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
      addr2line: Dwarf Error: Unable to read alt ref 3540451345.
      /usr/sbin/mysqld(_Z11plugin_initPiPPci+0x9a2)[0x560bdd312a72]
      /usr/sbin/mysqld(+0x455241)[0x560bdd26a241]
      /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x1e39)[0x560bdd26f7c9]
      addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Could not find abbrev number 123.
      addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Could not find abbrev number 124.
      addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
      addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3788374860) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3338672362) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2231566753) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (59638640) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (44892955) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (128910083) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4127400521) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4177732573) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1258487858) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (486545358) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (70327552) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (33757982) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3389194694) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2416116146) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3556972974) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3410952467) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3036879565) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2684556718) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (1598685992) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (27525390) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2770862350) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2214803694) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2483239358) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (2751675022) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3020110558) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3288546222) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3556981758) greater than or equal to .debug_str size (2507683).
      addr2line: Dwarf Error: Offset (3825417420) greater than or equal to .debug_str size (2507683).
      csu/libc-start.c:300(__libc_start_main)[0x7f3a13175545]
      /usr/sbin/mysqld(+0x44e68d)[0x560bdd26368d]
      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...
      Working directory at /homeSSD500GB1/mysql
      Resource Limits:
      Limit                     Soft Limit           Hard Limit           Units
      Max cpu time              unlimited            unlimited            seconds
      Max file size             unlimited            unlimited            bytes
      Max data size             unlimited            unlimited            bytes
      Max stack size            8388608              unlimited            bytes
      Max core file size        0                    unlimited            bytes
      Max resident set          unlimited            unlimited            bytes
      Max processes             4096                 95627                processes
      Max open files            1024                 4096                 files
      Max locked memory         65536                65536                bytes
      Max address space         unlimited            unlimited            bytes
      Max file locks            unlimited            unlimited            locks
      Max pending signals       95627                95627                signals
      Max msgqueue size         819200               819200               bytes
      Max nice priority         0                    0
      Max realtime priority     0                    0
      Max realtime timeout      unlimited            unlimited            us
      Core pattern: core
       
      Aborted
      

      Configurations:

      [mysqld]
      default-storage-engine=MyISAM
      innodb_file_per_table=1
      performance-schema=0
      max_allowed_packet=268435456
      open_files_limit=50000
      datadir=/mysql
      socket=/mysql/mysql.sock
      


      Step-by-Step Instructions

      Unknown; I am unable to replicate this directly in a testing environment. It seems to be dependent on the databases.


      Known work around(s)

      Downgrading resolves the issue

      Attachments

        Issue Links

          Activity

            cPanelSTA cPanel Senior Tech's created issue -
            cPanelSTA cPanel Senior Tech's made changes -
            Field Original Value New Value
            Description {panel:title=(i) Details}
            After the recent MariaDB update, we've had 11 reports and counting of MariaDB failing to start. This appears related to the FTS changes recently made, perhaps MDEV-19073 ?
            {code}
            # git log --oneline mariadb-10.1.41..mariadb-10.1.42|grep -i 'innodb\|fts'
            5392b4a32c9 MDEV-20354 All but last insert ignored in InnoDB tables when table locked
            84088d9458d add .clang-format file for InnoDB
            a41d429765c MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang
            bd22650bbcb MDEV-19073 FTS row mismatch after crash recovery
            5ef12244345 MDEV-20804 Speed up main.index_merge_innodb
            8a79fa0e4d0 MDEV-19529 InnoDB hang on DROP FULLTEXT INDEX
            031c695b8c8 MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing silently
            c738aa240e5 MDEV-20138 innodb.trx_id_future fails on big-endian
            {code}

            The full error is below(10.2.28):
            {code}
            $ /usr/sbin/mysqld
            2019-11-06 0:44:59 139887440070848 [Note] /usr/sbin/mysqld (mysqld 10.2.28-MariaDB) starting as process 15243 ...
            2019-11-06 0:44:59 139887440070848 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4198)
            2019-11-06 0:44:59 139887440070848 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Uses event mutexes
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Compressed tables use zlib 1.2.7
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using Linux native AIO
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Number of pools: 1
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using SSE2 crc32 instructions
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Completed initialization of buffer pool
            2019-11-06 0:44:59 139886879573760 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Highest supported file format is Barracuda.
            2019-11-06 00:44:59 0x7f3a152c88c0 InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.2.28/storage/innobase/dict/dict0dict.cc line 1467
            InnoDB: Failing assertion: table->can_be_evicted
            InnoDB: We intentionally generate a memory trap.
            InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
            InnoDB: If you get repeated assertion failures or crashes, even
            InnoDB: immediately after the mysqld startup, there may be
            InnoDB: corruption in the InnoDB tablespace. Please refer to
            InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
            InnoDB: about forcing recovery.
            191106 0:44:59 [ERROR] mysqld got signal 6 ;
            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.2.28-MariaDB
            key_buffer_size=134217728
            read_buffer_size=131072
            max_used_connections=0
            max_threads=153
            thread_count=0
            It is possible that mysqld could use up to
            key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467243 K bytes of memory
            Hope that's ok; if not, decrease some variables in the equation.

            Thread pointer: 0x0
            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...
            stack_bottom = 0x0 thread_stack 0x49000
            /usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x560bdda1472e]
            /usr/sbin/mysqld(handle_fatal_signal+0x30d)[0x560bdd49905d]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            sigaction.c:0(__restore_rt)[0x7f3a14eb9630]
            linux/raise.c:55(__GI_raise)[0x7f3a13189377]
            stdlib/abort.c:92(__GI_abort)[0x7f3a1318aa68]
            /usr/sbin/mysqld(+0x431a59)[0x560bdd246a59]
            /usr/sbin/mysqld(+0x9fe9e7)[0x560bdd8139e7]
            /usr/sbin/mysqld(+0xa14bf2)[0x560bdd829bf2]
            /usr/sbin/mysqld(+0xa1509d)[0x560bdd82a09d]
            /usr/sbin/mysqld(+0xa16019)[0x560bdd82b019]
            /usr/sbin/mysqld(+0x9fe480)[0x560bdd813480]
            /usr/sbin/mysqld(+0xa632b8)[0x560bdd8782b8]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0xa6bbad)[0x560bdd880bad]
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x8820ca)[0x560bdd6970ca]
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x93faaa)[0x560bdd754aaa]
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            /usr/sbin/mysqld(+0x824501)[0x560bdd639501]
            /usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x64)[0x560bdd49b714]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x4fc1a0)[0x560bdd3111a0]
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            /usr/sbin/mysqld(_Z11plugin_initPiPPci+0x9a2)[0x560bdd312a72]
            /usr/sbin/mysqld(+0x455241)[0x560bdd26a241]
            /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x1e39)[0x560bdd26f7c9]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3788374860) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3338672362) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231566753) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (59638640) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (44892955) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (128910083) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4127400521) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4177732573) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1258487858) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (486545358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (70327552) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33757982) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389194694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2416116146) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556972974) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3410952467) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3036879565) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2684556718) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1598685992) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27525390) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2770862350) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2214803694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2483239358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2751675022) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020110558) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3288546222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556981758) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3825417420) greater than or equal to .debug_str size (2507683).
            csu/libc-start.c:300(__libc_start_main)[0x7f3a13175545]
            /usr/sbin/mysqld(+0x44e68d)[0x560bdd26368d]
            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...
            Working directory at /homeSSD500GB1/mysql
            Resource Limits:
            Limit Soft Limit Hard Limit Units
            Max cpu time unlimited unlimited seconds
            Max file size unlimited unlimited bytes
            Max data size unlimited unlimited bytes
            Max stack size 8388608 unlimited bytes
            Max core file size 0 unlimited bytes
            Max resident set unlimited unlimited bytes
            Max processes 4096 95627 processes
            Max open files 1024 4096 files
            Max locked memory 65536 65536 bytes
            Max address space unlimited unlimited bytes
            Max file locks unlimited unlimited locks
            Max pending signals 95627 95627 signals
            Max msgqueue size 819200 819200 bytes
            Max nice priority 0 0
            Max realtime priority 0 0
            Max realtime timeout unlimited unlimited us
            Core pattern: core

            Aborted
            {code}

            Configurations:
            {code}
            [mysqld]
            default-storage-engine=MyISAM
            innodb_file_per_table=1
            performance-schema=0
            max_allowed_packet=268435456
            open_files_limit=50000
            datadir=/mysql
            socket=/mysql/mysql.sock
            {panel}

            ----

            {panel:title=(+) Step-by-Step Instructions}
            Unknown; I am unable to replicate this directly in a testing environment. It seems to be dependent on the databases.
            {panel}

            ----

            {panel:title=(/) Known work around(s)}
            None
            {panel}
            {panel:title=(i) Details}
            After the recent MariaDB update, we've had 11 reports and counting of MariaDB failing to start. This appears related to the FTS changes recently made, perhaps MDEV-19073 ?
            {code}
            # git log --oneline mariadb-10.1.41..mariadb-10.1.42|grep -i 'innodb\|fts'
            5392b4a32c9 MDEV-20354 All but last insert ignored in InnoDB tables when table locked
            84088d9458d add .clang-format file for InnoDB
            a41d429765c MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang
            bd22650bbcb MDEV-19073 FTS row mismatch after crash recovery
            5ef12244345 MDEV-20804 Speed up main.index_merge_innodb
            8a79fa0e4d0 MDEV-19529 InnoDB hang on DROP FULLTEXT INDEX
            031c695b8c8 MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing silently
            c738aa240e5 MDEV-20138 innodb.trx_id_future fails on big-endian
            {code}

            The full error is below(10.2.28):
            {code}
            $ /usr/sbin/mysqld
            2019-11-06 0:44:59 139887440070848 [Note] /usr/sbin/mysqld (mysqld 10.2.28-MariaDB) starting as process 15243 ...
            2019-11-06 0:44:59 139887440070848 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4198)
            2019-11-06 0:44:59 139887440070848 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Uses event mutexes
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Compressed tables use zlib 1.2.7
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using Linux native AIO
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Number of pools: 1
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using SSE2 crc32 instructions
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Completed initialization of buffer pool
            2019-11-06 0:44:59 139886879573760 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Highest supported file format is Barracuda.
            2019-11-06 00:44:59 0x7f3a152c88c0 InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.2.28/storage/innobase/dict/dict0dict.cc line 1467
            InnoDB: Failing assertion: table->can_be_evicted
            InnoDB: We intentionally generate a memory trap.
            InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
            InnoDB: If you get repeated assertion failures or crashes, even
            InnoDB: immediately after the mysqld startup, there may be
            InnoDB: corruption in the InnoDB tablespace. Please refer to
            InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
            InnoDB: about forcing recovery.
            191106 0:44:59 [ERROR] mysqld got signal 6 ;
            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.2.28-MariaDB
            key_buffer_size=134217728
            read_buffer_size=131072
            max_used_connections=0
            max_threads=153
            thread_count=0
            It is possible that mysqld could use up to
            key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467243 K bytes of memory
            Hope that's ok; if not, decrease some variables in the equation.

            Thread pointer: 0x0
            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...
            stack_bottom = 0x0 thread_stack 0x49000
            /usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x560bdda1472e]
            /usr/sbin/mysqld(handle_fatal_signal+0x30d)[0x560bdd49905d]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            sigaction.c:0(__restore_rt)[0x7f3a14eb9630]
            linux/raise.c:55(__GI_raise)[0x7f3a13189377]
            stdlib/abort.c:92(__GI_abort)[0x7f3a1318aa68]
            /usr/sbin/mysqld(+0x431a59)[0x560bdd246a59]
            /usr/sbin/mysqld(+0x9fe9e7)[0x560bdd8139e7]
            /usr/sbin/mysqld(+0xa14bf2)[0x560bdd829bf2]
            /usr/sbin/mysqld(+0xa1509d)[0x560bdd82a09d]
            /usr/sbin/mysqld(+0xa16019)[0x560bdd82b019]
            /usr/sbin/mysqld(+0x9fe480)[0x560bdd813480]
            /usr/sbin/mysqld(+0xa632b8)[0x560bdd8782b8]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0xa6bbad)[0x560bdd880bad]
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x8820ca)[0x560bdd6970ca]
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x93faaa)[0x560bdd754aaa]
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            /usr/sbin/mysqld(+0x824501)[0x560bdd639501]
            /usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x64)[0x560bdd49b714]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x4fc1a0)[0x560bdd3111a0]
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            /usr/sbin/mysqld(_Z11plugin_initPiPPci+0x9a2)[0x560bdd312a72]
            /usr/sbin/mysqld(+0x455241)[0x560bdd26a241]
            /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x1e39)[0x560bdd26f7c9]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3788374860) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3338672362) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231566753) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (59638640) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (44892955) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (128910083) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4127400521) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4177732573) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1258487858) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (486545358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (70327552) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33757982) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389194694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2416116146) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556972974) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3410952467) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3036879565) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2684556718) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1598685992) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27525390) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2770862350) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2214803694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2483239358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2751675022) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020110558) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3288546222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556981758) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3825417420) greater than or equal to .debug_str size (2507683).
            csu/libc-start.c:300(__libc_start_main)[0x7f3a13175545]
            /usr/sbin/mysqld(+0x44e68d)[0x560bdd26368d]
            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...
            Working directory at /homeSSD500GB1/mysql
            Resource Limits:
            Limit Soft Limit Hard Limit Units
            Max cpu time unlimited unlimited seconds
            Max file size unlimited unlimited bytes
            Max data size unlimited unlimited bytes
            Max stack size 8388608 unlimited bytes
            Max core file size 0 unlimited bytes
            Max resident set unlimited unlimited bytes
            Max processes 4096 95627 processes
            Max open files 1024 4096 files
            Max locked memory 65536 65536 bytes
            Max address space unlimited unlimited bytes
            Max file locks unlimited unlimited locks
            Max pending signals 95627 95627 signals
            Max msgqueue size 819200 819200 bytes
            Max nice priority 0 0
            Max realtime priority 0 0
            Max realtime timeout unlimited unlimited us
            Core pattern: core

            Aborted
            {code}

            Configurations:
            {code}
            [mysqld]
            default-storage-engine=MyISAM
            innodb_file_per_table=1
            performance-schema=0
            max_allowed_packet=268435456
            open_files_limit=50000
            datadir=/mysql
            socket=/mysql/mysql.sock
            {code}
            {panel}

            ----

            {panel:title=(+) Step-by-Step Instructions}
            Unknown; I am unable to replicate this directly in a testing environment. It seems to be dependent on the databases.
            {panel}

            ----

            {panel:title=(/) Known work around(s)}
            None
            {panel}
            cPanelSTA cPanel Senior Tech's made changes -
            Description {panel:title=(i) Details}
            After the recent MariaDB update, we've had 11 reports and counting of MariaDB failing to start. This appears related to the FTS changes recently made, perhaps MDEV-19073 ?
            {code}
            # git log --oneline mariadb-10.1.41..mariadb-10.1.42|grep -i 'innodb\|fts'
            5392b4a32c9 MDEV-20354 All but last insert ignored in InnoDB tables when table locked
            84088d9458d add .clang-format file for InnoDB
            a41d429765c MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang
            bd22650bbcb MDEV-19073 FTS row mismatch after crash recovery
            5ef12244345 MDEV-20804 Speed up main.index_merge_innodb
            8a79fa0e4d0 MDEV-19529 InnoDB hang on DROP FULLTEXT INDEX
            031c695b8c8 MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing silently
            c738aa240e5 MDEV-20138 innodb.trx_id_future fails on big-endian
            {code}

            The full error is below(10.2.28):
            {code}
            $ /usr/sbin/mysqld
            2019-11-06 0:44:59 139887440070848 [Note] /usr/sbin/mysqld (mysqld 10.2.28-MariaDB) starting as process 15243 ...
            2019-11-06 0:44:59 139887440070848 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4198)
            2019-11-06 0:44:59 139887440070848 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Uses event mutexes
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Compressed tables use zlib 1.2.7
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using Linux native AIO
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Number of pools: 1
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using SSE2 crc32 instructions
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Completed initialization of buffer pool
            2019-11-06 0:44:59 139886879573760 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Highest supported file format is Barracuda.
            2019-11-06 00:44:59 0x7f3a152c88c0 InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.2.28/storage/innobase/dict/dict0dict.cc line 1467
            InnoDB: Failing assertion: table->can_be_evicted
            InnoDB: We intentionally generate a memory trap.
            InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
            InnoDB: If you get repeated assertion failures or crashes, even
            InnoDB: immediately after the mysqld startup, there may be
            InnoDB: corruption in the InnoDB tablespace. Please refer to
            InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
            InnoDB: about forcing recovery.
            191106 0:44:59 [ERROR] mysqld got signal 6 ;
            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.2.28-MariaDB
            key_buffer_size=134217728
            read_buffer_size=131072
            max_used_connections=0
            max_threads=153
            thread_count=0
            It is possible that mysqld could use up to
            key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467243 K bytes of memory
            Hope that's ok; if not, decrease some variables in the equation.

            Thread pointer: 0x0
            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...
            stack_bottom = 0x0 thread_stack 0x49000
            /usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x560bdda1472e]
            /usr/sbin/mysqld(handle_fatal_signal+0x30d)[0x560bdd49905d]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            sigaction.c:0(__restore_rt)[0x7f3a14eb9630]
            linux/raise.c:55(__GI_raise)[0x7f3a13189377]
            stdlib/abort.c:92(__GI_abort)[0x7f3a1318aa68]
            /usr/sbin/mysqld(+0x431a59)[0x560bdd246a59]
            /usr/sbin/mysqld(+0x9fe9e7)[0x560bdd8139e7]
            /usr/sbin/mysqld(+0xa14bf2)[0x560bdd829bf2]
            /usr/sbin/mysqld(+0xa1509d)[0x560bdd82a09d]
            /usr/sbin/mysqld(+0xa16019)[0x560bdd82b019]
            /usr/sbin/mysqld(+0x9fe480)[0x560bdd813480]
            /usr/sbin/mysqld(+0xa632b8)[0x560bdd8782b8]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0xa6bbad)[0x560bdd880bad]
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x8820ca)[0x560bdd6970ca]
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x93faaa)[0x560bdd754aaa]
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            /usr/sbin/mysqld(+0x824501)[0x560bdd639501]
            /usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x64)[0x560bdd49b714]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x4fc1a0)[0x560bdd3111a0]
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            /usr/sbin/mysqld(_Z11plugin_initPiPPci+0x9a2)[0x560bdd312a72]
            /usr/sbin/mysqld(+0x455241)[0x560bdd26a241]
            /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x1e39)[0x560bdd26f7c9]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3788374860) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3338672362) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231566753) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (59638640) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (44892955) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (128910083) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4127400521) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4177732573) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1258487858) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (486545358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (70327552) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33757982) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389194694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2416116146) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556972974) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3410952467) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3036879565) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2684556718) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1598685992) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27525390) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2770862350) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2214803694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2483239358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2751675022) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020110558) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3288546222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556981758) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3825417420) greater than or equal to .debug_str size (2507683).
            csu/libc-start.c:300(__libc_start_main)[0x7f3a13175545]
            /usr/sbin/mysqld(+0x44e68d)[0x560bdd26368d]
            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...
            Working directory at /homeSSD500GB1/mysql
            Resource Limits:
            Limit Soft Limit Hard Limit Units
            Max cpu time unlimited unlimited seconds
            Max file size unlimited unlimited bytes
            Max data size unlimited unlimited bytes
            Max stack size 8388608 unlimited bytes
            Max core file size 0 unlimited bytes
            Max resident set unlimited unlimited bytes
            Max processes 4096 95627 processes
            Max open files 1024 4096 files
            Max locked memory 65536 65536 bytes
            Max address space unlimited unlimited bytes
            Max file locks unlimited unlimited locks
            Max pending signals 95627 95627 signals
            Max msgqueue size 819200 819200 bytes
            Max nice priority 0 0
            Max realtime priority 0 0
            Max realtime timeout unlimited unlimited us
            Core pattern: core

            Aborted
            {code}

            Configurations:
            {code}
            [mysqld]
            default-storage-engine=MyISAM
            innodb_file_per_table=1
            performance-schema=0
            max_allowed_packet=268435456
            open_files_limit=50000
            datadir=/mysql
            socket=/mysql/mysql.sock
            {code}
            {panel}

            ----

            {panel:title=(+) Step-by-Step Instructions}
            Unknown; I am unable to replicate this directly in a testing environment. It seems to be dependent on the databases.
            {panel}

            ----

            {panel:title=(/) Known work around(s)}
            None
            {panel}
            {panel:title=(i) Details}
            After the recent MariaDB update, we've had 11 reports and counting of MariaDB failing to start. This appears related to the FTS changes recently made, perhaps MDEV-19073 ?
            {code}
            # git log --oneline mariadb-10.1.41..mariadb-10.1.42|grep -i 'innodb\|fts'
            5392b4a32c9 MDEV-20354 All but last insert ignored in InnoDB tables when table locked
            84088d9458d add .clang-format file for InnoDB
            a41d429765c MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang
            bd22650bbcb MDEV-19073 FTS row mismatch after crash recovery
            5ef12244345 MDEV-20804 Speed up main.index_merge_innodb
            8a79fa0e4d0 MDEV-19529 InnoDB hang on DROP FULLTEXT INDEX
            031c695b8c8 MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing silently
            c738aa240e5 MDEV-20138 innodb.trx_id_future fails on big-endian
            {code}

            The full error is below(10.2.28):
            {code}
            $ /usr/sbin/mysqld
            2019-11-06 0:44:59 139887440070848 [Note] /usr/sbin/mysqld (mysqld 10.2.28-MariaDB) starting as process 15243 ...
            2019-11-06 0:44:59 139887440070848 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4198)
            2019-11-06 0:44:59 139887440070848 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Uses event mutexes
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Compressed tables use zlib 1.2.7
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using Linux native AIO
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Number of pools: 1
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Using SSE2 crc32 instructions
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Completed initialization of buffer pool
            2019-11-06 0:44:59 139886879573760 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
            2019-11-06 0:44:59 139887440070848 [Note] InnoDB: Highest supported file format is Barracuda.
            2019-11-06 00:44:59 0x7f3a152c88c0 InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.2.28/storage/innobase/dict/dict0dict.cc line 1467
            InnoDB: Failing assertion: table->can_be_evicted
            InnoDB: We intentionally generate a memory trap.
            InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
            InnoDB: If you get repeated assertion failures or crashes, even
            InnoDB: immediately after the mysqld startup, there may be
            InnoDB: corruption in the InnoDB tablespace. Please refer to
            InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
            InnoDB: about forcing recovery.
            191106 0:44:59 [ERROR] mysqld got signal 6 ;
            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.2.28-MariaDB
            key_buffer_size=134217728
            read_buffer_size=131072
            max_used_connections=0
            max_threads=153
            thread_count=0
            It is possible that mysqld could use up to
            key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 467243 K bytes of memory
            Hope that's ok; if not, decrease some variables in the equation.

            Thread pointer: 0x0
            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...
            stack_bottom = 0x0 thread_stack 0x49000
            /usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x560bdda1472e]
            /usr/sbin/mysqld(handle_fatal_signal+0x30d)[0x560bdd49905d]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            sigaction.c:0(__restore_rt)[0x7f3a14eb9630]
            linux/raise.c:55(__GI_raise)[0x7f3a13189377]
            stdlib/abort.c:92(__GI_abort)[0x7f3a1318aa68]
            /usr/sbin/mysqld(+0x431a59)[0x560bdd246a59]
            /usr/sbin/mysqld(+0x9fe9e7)[0x560bdd8139e7]
            /usr/sbin/mysqld(+0xa14bf2)[0x560bdd829bf2]
            /usr/sbin/mysqld(+0xa1509d)[0x560bdd82a09d]
            /usr/sbin/mysqld(+0xa16019)[0x560bdd82b019]
            /usr/sbin/mysqld(+0x9fe480)[0x560bdd813480]
            /usr/sbin/mysqld(+0xa632b8)[0x560bdd8782b8]
            addr2line: Dwarf Error: Offset (2433640) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0xa6bbad)[0x560bdd880bad]
            addr2line: Dwarf Error: Offset (930971) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1678859) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x8820ca)[0x560bdd6970ca]
            addr2line: Dwarf Error: Offset (1678490) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x93faaa)[0x560bdd754aaa]
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            /usr/sbin/mysqld(+0x824501)[0x560bdd639501]
            /usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x64)[0x560bdd49b714]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1434933) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1545930) greater than or equal to .debug_str size (121108).
            /usr/sbin/mysqld(+0x4fc1a0)[0x560bdd3111a0]
            addr2line: Dwarf Error: Offset (3540451345) greater than or equal to .debug_info size (4458717).
            addr2line: Dwarf Error: Unable to read alt ref 3540451345.
            /usr/sbin/mysqld(_Z11plugin_initPiPPci+0x9a2)[0x560bdd312a72]
            /usr/sbin/mysqld(+0x455241)[0x560bdd26a241]
            /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x1e39)[0x560bdd26f7c9]
            addr2line: Dwarf Error: Offset (6514020) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2806683648) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (5390925) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (617973782) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (6579297) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (6516329) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1697110) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (554609263) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (322837827) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 123.
            addr2line: Dwarf Error: Offset (312212791) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1965228392) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1944060204) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1749043) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (1762938) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Could not find abbrev number 124.
            addr2line: Dwarf Error: Offset (1280442740) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1749283) greater than or equal to .debug_str size (121108).
            addr2line: Dwarf Error: Offset (7173491) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2940076487) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3788374860) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3338672362) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2518090531) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1600717603) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231566753) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (335613034) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (241843240) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (59638640) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (44892955) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (716701712) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2147681508) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3254977716) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2231567354) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1595278106) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (151192255) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2634118656) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419832) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442586) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3609657826) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718414) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3875738783) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (128910083) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4127400521) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4177732573) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1258487858) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33424222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (29819699) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27853595) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1979736415) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (341335298) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3942851524) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707970070) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (755180081) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (38345984) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (486545358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (70327552) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (26945386) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1797718436) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (17442604) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4079419854) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (257839874) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020097412) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4077062581) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (33757982) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3506645869) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1010107167) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389194694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2416116146) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3316993) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556972974) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (50363905) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3707966902) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2315466965) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657644453) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2852338165) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (4194515653) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3389209493) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2583903205) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1144798389) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3410952467) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (585595395) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3036879565) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2684556718) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3657636261) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1419510647) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3758299381) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2734889147) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3691190401) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3171095769) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (1598685992) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (27525390) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2770862350) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2214803694) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2483239358) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (2751675022) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3020110558) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3288546222) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3556981758) greater than or equal to .debug_str size (2507683).
            addr2line: Dwarf Error: Offset (3825417420) greater than or equal to .debug_str size (2507683).
            csu/libc-start.c:300(__libc_start_main)[0x7f3a13175545]
            /usr/sbin/mysqld(+0x44e68d)[0x560bdd26368d]
            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...
            Working directory at /homeSSD500GB1/mysql
            Resource Limits:
            Limit Soft Limit Hard Limit Units
            Max cpu time unlimited unlimited seconds
            Max file size unlimited unlimited bytes
            Max data size unlimited unlimited bytes
            Max stack size 8388608 unlimited bytes
            Max core file size 0 unlimited bytes
            Max resident set unlimited unlimited bytes
            Max processes 4096 95627 processes
            Max open files 1024 4096 files
            Max locked memory 65536 65536 bytes
            Max address space unlimited unlimited bytes
            Max file locks unlimited unlimited locks
            Max pending signals 95627 95627 signals
            Max msgqueue size 819200 819200 bytes
            Max nice priority 0 0
            Max realtime priority 0 0
            Max realtime timeout unlimited unlimited us
            Core pattern: core

            Aborted
            {code}

            Configurations:
            {code}
            [mysqld]
            default-storage-engine=MyISAM
            innodb_file_per_table=1
            performance-schema=0
            max_allowed_packet=268435456
            open_files_limit=50000
            datadir=/mysql
            socket=/mysql/mysql.sock
            {code}
            {panel}

            ----

            {panel:title=(+) Step-by-Step Instructions}
            Unknown; I am unable to replicate this directly in a testing environment. It seems to be dependent on the databases.
            {panel}

            ----

            {panel:title=(/) Known work around(s)}
            Downgrading resolves the issue
            {panel}
            cu-olly Olorin Henderson made changes -
            Attachment image_2019_11_05T18_45_53_019Z.png [ 49357 ]
            elenst Elena Stepanova made changes -
            Component/s Storage Engine - InnoDB [ 10129 ]
            Fix Version/s 10.1 [ 16100 ]
            Fix Version/s 10.2 [ 14601 ]
            Fix Version/s 10.3 [ 22126 ]
            Assignee Marko Mäkelä [ marko ]
            elenst Elena Stepanova made changes -
            Priority Major [ 3 ] Critical [ 2 ]
            thiru Thirunarayanan Balathandayuthapani made changes -
            Summary SIGABRT Failing assertion: table->can_be_evicted in storage/innobase/dict/dict0dict.cc InnoDB fails to start when fts table has FK relation
            thiru Thirunarayanan Balathandayuthapani made changes -
            Status Open [ 1 ] Confirmed [ 10101 ]
            thiru Thirunarayanan Balathandayuthapani made changes -
            Status Confirmed [ 10101 ] Open [ 1 ]
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            issue.field.resolutiondate 2019-11-06 06:20:21.0 2019-11-06 06:20:21.443
            marko Marko Mäkelä made changes -
            Component/s Storage Engine - XtraDB [ 10135 ]
            Fix Version/s 10.1.43 [ 23703 ]
            Fix Version/s 10.2.29 [ 23911 ]
            Fix Version/s 10.3.20 [ 23909 ]
            Fix Version/s 10.4.10 [ 23907 ]
            Fix Version/s 10.2 [ 14601 ]
            Fix Version/s 10.1 [ 16100 ]
            Fix Version/s 10.3 [ 22126 ]
            Assignee Marko Mäkelä [ marko ] Thirunarayanan Balathandayuthapani [ thiru ]
            Resolution Fixed [ 1 ]
            Status Open [ 1 ] Closed [ 6 ]
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            elenst Elena Stepanova made changes -
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            bs Rob Brown made changes -
            marko Marko Mäkelä made changes -
            Affects Version/s 10.4.9 [ 23906 ]
            elenst Elena Stepanova made changes -
            elenst Elena Stepanova made changes -
            m.pfeiffer Markus made changes -
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 100879 ] MariaDB v4 [ 156945 ]
            mariadb-jira-automation Jira Automation (IT) made changes -
            Zendesk Related Tickets 192685

            People

              thiru Thirunarayanan Balathandayuthapani
              cPanelSTA cPanel Senior Tech's
              Votes:
              8 Vote for this issue
              Watchers:
              22 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.