[MDEV-18567] main.ctype_utf8mb4_innodb and main.ps_3innodb tests failed with --big-tables=1 Created: 2019-02-13  Updated: 2023-04-27  Resolved: 2023-04-27

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - Aria, Tests
Affects Version/s: 5.5
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Alice Sherepa Assignee: Michael Widenius
Resolution: Won't Fix Votes: 0
Labels: not-10.1, not-10.2, not-10.3, not-10.4


 Description   

./mtr main.ctype_utf8mb4_innodb --mysqld=--big-tables=1

5.5 c9b9d9f5152b2ec16e88

mysqltest: In included file "/5.5/mysql-test/include/ctype_utf8mb4.inc": 
included from /5.5/mysql-test/t/ctype_utf8mb4_innodb.test at line 6:
At line 1169: query 'INSERT INTO t1 SELECT * FROM t1' failed: 2013: Lost connection to MySQL server during query
 
The result from queries just before the failure was:
< snip >
9 aaaa  50
SELECT id, a FROM t1 WHERE a='bbbbbb';
id  a
11  bbbbbb
6 bbbbbb
SELECT id, a FROM t1 WHERE a='bbbbbb' ORDER BY b;
id  a
6 bbbbbb
11  bbbbbb
DROP TABLE t1;
SET NAMES utf8mb4;
CREATE TABLE t1 (
a CHAR(13) DEFAULT '',
INDEX(a)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO t1 VALUES 
('Käli Käli 2-4'), ('Käli Käli 2-4'),
('Käli Käli 2+4'), ('Käli Käli 2+4'),
('Käli Käli 2-6'), ('Käli Käli 2-6');
INSERT INTO t1 SELECT * FROM t1;
 
 
Version: '5.5.64-MariaDB-debug'  socket: '/5.5/mysql-test/var/tmp/mysqld.1.sock'  port: 16000  Source distribution
=================================================================
==16421==ERROR: AddressSanitizer: use-after-poison on address 0x7fc96dcf2000 at pc 0x7fc97d05d935 bp 0x7fc96e227f30 sp 0x7fc96e2276d8
READ of size 53 at 0x7fc96dcf2000 thread T15
    #0 0x7fc97d05d934 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c934)
    #1 0xe1d4e8 in memcpy /usr/include/x86_64-linux-gnu/bits/string3.h:53
    #2 0xe1d4e8 in _ma_mmap_pread /5.5/storage/maria/ma_dynrec.c:143
    #3 0xee79ab in _ma_read_static_record /5.5/storage/maria/ma_statrec.c:183
    #4 0xee8172 in _ma_read_rnd_static_record /5.5/storage/maria/ma_statrec.c:271
    #5 0xee5927 in maria_scan /5.5/storage/maria/ma_scan.c:54
    #6 0xe360eb in ha_maria::rnd_next(unsigned char*) /5.5/storage/maria/ha_maria.cc:2435
    #7 0xd164ac in handler::ha_rnd_next(unsigned char*) /5.5/sql/sql_class.h:4359
    #8 0xd164ac in rr_sequential(READ_RECORD*) /5.5/sql/records.cc:468
    #9 0x7086c1 in join_init_read_record(st_join_table*) /5.5/sql/sql_select.cc:18012
    #10 0x707527 in sub_select(JOIN*, st_join_table*, bool) /5.5/sql/sql_select.cc:17112
    #11 0x73ec48 in do_select /5.5/sql/sql_select.cc:16777
    #12 0x779f38 in JOIN::exec() /5.5/sql/sql_select.cc:2912
    #13 0x7681f9 in mysql_select(THD*, Item***, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /5.5/sql/sql_select.cc:3133
    #14 0x7688fd in handle_select(THD*, LEX*, select_result*, unsigned long) /5.5/sql/sql_select.cc:323
    #15 0x687cf9 in mysql_execute_command(THD*) /5.5/sql/sql_parse.cc:3052
    #16 0x69263f in mysql_parse(THD*, char*, unsigned int, Parser_state*) /5.5/sql/sql_parse.cc:5924
    #17 0x695a3c in dispatch_command(enum_server_command, THD*, char*, unsigned int) /5.5/sql/sql_parse.cc:1067
    #18 0x699b1a in do_command(THD*) /5.5/sql/sql_parse.cc:793
    #19 0x8cbd07 in do_handle_one_connection(THD*) /5.5/sql/sql_connect.cc:1268
    #20 0x8cbf80 in handle_one_connection /5.5/sql/sql_connect.cc:1184
    #21 0x1439773 in pfs_spawn_thread /5.5/storage/perfschema/pfs.cc:1015
    #22 0x7fc97c7676b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
    #23 0x7fc97bc0e41c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10741c)
 
AddressSanitizer can not describe address in more detail (wild memory access suspected).
SUMMARY: AddressSanitizer: use-after-poison ??:0 __asan_memcpy
Shadow bytes around the buggy address:
  0x0ff9adb963b0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb963c0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb963d0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb963e0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb963f0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
=>0x0ff9adb96400:[f7]f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb96410: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb96420: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb96430: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb96440: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff9adb96450: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Heap right redzone:      fb
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack partial redzone:   f4
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
Thread T15 created by T0 here:
    #0 0x7fc97d007253 in pthread_create (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x36253)
    #1 0x143cd3d in spawn_thread_v1 /5.5/storage/perfschema/pfs.cc:1038
 
==16421==ABORTING
----------SERVER LOG END-------------

main.ps_3innodb 'xtradb'                 [ fail ]
        Test ended at 2019-02-13 10:58:24
 
CURRENT_TEST: main.ps_3innodb
mysqltest: In included file "/5.5/mysql-test/include/ps_query.inc": 
included from /5.5/mysql-test/t/ps_3innodb.test at line 24:
At line 619: query 'execute stmt1 ' failed: 2013: Lost connection to MySQL server during query
 
The result from queries just before the failure was:
< snip >
prepare stmt1 from @stmt ;
execute stmt1 using @arg00, @arg01, @arg02, @arg03, @arg04, @arg05, @arg06,
@arg07, @arg08, @arg09 ;
execute stmt1 using @arg00, @arg01, @arg02, @arg03, @arg04, @arg05, @arg06,
@arg07, @arg08, @arg09 ;
drop table t2 ;
select 1 < (select a from t1) ;
ERROR 21000: Subquery returns more than 1 row
prepare stmt1 from ' select 1 < (select a from t1) ' ;
execute stmt1 ;
ERROR 21000: Subquery returns more than 1 row
select 1 as my_col ;
my_col
1
test_sequence
------ union tests ------
prepare stmt1 from ' select a FROM t1 where a=1
                     union distinct
                     select a FROM t1 where a=1 ';
execute stmt1 ;
 
More results from queries before failure can be found in /5.5/mysql-test/var/log/ps_3innodb.log
 
 
Server [mysqld.1 - pid: 773, winpid: 773, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
InnoDB: DEBUG: update_statistics for test/t1.
InnoDB: DEBUG: update_statistics for test/t9.
InnoDB: DEBUG: update_statistics for test/t1.
InnoDB: DEBUG: update_statistics for test/t9.
InnoDB: DEBUG: update_statistics for test/t1.
=================================================================
==774==ERROR: AddressSanitizer: use-after-poison on address 0x7f26e65a8000 at pc 0x7f26f69ec935 bp 0x7f26e731d470 sp 0x7f26e731cc18
READ of size 5 at 0x7f26e65a8000 thread T64
    #0 0x7f26f69ec934 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c934)
    #1 0xe1d4e8 in memcpy /usr/include/x86_64-linux-gnu/bits/string3.h:53
    #2 0xe1d4e8 in _ma_mmap_pread /5.5/storage/maria/ma_dynrec.c:143
    #3 0xee79ab in _ma_read_static_record /5.5/storage/maria/ma_statrec.c:183
    #4 0xee8172 in _ma_read_rnd_static_record /5.5/storage/maria/ma_statrec.c:271
    #5 0xee5927 in maria_scan /5.5/storage/maria/ma_scan.c:54
    #6 0xe360eb in ha_maria::rnd_next(unsigned char*) /5.5/storage/maria/ha_maria.cc:2435
    #7 0xd164ac in handler::ha_rnd_next(unsigned char*) /5.5/sql/sql_class.h:4359
    #8 0xd164ac in rr_sequential(READ_RECORD*) /5.5/sql/records.cc:468
    #9 0x7086c1 in join_init_read_record(st_join_table*) /5.5/sql/sql_select.cc:18012
    #10 0x707527 in sub_select(JOIN*, st_join_table*, bool) /5.5/sql/sql_select.cc:17112
    #11 0x73ec48 in do_select /5.5/sql/sql_select.cc:16777
    #12 0x779f38 in JOIN::exec() /5.5/sql/sql_select.cc:2912
    #13 0x7681f9 in mysql_select(THD*, Item***, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /5.5/sql/sql_select.cc:3133
    #14 0x812ee5 in st_select_lex_unit::exec() /5.5/sql/sql_union.cc:813
    #15 0x81ac8f in mysql_union(THD*, LEX*, select_result*, st_select_lex_unit*, unsigned long) /5.5/sql/sql_union.cc:39
    #16 0x7686eb in handle_select(THD*, LEX*, select_result*, unsigned long) /5.5/sql/sql_select.cc:301
    #17 0x66ac24 in execute_sqlcom_select /5.5/sql/sql_parse.cc:4679
    #18 0x680966 in mysql_execute_command(THD*) /5.5/sql/sql_parse.cc:2225
    #19 0x6c06d6 in Prepared_statement::execute(String*, bool) /5.5/sql/sql_prepare.cc:3933
    #20 0x6c0fbe in Prepared_statement::execute_loop(String*, bool, unsigned char*, unsigned char*) /5.5/sql/sql_prepare.cc:3591
    #21 0x6c1cd4 in mysql_sql_stmt_execute(THD*) /5.5/sql/sql_prepare.cc:2740
    #22 0x68098a in mysql_execute_command(THD*) /5.5/sql/sql_parse.cc:2235
    #23 0x69263f in mysql_parse(THD*, char*, unsigned int, Parser_state*) /5.5/sql/sql_parse.cc:5924
    #24 0x695a3c in dispatch_command(enum_server_command, THD*, char*, unsigned int) /5.5/sql/sql_parse.cc:1067
    #25 0x699b1a in do_command(THD*) /5.5/sql/sql_parse.cc:793
    #26 0x8cbd07 in do_handle_one_connection(THD*) /5.5/sql/sql_connect.cc:1268
    #27 0x8cbf80 in handle_one_connection /5.5/sql/sql_connect.cc:1184
    #28 0x1439773 in pfs_spawn_thread /5.5/storage/perfschema/pfs.cc:1015
    #29 0x7f26f60f66b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
    #30 0x7f26f559d41c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10741c)
 
AddressSanitizer can not describe address in more detail (wild memory access suspected).
SUMMARY: AddressSanitizer: use-after-poison ??:0 __asan_memcpy
Shadow bytes around the buggy address:
  0x0fe55ccacfb0: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
  0x0fe55ccacfc0: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
  0x0fe55ccacfd0: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
  0x0fe55ccacfe0: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
  0x0fe55ccacff0: fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe fe
=>0x0fe55ccad000:[f7]f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0fe55ccad010: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0fe55ccad020: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0fe55ccad030: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0fe55ccad040: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0fe55ccad050: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Heap right redzone:      fb
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack partial redzone:   f4
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
Thread T64 created by T0 here:
    #0 0x7f26f6996253 in pthread_create (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x36253)
    #1 0x143cd3d in spawn_thread_v1 /5.5/storage/perfschema/pfs.cc:1038
 
==774==ABORTING
----------SERVER LOG END-------------



 Comments   
Comment by Elena Stepanova [ 2019-03-22 ]

alice, does it only happen on 5.5?

Comment by Alice Sherepa [ 2019-03-25 ]

Yes, only 5.5

Comment by Elena Stepanova [ 2019-05-01 ]

alice,
It doesn't happen for me on 5.5 c9b9d9f5 ASAN build:

perl ./mtr main.ps_3innodb main.ctype_utf8mb4_innodb --mysqld=--big-tables=1
 
main.ctype_utf8mb4_innodb 'innodb_plugin' [ pass ]  26867
main.ps_3innodb 'innodb_plugin'          [ pass ]  11512
main.ctype_utf8mb4_innodb 'xtradb'       [ pass ]   5439
main.ps_3innodb 'xtradb'                 [ pass ]   2828

Could you please double-check whether it was a clean build, and if confirmed, specify the environment (gcc version etc.).

Comment by Alice Sherepa [ 2019-05-01 ]

5.5 aba911542641c93553bad

main.ctype_utf8mb4_innodb 'innodb_plugin' [ fail ]
        Test ended at 2019-05-01 15:46:50
 
CURRENT_TEST: main.ctype_utf8mb4_innodb
mysqltest: In included file "/home/alice/git/5.5/mysql-test/include/ctype_utf8mb4.inc": 
included from /home/alice/git/5.5/mysql-test/t/ctype_utf8mb4_innodb.test at line 6:
At line 1169: query 'INSERT INTO t1 SELECT * FROM t1' failed: 2013: Lost connection to MySQL server during query
 
The result from queries just before the failure was:
< snip >
9 aaaa  50
SELECT id, a FROM t1 WHERE a='bbbbbb';
id  a
11  bbbbbb
6 bbbbbb
SELECT id, a FROM t1 WHERE a='bbbbbb' ORDER BY b;
id  a
6 bbbbbb
11  bbbbbb
DROP TABLE t1;
SET NAMES utf8mb4;
CREATE TABLE t1 (
a CHAR(13) DEFAULT '',
INDEX(a)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
INSERT INTO t1 VALUES 
('Käli Käli 2-4'), ('Käli Käli 2-4'),
('Käli Käli 2+4'), ('Käli Käli 2+4'),
('Käli Käli 2-6'), ('Käli Käli 2-6');
INSERT INTO t1 SELECT * FROM t1;
 
 
Version: '5.5.65-MariaDB-debug'  socket: '/5.5/mysql-test/var/tmp/mysqld.1.sock'  port: 16000  Source distribution
=================================================================
==8103==ERROR: AddressSanitizer: use-after-poison on address 0x7fa734ec5000 at pc 0x7fa744230935 bp 0x7fa7353faf30 sp 0x7fa7353fa6d8
READ of size 53 at 0x7fa734ec5000 thread T15
    #0 0x7fa744230934 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c934)
    #1 0xe1fd2e in memcpy /usr/include/x86_64-linux-gnu/bits/string3.h:53
    #2 0xe1fd2e in _ma_mmap_pread /5.5/storage/maria/ma_dynrec.c:143
    #3 0xeea1f1 in _ma_read_static_record /5.5/storage/maria/ma_statrec.c:183
    #4 0xeea9b8 in _ma_read_rnd_static_record /5.5/storage/maria/ma_statrec.c:271
    #5 0xee816d in maria_scan /5.5/storage/maria/ma_scan.c:54
    #6 0xe38931 in ha_maria::rnd_next(unsigned char*) /5.5/storage/maria/ha_maria.cc:2435
    #7 0xd18de4 in handler::ha_rnd_next(unsigned char*) /5.5/sql/sql_class.h:4359
    #8 0xd18de4 in rr_sequential(READ_RECORD*) /5.5/sql/records.cc:468
    #9 0x70abd3 in join_init_read_record(st_join_table*) /5.5/sql/sql_select.cc:18012
    #10 0x709a39 in sub_select(JOIN*, st_join_table*, bool) /5.5/sql/sql_select.cc:17112
    #11 0x74115a in do_select /5.5/sql/sql_select.cc:16777
    #12 0x77c44a in JOIN::exec() /5.5/sql/sql_select.cc:2912
    #13 0x76a70b in mysql_select(THD*, Item***, TABLE_LIST*, unsigned int, List<Item>&, Item*, unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, select_result*, st_select_lex_unit*, st_select_lex*) /5.5/sql/sql_select.cc:3133
    #14 0x76ae0f in handle_select(THD*, LEX*, select_result*, unsigned long) /5.5/sql/sql_select.cc:323
    #15 0x68a121 in mysql_execute_command(THD*) /5.5/sql/sql_parse.cc:3049
    #16 0x694a87 in mysql_parse(THD*, char*, unsigned int, Parser_state*) /5.5/sql/sql_parse.cc:5922
    #17 0x697e84 in dispatch_command(enum_server_command, THD*, char*, unsigned int) /5.5/sql/sql_parse.cc:1067
    #18 0x69bf62 in do_command(THD*) /5.5/sql/sql_parse.cc:793
    #19 0x8ce579 in do_handle_one_connection(THD*) /5.5/sql/sql_connect.cc:1268
    #20 0x8ce7f2 in handle_one_connection /5.5/sql/sql_connect.cc:1184
    #21 0x143c0e3 in pfs_spawn_thread /5.5/storage/perfschema/pfs.cc:1015
    #22 0x7fa74393a6b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
    #23 0x7fa742de141c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10741c)
 
AddressSanitizer can not describe address in more detail (wild memory access suspected).
SUMMARY: AddressSanitizer: use-after-poison ??:0 __asan_memcpy
Shadow bytes around the buggy address:
  0x0ff5669d09b0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d09c0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d09d0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d09e0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d09f0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
=>0x0ff5669d0a00:[f7]f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d0a10: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d0a20: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d0a30: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d0a40: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
  0x0ff5669d0a50: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Heap right redzone:      fb
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack partial redzone:   f4
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
Thread T15 created by T0 here:
    #0 0x7fa7441da253 in pthread_create (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x36253)
    #1 0x143f6ad in spawn_thread_v1 /5.5/storage/perfschema/pfs.cc:1038
 
==8103==ABORTING
----------SERVER LOG END-------------

built as cmake . -DCMAKE_BUILD_TYPE=Debug -DWITHOUT_TOKUDB=1 -DWITH_ASAN=ON
Ubuntu 16.04, gcc-5.real (Ubuntu 5.4.0-6ubuntu1~16.04.11)

main.ps_3innodb passes (I do not remember if I checked it 25/03/2019)

main.ps_3innodb 'innodb_plugin'          [ pass ]    593
main.ps_3innodb 'xtradb'                 [ pass ]    600

Generated at Thu Feb 08 08:45:05 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.