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

ASAN heap-use-after-free in std::__atomic_base<long>::store/ Atomic_relaxed<long>::store

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.6, 10.7
    • 10.6
    • None
    • None

    Description

      ./mtr rpl.rpl_xa_survive_disconnect_mixed_engines   --mysqld=--slave-parallel-threads=2
      

      10.6 946dafb260fc5683e1ec1

      CURRENT_TEST: rpl.rpl_xa_survive_disconnect_mixed_engines
      mysqltest: In included file "./include/sync_slave_sql_with_master.inc": 
      included from /home/alice/am/_depot/m-branch/m6-10.6-src/mysql-test/suite/rpl/t/rpl_xa_survive_disconnect_mixed_engines.test at line 24:
      At line 49: failed in 'select master_pos_wait('master-bin.000001', 11519, 300, '')': 2013: Lost connection to server during query
       
      The result from queries just before the failure was:
      < snip >
      XA PREPARE 'xa_trx';
      XA COMMIT 'xa_trx' ;
      XA START 'xa_trx';
      INSERT INTO t VALUES (8);
      INSERT INTO tm VALUES (8);
      INSERT INTO tmp_i VALUES (8);
      INSERT INTO tmp_m VALUES (8);
      INSERT INTO t  SELECT * FROM tmp_i;
      INSERT INTO tm SELECT * FROM tmp_m;
      DROP TEMPORARY TABLE tmp_i;
      DROP TEMPORARY TABLE tmp_m;
      XA END 'xa_trx';
      XA PREPARE 'xa_trx';
      XA COMMIT 'xa_trx' ;
      XA START 'xa_trx';
      UPDATE t SET a = 99 where a = -1;
      XA END 'xa_trx';
      XA PREPARE 'xa_trx';
      XA COMMIT 'xa_trx' ;
      include/sync_slave_sql_with_master.inc
       
      More results from queries before failure can be found in /home/alice/am/_depot/m-branch/m6-10.6-bld/mysql-test/var/log/rpl_xa_survive_disconnect_mixed_engines.log
       
       
      =================================================================
      ==3168541==ERROR: AddressSanitizer: heap-use-after-free on address 0x618000076f98 at pc 0x560baff398d0 bp 0x7f6e51a138a0 sp 0x7f6e51a13890
      WRITE of size 8 at 0x618000076f98 thread T17
          #0 0x560baff398cf in std::__atomic_base<long>::store(long, std::memory_order) /usr/include/c++/9/bits/atomic_base.h:397
          #1 0x560baff398cf in Atomic_relaxed<long>::store(long, std::memory_order) /home/alice/am/m6-10.6/src/include/my_atomic_wrapper.h:47
          #2 0x560baff35be9 in Atomic_relaxed<long>::operator=(long) /home/alice/am/m6-10.6/src/include/my_atomic_wrapper.h:49
          #3 0x560bb03e321c in trx_t::commit_tables() /home/alice/am/m6-10.6/src/storage/innobase/trx/trx0trx.cc:1185
          #4 0x560bb03dae88 in trx_t::commit_in_memory(mtr_t const*) /home/alice/am/m6-10.6/src/storage/innobase/trx/trx0trx.cc:1287
          #5 0x560bb03dae88 in trx_t::commit_low(mtr_t*) /home/alice/am/m6-10.6/src/storage/innobase/trx/trx0trx.cc:1448
          #6 0x560bb03dbc3c in trx_t::commit_persist() /home/alice/am/m6-10.6/src/storage/innobase/trx/trx0trx.cc:1462
          #7 0x560bb03dbd95 in trx_t::commit() /home/alice/am/m6-10.6/src/storage/innobase/trx/trx0trx.cc:1468
          #8 0x560bb03dc5a7 in trx_commit_for_mysql(trx_t*) /home/alice/am/m6-10.6/src/storage/innobase/trx/trx0trx.cc:1584
          #9 0x560bafeb6de6 in innobase_commit_low(trx_t*) /home/alice/am/m6-10.6/src/storage/innobase/handler/ha_innodb.cc:4322
          #10 0x560baff013f2 in innobase_commit_by_xid /home/alice/am/m6-10.6/src/storage/innobase/handler/ha_innodb.cc:17039
          #11 0x560baf3bf744 in xacommit_handlerton /home/alice/am/m6-10.6/src/sql/handler.cc:2254
          #12 0x560baeb8e3b5 in plugin_foreach_with_mask(THD*, char (*)(THD*, st_plugin_int**, void*), int, unsigned int, void*) /home/alice/am/m6-10.6/src/sql/sql_plugin.cc:2510
          #13 0x560baf3bfa52 in ha_commit_or_rollback_by_xid(xid_t*, bool) /home/alice/am/m6-10.6/src/sql/handler.cc:2288
          #14 0x560baf2188b3 in trans_xa_commit(THD*) /home/alice/am/m6-10.6/src/sql/xa.cc:638
          #15 0x560baeb596f4 in mysql_execute_command(THD*, bool) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:5857
          #16 0x560baeb67c83 in mysql_parse(THD*, char*, unsigned int, Parser_state*) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:8030
          #17 0x560baf72feaa in Query_log_event::do_apply_event(rpl_group_info*, char const*, unsigned int) /home/alice/am/m6-10.6/src/sql/log_event_server.cc:1916
          #18 0x560baf72d0c8 in Query_log_event::do_apply_event(rpl_group_info*) /home/alice/am/m6-10.6/src/sql/log_event_server.cc:1591
          #19 0x560bae8d53ec in Log_event::apply_event(rpl_group_info*) /home/alice/am/m6-10.6/src/sql/log_event.h:1516
          #20 0x560bae8b6acd in apply_event_and_update_pos_apply /home/alice/am/m6-10.6/src/sql/slave.cc:3881
          #21 0x560bae8b7859 in apply_event_and_update_pos_for_parallel(Log_event*, THD*, rpl_group_info*) /home/alice/am/m6-10.6/src/sql/slave.cc:4067
          #22 0x560baf11833a in rpt_handle_event /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:62
          #23 0x560baf11ffb2 in handle_rpl_parallel_thread /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:1378
          #24 0x560bafcc23f2 in pfs_spawn_thread /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2201
          #25 0x7f6e6121a608 in start_thread /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_create.c:477
          #26 0x7f6e60ded292 in __clone (/lib/x86_64-linux-gnu/libc.so.6+0x122292)
       
      0x618000076f98 is located 792 bytes inside of 824-byte region [0x618000076c80,0x618000076fb8)
      freed by thread T16 here:
          #0 0x7f6e617a47cf in __interceptor_free (/lib/x86_64-linux-gnu/libasan.so.5+0x10d7cf)
          #1 0x560baff281bd in ut_allocator<unsigned char, true>::deallocate(unsigned char*, unsigned long) /home/alice/am/m6-10.6/src/storage/innobase/include/ut0new.h:424
          #2 0x560bb010d637 in mem_heap_block_free(mem_block_info_t*, mem_block_info_t*) /home/alice/am/m6-10.6/src/storage/innobase/mem/mem0mem.cc:416
          #3 0x560bb058c8ec in mem_heap_free /home/alice/am/m6-10.6/src/storage/innobase/include/mem0mem.ic:419
          #4 0x560bb058fb16 in dict_mem_table_free(dict_table_t*) /home/alice/am/m6-10.6/src/storage/innobase/dict/dict0mem.cc:234
          #5 0x560bafeec030 in ha_innobase::delete_table(char const*) /home/alice/am/m6-10.6/src/storage/innobase/handler/ha_innodb.cc:13409
          #6 0x560baf3b631e in hton_drop_table /home/alice/am/m6-10.6/src/sql/handler.cc:576
          #7 0x560baf1fb6cd in THD::rm_temporary_table(handlerton*, char const*) /home/alice/am/m6-10.6/src/sql/temporary_tables.cc:703
          #8 0x560baf20076b in THD::free_tmp_table_share(TMP_TABLE_SHARE*, bool) /home/alice/am/m6-10.6/src/sql/temporary_tables.cc:1462
          #9 0x560baf1fb2be in THD::drop_temporary_table(TABLE*, bool*, bool) /home/alice/am/m6-10.6/src/sql/temporary_tables.cc:669
          #10 0x560baedbc4d1 in mysql_rm_table_no_locks(THD*, TABLE_LIST*, st_mysql_const_lex_string const*, st_ddl_log_state*, bool, bool, bool, bool, bool, bool) /home/alice/am/m6-10.6/src/sql/sql_table.cc:1297
          #11 0x560baedbaefc in mysql_rm_table(THD*, TABLE_LIST*, bool, bool, bool, bool) /home/alice/am/m6-10.6/src/sql/sql_table.cc:1044
          #12 0x560baeb52ecd in mysql_execute_command(THD*, bool) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:4949
          #13 0x560baeb67c83 in mysql_parse(THD*, char*, unsigned int, Parser_state*) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:8030
          #14 0x560baf72feaa in Query_log_event::do_apply_event(rpl_group_info*, char const*, unsigned int) /home/alice/am/m6-10.6/src/sql/log_event_server.cc:1916
          #15 0x560baf72d0c8 in Query_log_event::do_apply_event(rpl_group_info*) /home/alice/am/m6-10.6/src/sql/log_event_server.cc:1591
          #16 0x560bae8d53ec in Log_event::apply_event(rpl_group_info*) /home/alice/am/m6-10.6/src/sql/log_event.h:1516
          #17 0x560bae8b6acd in apply_event_and_update_pos_apply /home/alice/am/m6-10.6/src/sql/slave.cc:3881
          #18 0x560bae8b7859 in apply_event_and_update_pos_for_parallel(Log_event*, THD*, rpl_group_info*) /home/alice/am/m6-10.6/src/sql/slave.cc:4067
          #19 0x560baf11833a in rpt_handle_event /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:62
          #20 0x560baf11ffb2 in handle_rpl_parallel_thread /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:1378
          #21 0x560bafcc23f2 in pfs_spawn_thread /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2201
          #22 0x7f6e6121a608 in start_thread /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_create.c:477
       
      previously allocated by thread T17 here:
          #0 0x7f6e617a4bc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8)
          #1 0x560baff27ca8 in ut_allocator<unsigned char, true>::allocate(unsigned long, unsigned char const*, unsigned int, bool, bool) /home/alice/am/m6-10.6/src/storage/innobase/include/ut0new.h:375
          #2 0x560bb010c8db in mem_heap_create_block_func(mem_block_info_t*, unsigned long, char const*, unsigned int, unsigned long) /home/alice/am/m6-10.6/src/storage/innobase/mem/mem0mem.cc:277
          #3 0x560bb010d22b in mem_heap_add_block(mem_block_info_t*, unsigned long) /home/alice/am/m6-10.6/src/storage/innobase/mem/mem0mem.cc:378
          #4 0x560bb058c579 in mem_heap_alloc /home/alice/am/m6-10.6/src/storage/innobase/include/mem0mem.ic:193
          #5 0x560bb058c38d in mem_heap_zalloc /home/alice/am/m6-10.6/src/storage/innobase/include/mem0mem.ic:162
          #6 0x560bb058e9f1 in dict_table_t::create(st_::span<char const> const&, fil_space_t*, unsigned long, unsigned long, unsigned long, unsigned long) /home/alice/am/m6-10.6/src/storage/innobase/dict/dict0mem.cc:148
          #7 0x560baff20397 in create_table_info_t::create_table_def() (/home/alice/am/_depot/m-branch/m6-10.6-bld/sql/mariadbd+0x2e9a397)
          #8 0x560bafee7a3a in create_table_info_t::create_table(bool) /home/alice/am/m6-10.6/src/storage/innobase/handler/ha_innodb.cc:12640
          #9 0x560baff25d64 in ha_innobase::create(char const*, TABLE*, HA_CREATE_INFO*, bool, trx_t*) (/home/alice/am/_depot/m-branch/m6-10.6-bld/sql/mariadbd+0x2e9fd64)
          #10 0x560bafeea409 in ha_innobase::create(char const*, TABLE*, HA_CREATE_INFO*) /home/alice/am/m6-10.6/src/storage/innobase/handler/ha_innodb.cc:13236
          #11 0x560baf3dce7d in handler::ha_create(char const*, TABLE*, HA_CREATE_INFO*) /home/alice/am/m6-10.6/src/sql/handler.cc:5422
          #12 0x560baf3e15a3 in ha_create_table(THD*, char const*, char const*, char const*, HA_CREATE_INFO*, st_mysql_const_unsigned_lex_string*, bool) /home/alice/am/m6-10.6/src/sql/handler.cc:5887
          #13 0x560baedd4e3f in create_table_impl /home/alice/am/m6-10.6/src/sql/sql_table.cc:4467
          #14 0x560baedd591e in mysql_create_table_no_lock(THD*, st_ddl_log_state*, st_ddl_log_state*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, Table_specification_st*, Alter_info*, bool*, int, TABLE_LIST*) /home/alice/am/m6-10.6/src/sql/sql_table.cc:4566
          #15 0x560baedda426 in mysql_create_like_table(THD*, TABLE_LIST*, TABLE_LIST*, Table_specification_st*) /home/alice/am/m6-10.6/src/sql/sql_table.cc:5182
          #16 0x560baee0b639 in Sql_cmd_create_table_like::execute(THD*) /home/alice/am/m6-10.6/src/sql/sql_table.cc:11792
          #17 0x560baeb5a4b3 in mysql_execute_command(THD*, bool) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:5997
          #18 0x560baeb67c83 in mysql_parse(THD*, char*, unsigned int, Parser_state*) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:8030
          #19 0x560baf72feaa in Query_log_event::do_apply_event(rpl_group_info*, char const*, unsigned int) /home/alice/am/m6-10.6/src/sql/log_event_server.cc:1916
          #20 0x560baf72d0c8 in Query_log_event::do_apply_event(rpl_group_info*) /home/alice/am/m6-10.6/src/sql/log_event_server.cc:1591
          #21 0x560bae8d53ec in Log_event::apply_event(rpl_group_info*) /home/alice/am/m6-10.6/src/sql/log_event.h:1516
          #22 0x560bae8b6acd in apply_event_and_update_pos_apply /home/alice/am/m6-10.6/src/sql/slave.cc:3881
          #23 0x560bae8b7859 in apply_event_and_update_pos_for_parallel(Log_event*, THD*, rpl_group_info*) /home/alice/am/m6-10.6/src/sql/slave.cc:4067
          #24 0x560baf11833a in rpt_handle_event /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:62
          #25 0x560baf11ffb2 in handle_rpl_parallel_thread /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:1378
          #26 0x560bafcc23f2 in pfs_spawn_thread /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2201
          #27 0x7f6e6121a608 in start_thread /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_create.c:477
       
      Thread T17 created by T15 here:
          #0 0x7f6e616d1805 in pthread_create (/lib/x86_64-linux-gnu/libasan.so.5+0x3a805)
          #1 0x560bafcbd3a8 in my_thread_create /home/alice/am/m6-10.6/src/storage/perfschema/my_thread.h:48
          #2 0x560bafcc27e5 in pfs_spawn_thread_v1 /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2252
          #3 0x560baf116c97 in inline_mysql_thread_create /home/alice/am/m6-10.6/src/include/mysql/psi/mysql_thread.h:1139
          #4 0x560baf12190e in rpl_parallel_change_thread_count /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:1622
          #5 0x560baf122a02 in rpl_parallel_activate_pool(rpl_parallel_thread_pool*) /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:1763
          #6 0x560bae8bed9b in handle_slave_sql /home/alice/am/m6-10.6/src/sql/slave.cc:5276
          #7 0x560bafcc23f2 in pfs_spawn_thread /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2201
          #8 0x7f6e6121a608 in start_thread /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_create.c:477
       
      Thread T15 created by T12 here:
          #0 0x7f6e616d1805 in pthread_create (/lib/x86_64-linux-gnu/libasan.so.5+0x3a805)
          #1 0x560bafcbd3a8 in my_thread_create /home/alice/am/m6-10.6/src/storage/perfschema/my_thread.h:48
          #2 0x560bafcc27e5 in pfs_spawn_thread_v1 /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2252
          #3 0x560bae89cf3c in inline_mysql_thread_create /home/alice/am/m6-10.6/src/include/mysql/psi/mysql_thread.h:1139
          #4 0x560bae8a5285 in start_slave_thread(unsigned int, void* (*)(void*), st_mysql_mutex*, st_mysql_mutex*, st_mysql_cond*, unsigned int volatile*, unsigned long volatile*, Master_info*) /home/alice/am/m6-10.6/src/sql/slave.cc:1150
          #5 0x560bae8a5dcb in start_slave_threads(THD*, bool, bool, Master_info*, char const*, char const*, int) /home/alice/am/m6-10.6/src/sql/slave.cc:1276
          #6 0x560baebe806a in start_slave(THD*, Master_info*, bool) /home/alice/am/m6-10.6/src/sql/sql_repl.cc:3274
          #7 0x560baeb4cd7f in mysql_execute_command(THD*, bool) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:4247
          #8 0x560baeb67c83 in mysql_parse(THD*, char*, unsigned int, Parser_state*) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:8030
          #9 0x560baeb3dd40 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:1896
          #10 0x560baeb3aa64 in do_command(THD*, bool) /home/alice/am/m6-10.6/src/sql/sql_parse.cc:1404
          #11 0x560baefa182c in do_handle_one_connection(CONNECT*, bool) /home/alice/am/m6-10.6/src/sql/sql_connect.cc:1418
          #12 0x560baefa10b8 in handle_one_connection /home/alice/am/m6-10.6/src/sql/sql_connect.cc:1312
          #13 0x560bafcc23f2 in pfs_spawn_thread /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2201
          #14 0x7f6e6121a608 in start_thread /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_create.c:477
       
      Thread T12 created by T0 here:
          #0 0x7f6e616d1805 in pthread_create (/lib/x86_64-linux-gnu/libasan.so.5+0x3a805)
          #1 0x560bafcbd3a8 in my_thread_create /home/alice/am/m6-10.6/src/storage/perfschema/my_thread.h:48
          #2 0x560bafcc27e5 in pfs_spawn_thread_v1 /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2252
          #3 0x560bae826c18 in inline_mysql_thread_create /home/alice/am/m6-10.6/src/include/mysql/psi/mysql_thread.h:1139
          #4 0x560bae83e419 in create_thread_to_handle_connection(CONNECT*) /home/alice/am/m6-10.6/src/sql/mysqld.cc:5925
          #5 0x560bae83ea95 in create_new_thread(CONNECT*) /home/alice/am/m6-10.6/src/sql/mysqld.cc:5984
          #6 0x560bae83ee02 in handle_accepted_socket(st_mysql_socket, st_mysql_socket) /home/alice/am/m6-10.6/src/sql/mysqld.cc:6046
          #7 0x560bae83f7ef in handle_connections_sockets() /home/alice/am/m6-10.6/src/sql/mysqld.cc:6170
          #8 0x560bae83dc26 in mysqld_main(int, char**) /home/alice/am/m6-10.6/src/sql/mysqld.cc:5820
          #9 0x560bae825f3c in main /home/alice/am/m6-10.6/src/sql/main.cc:34
          #10 0x7f6e60cf20b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2)
       
      Thread T16 created by T15 here:
          #0 0x7f6e616d1805 in pthread_create (/lib/x86_64-linux-gnu/libasan.so.5+0x3a805)
          #1 0x560bafcbd3a8 in my_thread_create /home/alice/am/m6-10.6/src/storage/perfschema/my_thread.h:48
          #2 0x560bafcc27e5 in pfs_spawn_thread_v1 /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2252
          #3 0x560baf116c97 in inline_mysql_thread_create /home/alice/am/m6-10.6/src/include/mysql/psi/mysql_thread.h:1139
          #4 0x560baf12190e in rpl_parallel_change_thread_count /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:1622
          #5 0x560baf122a02 in rpl_parallel_activate_pool(rpl_parallel_thread_pool*) /home/alice/am/m6-10.6/src/sql/rpl_parallel.cc:1763
          #6 0x560bae8bed9b in handle_slave_sql /home/alice/am/m6-10.6/src/sql/slave.cc:5276
          #7 0x560bafcc23f2 in pfs_spawn_thread /home/alice/am/m6-10.6/src/storage/perfschema/pfs.cc:2201
          #8 0x7f6e6121a608 in start_thread /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_create.c:477
       
      SUMMARY: AddressSanitizer: heap-use-after-free /usr/include/c++/9/bits/atomic_base.h:397 in std::__atomic_base<long>::store(long, std::memory_order)
      Shadow bytes around the buggy address:
        0x0c3080006da0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
        0x0c3080006db0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
        0x0c3080006dc0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
        0x0c3080006dd0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
        0x0c3080006de0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
      =>0x0c3080006df0: fd fd fd[fd]fd fd fd fa fa fa fa fa fa fa fa fa
        0x0c3080006e00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
        0x0c3080006e10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c3080006e20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c3080006e30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
        0x0c3080006e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      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
        Freed heap region:       fd
        Stack left redzone:      f1
        Stack mid redzone:       f2
        Stack right redzone:     f3
        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
        Left alloca redzone:     ca
        Right alloca redzone:    cb
        Shadow gap:              cc
      ==3168541==ABORTING
      

      Attachments

        Issue Links

          Activity

            People

              Elkin Andrei Elkin
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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