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

Crash the server by a UPDATE statement

Details

    Description

      How to repeat:
      First, initialize an empty database by the file `init_by_me.txt`.
      Second, run the following statement:

      UPDATE IGNORE t49 SET c1 = 'h' WHERE (NULL LIKE c1) IS NOT TRUE;
      

      I got the following trace

      2024-05-13 00:48:40 Server version: 11.3.2-MariaDB-1:11.3.2+maria~ubu2204 source revision: 068a6819eb63bcb01fdfa037c9bf3bf63c33ee42
      2024-05-13 00:48:40 key_buffer_size=134217728
      2024-05-13 00:48:40 read_buffer_size=131072
      2024-05-13 00:48:40 max_used_connections=1
      2024-05-13 00:48:40 max_threads=153
      2024-05-13 00:48:40 thread_count=1
      2024-05-13 00:48:40 It is possible that mysqld could use up to 
      2024-05-13 00:48:40 key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 468064 K  bytes of memory
      2024-05-13 00:48:40 Hope that's ok; if not, decrease some variables in the equation.
      2024-05-13 00:48:40 
      2024-05-13 00:48:40 Thread pointer: 0x7f7408000c68
      2024-05-13 00:48:40 Attempting backtrace. You can use the following information to find out
      2024-05-13 00:48:40 where mysqld died. If you see no messages after this, something went
      2024-05-13 00:48:40 terribly wrong...
      2024-05-13 00:48:40 stack_bottom = 0x7f745015cc38 thread_stack 0x49000
      2024-05-13 00:48:40 Printing to addr2line failed
      2024-05-13 00:48:40 mariadbd(my_print_stacktrace+0x32)[0x5571b6e7a8a2]
      2024-05-13 00:48:40 mariadbd(handle_fatal_signal+0x478)[0x5571b694b488]
      2024-05-13 00:48:40 /lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f7453cb8520]
      2024-05-13 00:48:40 /lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f7453d0c9fc]
      2024-05-13 00:48:40 /lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f7453cb8476]
      2024-05-13 00:48:40 /lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f7453c9e7f3]
      2024-05-13 00:48:40 mariadbd(+0x6d115e)[0x5571b654815e]
      2024-05-13 00:48:40 mariadbd(+0x6e84bc)[0x5571b655f4bc]
      2024-05-13 00:48:40 mariadbd(+0xf63aa3)[0x5571b6ddaaa3]
      2024-05-13 00:48:40 mariadbd(+0xe65b64)[0x5571b6cdcb64]
      2024-05-13 00:48:40 mariadbd(+0xe9664a)[0x5571b6d0d64a]
      2024-05-13 00:48:40 mariadbd(+0xe99be6)[0x5571b6d10be6]
      2024-05-13 00:48:40 mariadbd(+0xe9b690)[0x5571b6d12690]
      2024-05-13 00:48:40 mariadbd(+0xe78582)[0x5571b6cef582]
      2024-05-13 00:48:40 mariadbd(+0xdc4e53)[0x5571b6c3be53]
      2024-05-13 00:48:40 mariadbd(_ZN7handler13ha_update_rowEPKhS1_+0x272)[0x5571b695b8a2]
      2024-05-13 00:48:40 mariadbd(_ZN14Sql_cmd_update19update_single_tableEP3THD+0x1ec9)[0x5571b67b5f99]
      2024-05-13 00:48:40 mariadbd(_ZN14Sql_cmd_update13execute_innerEP3THD+0x10d)[0x5571b67b682d]
      2024-05-13 00:48:40 mariadbd(_ZN11Sql_cmd_dml7executeEP3THD+0xc3)[0x5571b6704d73]
      2024-05-13 00:48:40 mariadbd(_Z21mysql_execute_commandP3THDb+0x4911)[0x5571b66cdb11]
      2024-05-13 00:48:40 mariadbd(_Z11mysql_parseP3THDPcjP12Parser_state+0x1e7)[0x5571b66ceb77]
      2024-05-13 00:48:40 mariadbd(_Z16dispatch_command19enum_server_commandP3THDPcjb+0x14cd)[0x5571b66d136d]
      2024-05-13 00:48:40 mariadbd(_Z10do_commandP3THDb+0x138)[0x5571b66d3278]
      2024-05-13 00:48:40 mariadbd(_Z24do_handle_one_connectionP7CONNECTb+0x3bf)[0x5571b67ff7cf]
      2024-05-13 00:48:40 mariadbd(handle_one_connection+0x5d)[0x5571b67ffb1d]
      2024-05-13 00:48:40 mariadbd(+0xd05f86)[0x5571b6b7cf86]
      2024-05-13 00:48:40 /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3)[0x7f7453d0aac3]
      2024-05-13 00:48:40 /lib/x86_64-linux-gnu/libc.so.6(+0x126850)[0x7f7453d9c850]
      2024-05-13 00:48:40 
      2024-05-13 00:48:40 Trying to get some variables.
      2024-05-13 00:48:40 Some pointers may be invalid and cause the dump to abort.
      2024-05-13 00:48:40 Query (0x7f7408010b40): UPDATE IGNORE t49 SET c1 = 'h' WHERE (NULL LIKE c1) IS NOT TRUE
      2024-05-13 00:48:40 
      2024-05-13 00:48:40 Connection ID (thread ID): 3
      2024-05-13 00:48:40 Status: NOT_KILLED
      2024-05-13 00:48:40 
      2024-05-13 00:48:40 Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off,hash_join_cardinality=on,cset_narrowing=off,sargable_casefold=on
      

      Attachments

        Issue Links

          Activity

            John Jove John Jove added a comment -

            I got a simplified test case as follows.

            CREATE TABLE t0 (c1 CHAR, c2 NUMERIC UNSIGNED, PRIMARY KEY (c1, c2));
            CREATE TABLE t1 (c2 CHARACTER, FOREIGN KEY (c2) REFERENCES t0(c1) MATCH FULL ON UPDATE CASCADE);
            INSERT INTO t0 (c1,c2) VALUES ('',0), ('h',0), ('',21);
            CREATE FULLTEXT INDEX i1 ON t1(c2 DESC);
            CREATE INDEX i2 ON t1(c2 ASC) ALGORITHM = COPY;
            INSERT INTO t1 (c2) VALUES ('');
            UPDATE IGNORE t0 SET c1 = 'h' WHERE (NULL LIKE c1) IS NOT TRUE; -- Crash
            

            John Jove John Jove added a comment - I got a simplified test case as follows. CREATE TABLE t0 (c1 CHAR , c2 NUMERIC UNSIGNED, PRIMARY KEY (c1, c2)); CREATE TABLE t1 (c2 CHARACTER , FOREIGN KEY (c2) REFERENCES t0(c1) MATCH FULL ON UPDATE CASCADE ); INSERT INTO t0 (c1,c2) VALUES ( '' ,0), ( 'h' ,0), ( '' ,21); CREATE FULLTEXT INDEX i1 ON t1(c2 DESC ); CREATE INDEX i2 ON t1(c2 ASC ) ALGORITHM = COPY; INSERT INTO t1 (c2) VALUES ( '' ); UPDATE IGNORE t0 SET c1 = 'h' WHERE ( NULL LIKE c1) IS NOT TRUE ; -- Crash

            Shortest case to repeat the issue:

            --source include/have_innodb.inc
            CREATE TABLE t1 (c1 CHAR NOT NULL, c2 INT UNSIGNED,
                             PRIMARY KEY (c1, c2))ENGINE=InnoDB;
             
            CREATE TABLE t2 (c1 INT UNSIGNED, c2 CHAR NOT NULL, INDEX(c2),
                             FOREIGN KEY (c2) REFERENCES t1(c1) ON UPDATE CASCADE)
                            ENGINE=InnoDB;
            INSERT IGNORE INTO t1 (c1,c2) VALUES
                    (null, 0), (null, 1), ('h', 0);
            ALTER TABLE t2 ADD FULLTEXT(c2);
            INSERT IGNORE INTO t2 (c1,c2) VALUES (5617,null);
            UPDATE IGNORE t1 SET c1 = 'h';
            DROP TABLE t2, t1;
            

            Stack trace for the failing case:

            #0  __pthread_kill_implementation (no_tid=0, signo=6, 
                threadid=140162768725568) at ./nptl/pthread_kill.c:44
            #1  __pthread_kill_internal (signo=6, threadid=140162768725568)
                at ./nptl/pthread_kill.c:78
            #2  __GI___pthread_kill (threadid=140162768725568, signo=signo@entry=6)
                at ./nptl/pthread_kill.c:89
            #3  0x00007f7a3e442476 in __GI_raise (sig=sig@entry=6)
                at ../sysdeps/posix/raise.c:26
            #4  0x00007f7a3e4287f3 in __GI_abort () at ./stdlib/abort.c:79
            #5  0x00005636892b67cd in ut_dbg_assertion_failed (
                expr=0x563689ba490c "result != FTS_INVALID", 
                file=0x563689ba3bb0 "/home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc", line=2185)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/ut/ut0dbg.cc:60
            #6  0x00005636893de1d0 in fts_trx_row_get_new_state (
                old_state=FTS_DELETE, event=FTS_DELETE)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc:2185
            #7  0x00005636893de616 in fts_trx_table_add_op (ftt=0x7f7a1407cb48, 
                doc_id=1, state=FTS_DELETE, fts_indexes=0x0)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc:2373
            #8  0x00005636893de78f in fts_trx_add_op (trx=0x7f7a3845bb80, 
                table=0x7f7a14053338, doc_id=1, state=FTS_DELETE, fts_indexes=0x0)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc:2420
            #9  0x00005636891cda58 in row_ins_foreign_check_on_constraint (
                thr=0x7f7a1407fc08, foreign=0x7f7a14139468, pcur=0x7f7a300a30e0, 
                entry=0x7f7a14078750, mtr=0x7f7a300a3450)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0ins.cc:1310
            #10 0x00005636891ced4f in row_ins_check_foreign_constraint (
                check_ref=0, foreign=0x7f7a14139468, table=0x7f7a1422ca48, 
                entry=0x7f7a14078750, thr=0x7f7a1407fc08)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0ins.cc:1743
            11 0x0000563689248099 in row_upd_check_references_constraints (
                f7a14044598, pcur=0x7f7a140446c0, table=0x7f7a1422ca48, index=0x7f7a140410f8, offsets=0x7f7a300a3950, thr=0x7f7a1407fc08, 
                mtr=0x7f7a300a3ea0) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:252
            #12 0x000056368924ead1 in row_upd_clust_rec_by_insert (node=0x7f7a14044598, index=0x7f7a140410f8, thr=0x7f7a1407fc08, referenced=true, 
                foreign=false, mtr=0x7f7a300a3ea0) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2279
            #13 0x000056368925005a in row_upd_clust_step (node=0x7f7a14044598, thr=0x7f7a1407fc08)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2680
            #14 0x0000563689250461 in row_upd (node=0x7f7a14044598, thr=0x7f7a1407fc08)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2756
            #15 0x0000563689250a11 in row_upd_step (thr=0x7f7a1407fc08) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2898
            #16 0x00005636891f9464 in row_update_for_mysql (prebuilt=0x7f7a14043b98)
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0mysql.cc:1681
            #17 0x000056368904113a in ha_innobase::update_row (this=0x7f7a140432e0, old_row=0x7f7a14042ed0 "\377 \001", new_row=0x7f7a14042ec8 "\377h\001")
                at /home/thiru/mariadb_parent/server/11.3/storage/innobase/handler/ha_innodb.cc:8605
            #18 0x0000563688c0bcac in handler::ha_update_row (this=0x7f7a140432e0, old_data=0x7f7a14042ed0 "\377 \001", new_data=0x7f7a14042ec8 "\377h\001")
                at /home/thiru/mariadb_parent/server/11.3/sql/handler.cc:7924
            #19 0x000056368895bdf6 in Sql_cmd_update::update_single_table (this=0x7f7a14015888, thd=0x7f7a140013f8)
                at /home/thiru/mariadb_parent/server/11.3/sql/sql_update.cc:996
            #20 0x0000563688963425 in Sql_cmd_update::execute_inner (this=0x7f7a14015888, thd=0x7f7a140013f8)
                at /home/thiru/mariadb_parent/server/11.3/sql/sql_update.cc:3077
            #21 0x00005636888b58f1 in Sql_cmd_dml::execute (this=0x7f7a14015888, thd=0x7f7a140013f8)
                at /home/thiru/mariadb_parent/server/11.3/sql/sql_select.cc:33586
            #22 0x00005636887f4459 in mysql_execute_command (thd=0x7f7a140013f8, is_called_from_prepared_stmt=false)
                at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:4392
            #23 0x00005636887ffbce in mysql_parse (thd=0x7f7a140013f8, rawbuf=0x7f7a14014eb0 "UPDATE IGNORE t1 SET c1 = 'h'", length=29, 
                parser_state=0x7f7a300a52b0) at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:7815
            #24 0x00005636887ecb16 in dispatch_command (command=COM_QUERY, thd=0x7f7a140013f8, packet=0x7f7a141172d9 "UPDATE IGNORE t1 SET c1 = 'h'", 
                packet_length=29, blocking=true) at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:1893
            #25 0x00005636887eb4cc in do_command (thd=0x7f7a140013f8, blocking=true) at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:1406
            #26 0x00005636889dd1d0 in do_handle_one_connection (connect=0x56368b733c38, put_in_cache=true)
                at /home/thiru/mariadb_parent/server/11.3/sql/sql_connect.cc:1437
            #27 0x00005636889dcf31 in handle_one_connection (arg=0x56368b721908) at /home/thiru/mariadb_parent/server/11.3/sql/sql_connect.cc:1339
            #28 0x0000563688f54dc7 in pfs_spawn_thread (arg=0x56368b6b0358) at /home/thiru/mariadb_parent/server/11.3/storage/perfschema/pfs.cc:2201
            #29 0x00007f7a3e494ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
            #30 0x00007f7a3e525bf4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
            

            This problem should exist from lower version (10.4 onwards)

            thiru Thirunarayanan Balathandayuthapani added a comment - Shortest case to repeat the issue: --source include/have_innodb.inc CREATE TABLE t1 (c1 CHAR NOT NULL, c2 INT UNSIGNED, PRIMARY KEY (c1, c2))ENGINE=InnoDB;   CREATE TABLE t2 (c1 INT UNSIGNED, c2 CHAR NOT NULL, INDEX(c2), FOREIGN KEY (c2) REFERENCES t1(c1) ON UPDATE CASCADE) ENGINE=InnoDB; INSERT IGNORE INTO t1 (c1,c2) VALUES (null, 0), (null, 1), ('h', 0); ALTER TABLE t2 ADD FULLTEXT(c2); INSERT IGNORE INTO t2 (c1,c2) VALUES (5617,null); UPDATE IGNORE t1 SET c1 = 'h'; DROP TABLE t2, t1; Stack trace for the failing case: #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140162768725568) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=140162768725568) at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=140162768725568, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 #3 0x00007f7a3e442476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #4 0x00007f7a3e4287f3 in __GI_abort () at ./stdlib/abort.c:79 #5 0x00005636892b67cd in ut_dbg_assertion_failed ( expr=0x563689ba490c "result != FTS_INVALID", file=0x563689ba3bb0 "/home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc", line=2185) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/ut/ut0dbg.cc:60 #6 0x00005636893de1d0 in fts_trx_row_get_new_state ( old_state=FTS_DELETE, event=FTS_DELETE) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc:2185 #7 0x00005636893de616 in fts_trx_table_add_op (ftt=0x7f7a1407cb48, doc_id=1, state=FTS_DELETE, fts_indexes=0x0) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc:2373 #8 0x00005636893de78f in fts_trx_add_op (trx=0x7f7a3845bb80, table=0x7f7a14053338, doc_id=1, state=FTS_DELETE, fts_indexes=0x0) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/fts/fts0fts.cc:2420 #9 0x00005636891cda58 in row_ins_foreign_check_on_constraint ( thr=0x7f7a1407fc08, foreign=0x7f7a14139468, pcur=0x7f7a300a30e0, entry=0x7f7a14078750, mtr=0x7f7a300a3450) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0ins.cc:1310 #10 0x00005636891ced4f in row_ins_check_foreign_constraint ( check_ref=0, foreign=0x7f7a14139468, table=0x7f7a1422ca48, entry=0x7f7a14078750, thr=0x7f7a1407fc08) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0ins.cc:1743 11 0x0000563689248099 in row_upd_check_references_constraints ( f7a14044598, pcur=0x7f7a140446c0, table=0x7f7a1422ca48, index=0x7f7a140410f8, offsets=0x7f7a300a3950, thr=0x7f7a1407fc08, mtr=0x7f7a300a3ea0) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:252 #12 0x000056368924ead1 in row_upd_clust_rec_by_insert (node=0x7f7a14044598, index=0x7f7a140410f8, thr=0x7f7a1407fc08, referenced=true, foreign=false, mtr=0x7f7a300a3ea0) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2279 #13 0x000056368925005a in row_upd_clust_step (node=0x7f7a14044598, thr=0x7f7a1407fc08) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2680 #14 0x0000563689250461 in row_upd (node=0x7f7a14044598, thr=0x7f7a1407fc08) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2756 #15 0x0000563689250a11 in row_upd_step (thr=0x7f7a1407fc08) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0upd.cc:2898 #16 0x00005636891f9464 in row_update_for_mysql (prebuilt=0x7f7a14043b98) at /home/thiru/mariadb_parent/server/11.3/storage/innobase/row/row0mysql.cc:1681 #17 0x000056368904113a in ha_innobase::update_row (this=0x7f7a140432e0, old_row=0x7f7a14042ed0 "\377 \001", new_row=0x7f7a14042ec8 "\377h\001") at /home/thiru/mariadb_parent/server/11.3/storage/innobase/handler/ha_innodb.cc:8605 #18 0x0000563688c0bcac in handler::ha_update_row (this=0x7f7a140432e0, old_data=0x7f7a14042ed0 "\377 \001", new_data=0x7f7a14042ec8 "\377h\001") at /home/thiru/mariadb_parent/server/11.3/sql/handler.cc:7924 #19 0x000056368895bdf6 in Sql_cmd_update::update_single_table (this=0x7f7a14015888, thd=0x7f7a140013f8) at /home/thiru/mariadb_parent/server/11.3/sql/sql_update.cc:996 #20 0x0000563688963425 in Sql_cmd_update::execute_inner (this=0x7f7a14015888, thd=0x7f7a140013f8) at /home/thiru/mariadb_parent/server/11.3/sql/sql_update.cc:3077 #21 0x00005636888b58f1 in Sql_cmd_dml::execute (this=0x7f7a14015888, thd=0x7f7a140013f8) at /home/thiru/mariadb_parent/server/11.3/sql/sql_select.cc:33586 #22 0x00005636887f4459 in mysql_execute_command (thd=0x7f7a140013f8, is_called_from_prepared_stmt=false) at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:4392 #23 0x00005636887ffbce in mysql_parse (thd=0x7f7a140013f8, rawbuf=0x7f7a14014eb0 "UPDATE IGNORE t1 SET c1 = 'h'", length=29, parser_state=0x7f7a300a52b0) at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:7815 #24 0x00005636887ecb16 in dispatch_command (command=COM_QUERY, thd=0x7f7a140013f8, packet=0x7f7a141172d9 "UPDATE IGNORE t1 SET c1 = 'h'", packet_length=29, blocking=true) at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:1893 #25 0x00005636887eb4cc in do_command (thd=0x7f7a140013f8, blocking=true) at /home/thiru/mariadb_parent/server/11.3/sql/sql_parse.cc:1406 #26 0x00005636889dd1d0 in do_handle_one_connection (connect=0x56368b733c38, put_in_cache=true) at /home/thiru/mariadb_parent/server/11.3/sql/sql_connect.cc:1437 #27 0x00005636889dcf31 in handle_one_connection (arg=0x56368b721908) at /home/thiru/mariadb_parent/server/11.3/sql/sql_connect.cc:1339 #28 0x0000563688f54dc7 in pfs_spawn_thread (arg=0x56368b6b0358) at /home/thiru/mariadb_parent/server/11.3/storage/perfschema/pfs.cc:2201 #29 0x00007f7a3e494ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #30 0x00007f7a3e525bf4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 This problem should exist from lower version (10.4 onwards)

            People

              thiru Thirunarayanan Balathandayuthapani
              John Jove John Jove
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.